Saturday, June 27, 2026
1 change · saas-18.3
Resolved issues and error corrections
This change makes an automated French leave test more reliable by using a fallback time zone when the user’s time zone is not set. It prevents test failures in Odoo’s runbot checks without changing normal user behavior.
Original PR description
Currently the test test_holiday_in_week is failing in runbot tests This is due to the fact that during the tests the user tz in env is not set and hence it fails in the pytz library. Added a fallback to avoid the issue runbot issue opw-237623 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#248941