From 03e8371e7d409cbd55ec13bc75fe572f7a55ad2c Mon Sep 17 00:00:00 2001 From: Holger Brunn Date: Mon, 2 Feb 2026 06:02:38 +0100 Subject: [PATCH 1/2] [IMP] link to the tools discussed in during OCA days 2025 --- docsource/040_run_migration.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docsource/040_run_migration.rst b/docsource/040_run_migration.rst index a47efc764c00..db4fbbd2c0fb 100644 --- a/docsource/040_run_migration.rst +++ b/docsource/040_run_migration.rst @@ -1,6 +1,14 @@ Running the migration ===================== +The are several tools available that automate the below, use whichever best suits your +needs: + +* https://gitlab.com/odoo-openupgrade-wizard/odoo-openupgrade-wizard advanced tool for + running migrations in custom environments +* https://github.com/efatto/openupgrader upgrade your database from within Odoo +* https://hbrunn.github.io/OpenUpgrade get started fast with standard migrations + Check out the code manually and upgrade your database by calling odoo-bin, (or openerp-server) directly. You will want to do this when you are working on developing migration scripts for uncovered modules. From 0ac754029419d15642c63beb910f31206f7634c9 Mon Sep 17 00:00:00 2001 From: Holger Brunn Date: Mon, 2 Feb 2026 12:09:49 +0100 Subject: [PATCH 2/2] Update docsource/040_run_migration.rst MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: hugues de keyzer --- docsource/040_run_migration.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docsource/040_run_migration.rst b/docsource/040_run_migration.rst index db4fbbd2c0fb..11a196009af4 100644 --- a/docsource/040_run_migration.rst +++ b/docsource/040_run_migration.rst @@ -6,6 +6,7 @@ needs: * https://gitlab.com/odoo-openupgrade-wizard/odoo-openupgrade-wizard advanced tool for running migrations in custom environments +* https://github.com/onesteinbv/odoo-upgrader advanced tool for running migrations based on Kubernetes and Argo Workflows * https://github.com/efatto/openupgrader upgrade your database from within Odoo * https://hbrunn.github.io/OpenUpgrade get started fast with standard migrations