From a9ff26efdd5157add23031a7cb90c87f08179f5b Mon Sep 17 00:00:00 2001 From: Erwin Zoer <151998188+ezoer-elementure@users.noreply.github.com> Date: Mon, 27 Jan 2025 21:04:54 +0000 Subject: [PATCH] [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) --- content/developer/howtos/upgrade_custom_db.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/developer/howtos/upgrade_custom_db.rst b/content/developer/howtos/upgrade_custom_db.rst index 2aec000db..a4961ace6 100644 --- a/content/developer/howtos/upgrade_custom_db.rst +++ b/content/developer/howtos/upgrade_custom_db.rst @@ -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 `. +#. :ref:`Stop the developments and challenge them `. #. :ref:`Request an upgraded database `. #. :ref:`Make your module installable on an empty database `. #. :ref:`Make your module installable on the upgraded database `.