A library with support functions to be called from Odoo migration scripts.
  • Python 95.4%
  • Makefile 2.4%
  • Batchfile 2.2%
Find a file
2026-04-08 08:18:22 +00:00
.github/workflows Merge pull request #444 from acsone/release-process-sbi 2026-04-08 10:16:47 +02:00
docs [UPD] HTML documentation 2026-04-08 08:18:22 +00:00
docsource [FIX] toctree: set 3 maxdepth to see all the methods signatures 2023-05-16 16:39:14 +02:00
openupgradelib [RFR] rename_fields: extract renaming references to fields to rename_field_references 2026-03-09 17:15:25 +01:00
tests [RFR] rename_fields: extract renaming references to fields to rename_field_references 2026-03-09 17:15:25 +01:00
.coveragerc Add basic coverage configuration 2015-08-12 20:37:09 -04:00
.editorconfig Initial package commit 2015-06-04 15:36:40 +02:00
.flake8 [IMP] Add pre-commit 2023-02-13 13:10:32 +01:00
.gitignore [IMP] ignore vscode folder 2025-02-21 10:09:17 +01:00
.isort.cfg [IMP] Add pre-commit 2023-02-13 13:10:32 +01:00
.pre-commit-config.yaml [IMP] Add pre-commit 2023-02-13 13:10:32 +01:00
.prettierrc.yml [IMP] Add pre-commit 2023-02-13 13:10:32 +01:00
.pylintrc [IMP] Add pre-commit 2023-02-13 13:10:32 +01:00
.pylintrc-mandatory [IMP] Add pre-commit 2023-02-13 13:10:32 +01:00
AUTHORS.rst [ADD] Support for --upgrade-path 2020-12-10 13:02:17 +01:00
CONTRIBUTING.rst [FIX] docsource 2023-05-14 19:20:33 +00:00
DEVELOP.rst [REF] Github workflow for documentation : 2023-05-22 12:12:51 +02:00
doc_requirements.txt [REF] Add workflow to update openupgradelib documentation automatically 2023-05-14 19:20:33 +00:00
HISTORY.rst Release 3.0.0 2019-09-16 12:10:18 +02:00
LICENSE Initial package commit 2015-06-04 15:36:40 +02:00
pyproject.toml [FIX] Deprecate setup_requires for pyproject.toml 2025-02-24 15:53:23 +01:00
README.rst [REF] change Obsolete documentation URL 2023-05-22 12:52:49 +02:00
setup.cfg Initial package commit 2015-06-04 15:36:40 +02:00
setup.py [FIX] Deprecate setup_requires for pyproject.toml 2025-02-24 15:53:23 +01:00

.. image:: https://img.shields.io/travis/OCA/openupgradelib.svg
    :target: https://travis-ci.org/OCA/openupgradelib
    :alt: Build Status

.. image:: https://coveralls.io/repos/OCA/openupgradelib/badge.svg?service=github
  :target: https://coveralls.io/github/OCA/openupgradelib
  :alt: Coverage Status

.. image:: https://codeclimate.com/github/OCA/openupgradelib/badges/gpa.svg
   :target: https://codeclimate.com/github/OCA/openupgradelib
   :alt: Code Climate

.. image:: https://img.shields.io/pypi/v/openupgradelib.svg
   :target: https://pypi.python.org/pypi/openupgradelib
   :alt: Pypi Package

===============================
OpenUpgrade Library
===============================

A library with support functions to be called from Odoo migration scripts.

* Free software: AGPL-3 license
* Documentation: https://oca.github.io/openupgradelib

Install
-------

Always get the latest version through:

pip/pip3 install --ignore-installed git+https://github.com/OCA/openupgradelib.git@master

Features
--------

* TODO