mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
463eb4bb86
Before this commit, when defining a getter in the env passed to useSubEnv, 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.