mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
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:
@@ -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',
|
||||||
|
|||||||
3
rma_product_cores/security/ir.model.access.csv
Normal file
3
rma_product_cores/security/ir.model.access.csv
Normal 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
|
||||||
|
Reference in New Issue
Block a user