mirror of
https://github.com/bringout/oca-ocb-hr.git
synced 2026-04-26 02:52:00 +02:00
19.0 vanilla
This commit is contained in:
parent
a1137a1456
commit
e1d89e11e3
2789 changed files with 1093187 additions and 605897 deletions
|
|
@ -15,7 +15,7 @@ class TestHrLeaveUninstall(TransactionCase):
|
|||
holiday = self.env['hr.leave'].create({
|
||||
'name': 'Time Off',
|
||||
'employee_id': employee.id,
|
||||
'holiday_status_id': self.env.ref('hr_holidays.holiday_status_sl').id,
|
||||
'holiday_status_id': self.env.ref('hr_holidays.leave_type_sick_time_off').id,
|
||||
'request_date_from': date(2020, 1, 7),
|
||||
'date_from': date(2020, 1, 7),
|
||||
'request_date_to': date(2020, 1, 9),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue