mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
dabe7f9bfa
Before this commit, using an expression such as "{machin}" was compiled
in qweb into "{scope['machin']}" which is not valid.
With this commit, we instead transform it into "{machin:
scope['machin']}".
closes #885