odoo/odoo#122826

Created by fw-bot
label
odoo-dev:15.0-14.0-hr_holidays-indeterministic_test-tdc-yC6L-fw
head
768d9cd24549138fcdb62056a8e03b9dd48174c1
target
15.0
merged
1 year ago by Kevin Baptiste
forward-port of
odoo/odoo#121533

[FW][FIX] hr_holidays: make test_current_leave_status deterministic

The `test_current_leave_status` checks the correct implementation of different `hr.leave` computed fields. To do this, a leave is created, during the test. The test fails however, when the employee is not supposed to work during the leave period, which can happen when running the test on certain days. The test is made deterministic again by adding the `number_of_days` field to the dict. As this is a stored field, the created leave entry will be considered valid.

Closes odoo/odoo#119591

Forward-Port-Of: odoo/odoo#121533