Thursday, February 5, 2026
1 change · saas-19.1
Code cleanup and technical improvements
This update enhances the clarity of the HR Attendance module by refactoring code that had been duplicated due to technical constraints. Specifically, the code now calls a newer function within the existing function, improving overall readability and maintainability.
Original PR description
In odoo/odoo#240263, these functions were duplicated as changing the signature was not possible. In this commit we want to improve the readability of this file by calling the new function inside the duplicated function. Forward-Port-Of: odoo/odoo#247133