Wednesday, April 19, 2023
1 change · master
Code cleanup and technical improvements
This update converts the remaining Odoo JavaScript modules to a newer standard format. It supports future simplification of the platform's startup code and helps keep the web experience maintainable without changing day-to-day user workflows.
Original PR description
This commit converts odoo modules that haven't been converted with commit https://github.com/odoo/odoo/pull/117305/commits/e10b45c69e72f09128e49eb46e42834b1ef515d7. The goal is to deprecate odoo.define in favor of native module and then simplify boot.js by removing the regexp that finds module dependencies. task id: 3162300