Introduction

Odoo is an open source business application suite and development platform. This project, OpenUpgrade, aims to provide an Open Source upgrade path for Odoo. This is a community initiative, as the open source version of Odoo does not support migrations from one major release to another. Instead, migrations are part of a support package sold by Odoo SA. Note that the name of the project refers to the old name of Odoo, OpenERP.

The project is hosted as two separate GitHub projects:

The branches in the first project contain the framework, as well as the database analysis and the migration scripts.

The second project contains a library with helper functions. It can be used in the migration of any Odoo module.

Older versions

Before Odoo 14.0, the branches in https://github.com/OCA/OpenUpgrade contain copies (or forks in Git terminology) of the Odoo main project, but with extra commits that include the framework, and the analysis and the migration scripts for each module.

Contribute

In order to contribute to the OpenUpgrade project, please