Daily updates from Odoo
Wednesday, April 20, 2022
1 change
Code cleanup and technical improvements
Odoo Studio’s internal interface code was reorganized to align with the upcoming Owl 2 framework. This should help keep Studio easier to maintain and reduce upgrade risk, with little to no visible change for users.
Original PR description
This commit is in preparation for Owl 2 and improves the code of some Studio components. This reduces the use of this.el.querySelector statements on components and introduces setup and hooks for components to replace the use of lifecycle methods. Read more about Owl 2: https://github.com/odoo/owl/blob/owl-next/CHANGELOG.md