Skip to content

Commit

Permalink
[FIX] crm_phonecall: allow salesman to schedule a call
Browse files Browse the repository at this point in the history
  • Loading branch information
cubells committed Sep 11, 2023
1 parent 2120e7a commit 13e8701
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crm_phonecall/security/ir.model.access.csv
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 13e8701

Please sign in to comment.