Contributors mailing list archives

contributors@odoo-community.org

Browse archives

Avatar

Qweb refactoring

by
Pledra Netcom, Paul Catinean
- 13/11/2016 21:18:39
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.