[IMP] cmdline: add note about --dev=xml

closes odoo/documentation#1066

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
Ivan Yelizariev 2021-07-19 15:04:39 +00:00
parent 915f1805fd
commit 2c4bfb12c2

View File

@ -334,7 +334,8 @@ Developer features
* ``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
the xml file until the next update/init.
the xml file until the next update/init. Particularly, templates are not
translated on using this option.
* ``reload``: restart server when python file are updated (may not be detected
depending on the text editor used)