mirror of
https://github.com/odoo/documentation.git
synced 2026-01-04 02:36:32 +07:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user