[FIX] developer/reference/cli: --dev=all is a lie

--dev=all actually means --dev=xml,qweb,reload

Part-of: odoo/documentation#14294
Related: odoo/odoo#222807
Signed-off-by: Julien Castiaux (juc) <juc@odoo.com>
This commit is contained in:
Julien Castiaux
2025-08-13 16:42:46 +02:00
parent 884313c1bc
commit 7b237096b0

View File

@@ -419,7 +419,7 @@ Developer features
comma-separated list of features. For development purposes only. Do not use it in production.
Possible features are:
* ``all``: all the features below are activated
* ``all``: alias for xml,reload,qweb
* ``xml``: read QWeb template from xml file directly instead of database.
Once a template has been modified in database, it will be not be read from