Wednesday, February 4, 2026
1 change · 19.0
Code cleanup and technical improvements
This update simplifies internal attendance overtime rule code by reusing an existing function instead of keeping duplicated logic. It does not change user-facing behavior, but makes future maintenance safer and easier.
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.