[FW][FIX] developer/howtos/upgrade_custom_db: fix typo

Changed the word devolopments to developments

closes odoo/documentation#11876

Forward-port-of: odoo/documentation#11864
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
Erwin Zoer 2025-01-27 21:04:54 +00:00 committed by GitHub
parent 6051f2f638
commit a9ff26efdd

View File

@ -26,7 +26,7 @@ modules requires additional steps in order to upgrade the source code.
These are the steps to follow to upgrade customized databases:
#. :ref:`Stop the devolopments and challenge them <upgrade_custom/stop_developments>`.
#. :ref:`Stop the developments and challenge them <upgrade_custom/stop_developments>`.
#. :ref:`Request an upgraded database <upgrade_custom/request_upgrade>`.
#. :ref:`Make your module installable on an empty database <upgrade_custom/empty_database>`.
#. :ref:`Make your module installable on the upgraded database <upgrade_custom/upgraded_database>`.