Daily updates from Odoo
Saturday, July 4, 2026
1 change · saas-19.1
Resolved issues and error corrections
This update corrects a technical error that occurred when managing employee leave periods with overlapping versions. Specifically, a missing method in the HR system caused a traceback when changing an employee's schedule. This fix ensures leave management functions correctly under these circumstances, preventing disruptions to employee time tracking.
Original PR description
**Steps to reproduce the issue:** - Create a leave for an employee with a period that overlaps with two versions. - Change the employee's working schedule. - You get a traceback. The issue is that the definition of the `_update_leave_state` method is missing from the `hr.version` model. task-6332404 Forward-Port-Of: odoo/odoo#272060