Skip to content

Commit d7be8ca

Browse files
committed
[IMP] Upgrade link technical doc
1 parent 03ea36f commit d7be8ca

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

content/administration/upgrade.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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

7777
Obtaining an upgraded test database

content/developer/howtos.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ How-to guides
2020
howtos/translations
2121
howtos/website_themes
2222
howtos/connect_device
23-
howtos/upgrade_module
23+
howtos/upgrade_modules
2424

2525
.. cards::
2626

@@ -86,7 +86,7 @@ How-to guides
8686

8787
Learn how to enable a module to detect and communicate with an IoT device.
8888

89-
.. card:: Upgrade a custom module
90-
:target: howtos/upgrade_module
89+
.. card:: Upgrading custom modules
90+
:target: howtos/upgrade_modules
9191

9292
Learn how to upgrade a custom module to a new version of Odoo.
File renamed without changes.

0 commit comments

Comments
 (0)