Skip to content

Commit

Permalink
grant crud on product.classification for Sales Manager
Browse files Browse the repository at this point in the history
  • Loading branch information
luc-demeyer committed Jul 3, 2019
1 parent 653a99e commit 5b0eac6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion product_classification_sale/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{
'name': 'Product Classification',
'version': '11.0.1.0.0',
'version': '11.0.1.1.0',
'license': 'AGPL-3',
'author': 'Noviat',
'website': 'http://www.noviat.com',
Expand All @@ -12,6 +12,7 @@
'product_classification',
],
'data': [
'security/ir.model.access.csv',
'views/menu.xml',
],
'installable': True,
Expand Down
2 changes: 2 additions & 0 deletions product_classification_sale/security/ir.model.access.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
access_product_classification_manager,product.classification manager,product_classification.model_product_classification,sales_team.group_sale_manager,1,1,1,1

0 comments on commit 5b0eac6

Please sign in to comment.