mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
d09771b04b
Before this commit, there were 2 different ways of generating variable identifiers. And it was possible to have a situation with two different variable in a template with the same identifier, which caused a crash. This commit ensures that we go through a unique helper method, so this cannot occur anymore. Also, the code is slightly simpler.