Tuesday, January 23, 2024
1 change · master
Code cleanup and technical improvements
This update standardizes how many enterprise interface components declare the information they expect to receive. It improves consistency and maintainability across accounting, HR, helpdesk, and related areas without changing business workflows.
Original PR description
This commit adds static props to all component that don't define it. This makes props validation universal throughout the code base which helps for code clarity and consistency. This is the enterprise part of https://github.com/odoo/odoo/pull/143209 task-3594598