openerp-community team mailing list archive
-
openerp-community team
-
Mailing list archive
-
Message #07190
Qweb refactoring
Hello everyone,
I've noticed Qweb has undergone quite some refactoring and it looks well.
Am curious about one thing: Is it still possible to pass t-call in qweb a
value that will not be interpreted as a literal string?
In the previous versions that was possible as stated by Olivier:
https://www.odoo.com/fr_FR/groups/community-59/community-12166580?mode=date&date_begin=&date_end=
But now I'm not sure since here is how the value is parsed here as follows:
https://github.com/odoo/odoo/blob/10.0/odoo/addons/base/ir/ir_qweb/qweb.py#L1345
Your input is welcome.