mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
b66d5231d3
Before this commit, when defining a getter in the env passed to the App, the value was read, losing the definition of the property. After this commit, declaring a getter in the env works as expected: the property stays a getter.