From 2c676ed846c0d47c8eae198914287f1a6c396a0a Mon Sep 17 00:00:00 2001 From: Valentin Chevalier Date: Wed, 22 Jun 2022 14:00:58 +0000 Subject: [PATCH] [IMP] developer/howtos: Add missing information about debug mode In chapter 3 of the developer core training, one is asked to click on a button that is only shown in debug mode but there is no indication about this mode in this chapter. closes odoo/documentation#2302 X-original-commit: 96d822bf871e419c00c20e900ab1133840e3aebe Signed-off-by: Antoine Vandevenne (anv) --- content/developer/howtos/rdtraining/03_newapp.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/developer/howtos/rdtraining/03_newapp.rst b/content/developer/howtos/rdtraining/03_newapp.rst index 191555277..d830820a8 100644 --- a/content/developer/howtos/rdtraining/03_newapp.rst +++ b/content/developer/howtos/rdtraining/03_newapp.rst @@ -94,6 +94,10 @@ Restart the Odoo server and add the ``custom`` folder to the ``addons-path``: Go to Apps, click on Update Apps List, search for ``estate`` and... tadaaa, your module appears! Did it not appear? Maybe try removing the default 'Apps' filter ;-) +.. warning:: + Remember to enable the :ref:`developer mode ` as explained in the previous + chapter. You won't see the :guilabel:`Update Apps List` button otherwise. + .. exercise:: Make your module an 'App'. Add the appropriate key to your ``__manifest__.py`` so that the module appears when the 'Apps'