This question has been flagged
1 Reply
3233 Views

Hi all,

when i run odoo with -u <module> every xmls update once even they are not changed.

Problem is some of them takes significant time.

Question is how to exclude to load xml dynamically when it is not changed?

PS: i dont want to use <data noupdate="1">

so that i don't need to change this every time edit this xml.

Avatar
Discard
Best Answer

You can use --dev=xml (DEV_MODE=xml in the Odoo config file) to load the XML without upgrading the modules.

Avatar
Discard