Skip to content
Snippets Groups Projects
Commit 41639cc8 authored by Raphael Collet's avatar Raphael Collet Committed by fw-bot
Browse files

[FIX] hr_holidays: unknown field in tests

X-original-commit: 2726976e
parent 93ecdce5
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,6 @@ class TestHolidaysFlow(TestHrHolidaysBase):
HolidayStatusManagerGroup.create({
'name': 'WithMeetingType',
'allocation_type': 'no',
'categ_id': self.env['calendar.event.type'].with_user(self.user_hrmanager_id).create({'name': 'NotLimitedMeetingType'}).id
})
self.holidays_status_hr = HolidayStatusManagerGroup.create({
'name': 'NotLimitedHR',
......@@ -100,7 +99,6 @@ class TestHolidaysFlow(TestHrHolidaysBase):
HolidayStatusManagerGroup.create({
'name': 'WithMeetingType',
'allocation_type': 'no',
'categ_id': self.env['calendar.event.type'].with_user(self.user_hrmanager_id).create({'name': 'NotLimitedMeetingType'}).id,
'validity_start': False,
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment