@@ -39,8 +39,11 @@ An upgrade does not cover:
3939 - Migrating from another ERP to Odoo
4040
4141.. warning ::
42- If your database contains a **custom module **, you must first upgrade its source code to be
43- compatible with the new version of Odoo **before upgrading **.
42+ If your database contains custom modules, it cannot be upgraded until a version of your custom
43+ modules is available for the target version of Odoo. For customers maintaining their own custom
44+ modules, we recommend to parallelize the process by :ref: `requesting an upgraded database
45+ <upgrade/request-test-database>` while also :ref: `upgrading the source code of your custom
46+ modules </developer/howtos/upgrade_modules>`.
4447.. TODOUPG : once the page for developers is published, uncomment and link
4548.. :doc:`first upgrade its source code </developer/reference/upgrade>`
4649
@@ -51,15 +54,15 @@ Upgrading in a nutshell
5154#. Request an upgraded test database (see :ref: `obtaining an upgraded test database
5255 <upgrade/request-test-database>`).
5356
57+ #. (If applicable) : upgrade the source code of your custom module to be compatible with the new
58+ version of Odoo (see :ref: `upgrading custom modules <upgrade/upgrade_modules >`).
59+
5460#. Thoroughly test the upgraded database (see :ref: `testing the new version of the database
5561 <upgrade/test_your_db>`).
5662
5763#. Report any issue encountered during the testing to Odoo via the `support page
5864 <https://odoo.com/help?stage=migration> `__.
5965
60- #. (If applicable) : upgrade the source code of your custom module to be compatible with the new
61- version of Odoo.
62-
6366#. Once all issues are resolved and you are confident that the upgraded database can be used as
6467 your main database without any issues, plan the upgrade of your production database.
6568
@@ -69,9 +72,6 @@ Upgrading in a nutshell
6972#. Report any issue encountered during the upgrade to Odoo via the `support page
7073 <https://odoo.com/help?stage=post_upgrade> `__.
7174
72- .. TODOUPG: Once the page for developers is published, put this at 4)
73- .. (see :ref:`upgrading customizations <upgrade/upgrading_customizations>`).
74-
7575.. _upgrade/request-test-database :
7676
7777Obtaining an upgraded test database
0 commit comments