Daily updates from Odoo
Wednesday, July 15, 2026
2 changes
Code cleanup and technical improvements
The payroll module received an internal technical update to stay compatible with the latest Odoo web interface framework. This helps keep payroll screens reliable and maintainable without changing day-to-day user workflows.
Original PR description
As part of the Owl 3 migration, replace onWillUpdateProps hook with the appropriate Owl 3 alternatives.
This update modernizes internal Studio code by replacing a deprecated technical component with newer supported alternatives. It helps keep Studio easier to maintain and reduces future upgrade risk, without changing visible business functionality.
Original PR description
This commit removes the use of the deprecated 'useComponent' hook to use other more appropriate Owl features instead.