From b0e2ba0a947d023360143cadf6fa4767b635c872 Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Tue, 29 Mar 2022 18:01:06 +0200 Subject: [PATCH] [SECURITY][VIEW] +crossovered budget read access to lhc_employee and group_ca --- security/ir.model.access.csv | 2 ++ security/lhc_custom_oe_security.xml | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/security/ir.model.access.csv b/security/ir.model.access.csv index 248c55d..636874c 100644 --- a/security/ir.model.access.csv +++ b/security/ir.model.access.csv @@ -56,3 +56,5 @@ access_ir_attachment_group_volunteer,ir_attachment group_volunteer,base.model_ir access_sheet_group_volunteer,timesheet_sheet group_volunteer,hr_timesheet_sheet.model_hr_timesheet_sheet_sheet,group_volunteer,1,0,0,0 access_hr_holidays_status_group_volunteer,hr_holidays_status group_volunteer,hr_holidays.model_hr_holidays_status,group_volunteer,1,1,1,1 access_res_users_group_partner_manager,res_users group_partner_manager,base.model_res_users,base.group_partner_manager,1,1,0,0 +access_account_budget_crossovered_budget_group_ca,crossovered_budget group_ca,account_budget.model_crossovered_budget,group_ca,1,0,0,0 +access_account_budget_post_group_ca,budget_post group_ca,account_budget.model_account_budget_post,group_ca,1,0,0,0 diff --git a/security/lhc_custom_oe_security.xml b/security/lhc_custom_oe_security.xml index cb3cccc..3b68c4d 100644 --- a/security/lhc_custom_oe_security.xml +++ b/security/lhc_custom_oe_security.xml @@ -53,5 +53,13 @@ + + + + + + + + -- 2.20.1