Skip to Content

Contributors

New module to upgrade Odoo from Odoo itself

Hi all!

I put in a module for Odoo the methods I use to migrate Odoo from v. 7.0 onwards, to migrate to one or more upper versions from inside Odoo itself.

It works by creating a series of virtualenv, one for each version to migrate, and making some customizable fixes on the process.

The readme of the module is here https://github.com/efatto/openupgrader/blob/14.0/openupgrader/README.rst and I would like to contribute it to OCA if possible.

Sergio Corato

Notes:
1. The methods need a robust refactoring - I've started to write them when I barely knew Python - but they have worked for several years, migrating more versions like from 8.0 to 12.0.
2.  This module needs some extra debian package to work in the default OCA container, so it's impossible to make the tests work now.

Sergio Corato

by Sergio Corato - 03:20 - 20 Jun 2025

Follow-Ups