From 62a5ab53929ce5441430456fd373a86f567a0a41 Mon Sep 17 00:00:00 2001 From: Martin Trigaux <mat@odoo.com> Date: Mon, 3 Jan 2022 13:04:46 +0000 Subject: [PATCH] [FIX] hr_holidays: specify group for report closes odoo/odoo#82166 X-original-commit: 3d544731738ac47a4373952d3dece1181be0f361 Signed-off-by: Yannick Tivisse (yti) <yti@odoo.com> Signed-off-by: Martin Trigaux (mat) <mat@odoo.com> --- addons/hr_holidays/security/ir.model.access.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/hr_holidays/security/ir.model.access.csv b/addons/hr_holidays/security/ir.model.access.csv index 83de3ad7c7a6..bfc2e5fa19d2 100644 --- a/addons/hr_holidays/security/ir.model.access.csv +++ b/addons/hr_holidays/security/ir.model.access.csv @@ -8,7 +8,7 @@ access_hr_holidays_employee_allocation,hr.holidays.employee.allocation,model_hr_ access_hr_holidays_status_manager,hr.holidays.status manager,model_hr_leave_type,hr_holidays.group_hr_holidays_manager,1,1,1,1 access_hr_holidays_status_user,hr.holidays.status user,model_hr_leave_type,hr_holidays.group_hr_holidays_user,1,0,0,0 access_hr_holidays_status_employee,hr.holidays.status employee,model_hr_leave_type,base.group_user,1,0,0,0 -access_hr_leave_report,access_hr_leave_report,model_hr_leave_report,,1,0,0,0 +access_hr_leave_report,access_hr_leave_report,model_hr_leave_report,base.group_user,1,0,0,0 access_resource_calendar_leaves_user,resource_calendar_leaves_user,resource.model_resource_calendar_leaves,hr_holidays.group_hr_holidays_user,1,1,1,1 access_calendar_event_hr_user,calendar.event.hr.user,calendar.model_calendar_event,hr_holidays.group_hr_holidays_user,1,1,1,1 access_calendar_event_type_manager,calendar.event.type.manager,calendar.model_calendar_event_type,hr_holidays.group_hr_holidays_manager,1,1,1,1 -- GitLab