Contributors mailing list archives

[email protected]

Browse archives

Avatar

New module to upgrade Odoo from Odoo itself

by
Sergio Corato
- 20/06/2025 15:19:01
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

Follow-Ups

OSZAR »