Saturday, February 28, 2026
1 change · saas-18.2
Resolved issues and error corrections
This update corrects a problem with how leave periods are calculated, specifically related to time zone differences. By using `request_date_from` and `request_date_to` instead of `date_from` and `date_to`, the system now accurately reflects leave interruptions, ensuring correct payroll processing in Switzerland.
Original PR description
This commit fixes the leaves work interruption constraint by replacing `date_from` and `date_to` with `request_date_from` and `request_date_to`, thereby resolving any inconsistencies that may arise from time zone differences. task-5966780 Forward-Port-Of: odoo/enterprise#108541