Skip to content

Commit

Permalink
allow access product.price.histroy to group_product_manager
Browse files Browse the repository at this point in the history
  • Loading branch information
AungKoKoLin1997 committed Oct 27, 2023
1 parent 7dd3e9c commit 8ae919a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions product_group_product_manager/security/ir.model.access.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
access_product_template_manager,product.template.manager,product.model_product_template,group_product_manager,1,1,1,1
access_product_product_manager,product.product.manager,product.model_product_product,group_product_manager,1,1,1,1
access_product_price_history_manager,product.price.history.manager,product.model_product_price_history,group_product_manager,1,1,1,1

0 comments on commit 8ae919a

Please sign in to comment.