A library with support functions to be called from Odoo migration scripts.
  • Python 95.6%
  • Makefile 2.3%
  • Batchfile 2.1%
Find a file
2026-08-05 08:07:33 +00:00
.github/workflows [IMP] Load additional update_module_names spec from environment 2026-07-03 10:02:43 +02:00
docs [UPD] HTML documentation 2026-08-05 08:07:33 +00:00
docsource [FIX] docs: add 14.0 + 18.0 method sections to API.rst 2026-05-30 09:40:53 -04:00
openupgradelib [IMP] check_valid_filters: Use search_count and add missing context fields 2026-08-04 14:07:45 +02:00
tests [IMP] Load additional update_module_names spec from environment 2026-07-03 10:02:43 +02:00
.coveragerc
.editorconfig
.flake8
.gitignore
.isort.cfg
.pre-commit-config.yaml
.prettierrc.yml
.pylintrc
.pylintrc-mandatory
AUTHORS.rst
CONTRIBUTING.rst
DEVELOP.rst
doc_requirements.txt
HISTORY.rst
LICENSE
pyproject.toml
README.rst
setup.cfg
setup.py

.. 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