Skip to content

Commit

Permalink
[FIX] product_supplierinfo_for_customer_sale: Use the same ACL's to s…
Browse files Browse the repository at this point in the history
…ale module for supplierinfo model

TT38757
  • Loading branch information
sergio-teruel authored and Reyes4711-S73 committed Apr 11, 2023
1 parent c20ec5a commit 2942bee
Showing 1 changed file with 2 additions and 1 deletion.
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_product_customerinfo_sale_manager,product.customerinfo.sale_manager,product_supplierinfo_for_customer.model_product_customerinfo,sales_team.group_sale_manager,1,1,1,0
access_product_customerinfo_sale_manager,product.customerinfo.sale_manager,product_supplierinfo_for_customer.model_product_customerinfo,sales_team.group_sale_manager,1,1,1,1
access_product_customerinfo_sale_user,product.customerinfo.sale_user,product_supplierinfo_for_customer.model_product_customerinfo,sales_team.group_sale_salesman,1,0,0,0

0 comments on commit 2942bee

Please sign in to comment.