From 2c4bfb12c2b6cc7c5183cfffe3f67c5f6febe257 Mon Sep 17 00:00:00 2001 From: Ivan Yelizariev Date: Mon, 19 Jul 2021 15:04:39 +0000 Subject: [PATCH] [IMP] cmdline: add note about --dev=xml closes odoo/documentation#1066 Signed-off-by: Antoine Vandevenne (anv) --- content/developer/misc/other/cmdline.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/developer/misc/other/cmdline.rst b/content/developer/misc/other/cmdline.rst index 0c9f43b98..e26b4f2b7 100644 --- a/content/developer/misc/other/cmdline.rst +++ b/content/developer/misc/other/cmdline.rst @@ -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)