Merge branch 'fix/15.0/rma_product_cores__user_cores_wiz_access' into '15.0'

fix/15.0/rma_product_cores__user_cores_wiz_access into 15.0

See merge request hibou-io/hibou-odoo/suite!1311
This commit is contained in:
Jared Kipe
2022-01-24 23:32:08 +00:00
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',
],
'data': [
'security/ir.model.access.csv',
'views/portal_templates.xml',
'views/rma_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