Skip to content

Commit

Permalink
[IMP] sale_report_delivered: Allow salesman to have access to the sal…
Browse files Browse the repository at this point in the history
…e delivery report in the same way as they have access to the sales report.

TT51606
  • Loading branch information
pilarvargas-tecnativa committed Dec 4, 2024
1 parent d3f798a commit bf93745
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sale_report_delivered/security/ir.model.access.csv
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
access_sale_report_delivered_manager,sale.report.delivered,model_sale_report_delivered,sales_team.group_sale_manager,1,1,1,1
access_sale_report_delivered_salesman,sale.report.delivered,model_sale_report_delivered,sales_team.group_sale_salesman,1,1,1,0

0 comments on commit bf93745

Please sign in to comment.