odoo-openupgrade-wizard/README.md
Sylvain LE GAL 9b2cd724b5 wip
2024-11-05 17:25:10 +01:00

3.3 KiB

Gitlab CI codecov License: AGPL v3

PyPI - Python Version PyPI - Downloads GitLab last commit GitLab stars

odoo-openupgrade-wizard

Odoo Openupgrade Wizard is a tool that helps developpers to make major upgrade of Odoo Community Edition. (formely OpenERP). It works with Openupgrade OCA tools. (https://github.com/oca/openupgrade)

this tool is useful for complex migrations:

  • migrate several versions
  • take advantage of the migration to install / uninstall modules
  • execute sql requests or odoo shell scripts between each migration
  • analyse workload

It will create a migration environment (with all the code available) and provides helpers to run (and replay) migrations until it works.

Table of Contents

Installation

Prerequites:

  • The tools run on debian system
  • You should have docker installed on your system
  • Some features require extra packages. To have all the features available run:

Installation:

The library is available on PyPI.

To install it simply run :

pipx install odoo-openupgrade-wizard

See alternative installation in the DEVELOP.md file.