[FIX] rma_product_cores: ACL for add lines wizard

This commit is contained in:
Jared Kipe
2022-01-24 15:10:33 -08:00
parent a299632aaa
commit f1b7513a2c
2 changed files with 4 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ RMA Product Cores - Return core products from customers.
'rma_sale', 'rma_sale',
], ],
'data': [ 'data': [
'security/ir.model.access.csv',
'views/portal_templates.xml', 'views/portal_templates.xml',
'views/rma_views.xml', 'views/rma_views.xml',
'wizard/rma_lines_views.xml', 'wizard/rma_lines_views.xml',

View File

@@ -0,0 +1,3 @@
"id","name","model_id:id","group_id:id","perm_read","perm_write","perm_create","perm_unlink"
"access_rma_product_cores_make_lines","access rma.product_cores.make.lines","rma_product_cores.model_rma_product_cores_make_lines","stock.group_stock_user",1,1,1,1
"access_rma_product_cores_make_lines_line","access rma.product_cores.make.lines.line","rma_product_cores.model_rma_product_cores_make_lines_line","stock.group_stock_user",1,1,1,1
1 id name model_id:id group_id:id perm_read perm_write perm_create perm_unlink
2 access_rma_product_cores_make_lines access rma.product_cores.make.lines rma_product_cores.model_rma_product_cores_make_lines stock.group_stock_user 1 1 1 1
3 access_rma_product_cores_make_lines_line access rma.product_cores.make.lines.line rma_product_cores.model_rma_product_cores_make_lines_line stock.group_stock_user 1 1 1 1