From 13e87017868f8d9a4807161c7640e4f89c8dc3be Mon Sep 17 00:00:00 2001 From: cubells Date: Mon, 11 Sep 2023 16:07:02 +0200 Subject: [PATCH] [FIX] crm_phonecall: allow salesman to schedule a call --- crm_phonecall/security/ir.model.access.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/crm_phonecall/security/ir.model.access.csv b/crm_phonecall/security/ir.model.access.csv index 6ad4ba8f8ad..db9e45dae92 100644 --- a/crm_phonecall/security/ir.model.access.csv +++ b/crm_phonecall/security/ir.model.access.csv @@ -6,3 +6,4 @@ access_crm_phonecall_report_user,crm.phonecall.report.user,model_crm_phonecall_r access_crm_phonecall_report_manager,crm.phonecall.report,model_crm_phonecall_report,sales_team.group_sale_manager,1,1,1,1 access_crm_phonecall_partner_manager,crm.phonecall.partner.manager,model_crm_phonecall,base.group_partner_manager,1,1,1,1 access_crm_phonecall2phonecall,access_crm_phonecall2phonecall,model_crm_phonecall2phonecall,base.group_user,1,0,0,0 +access_crm_phonecall2phonecall_salesman,access_crm_phonecall2phonecall,model_crm_phonecall2phonecall,sales_team.group_sale_salesman,1,1,1,0