mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
Merge branch 'fix/14.0/stock_delivery_planner__access_rules' into '14.0'
fix/14.0/stock_delivery_planner__access_rules into 14.0 See merge request hibou-io/hibou-odoo/suite!1023
This commit is contained in:
@@ -19,6 +19,7 @@ Re-rate deliveries at packing time to find lowest-priced delivery method that st
|
|||||||
'stock',
|
'stock',
|
||||||
],
|
],
|
||||||
'data': [
|
'data': [
|
||||||
|
'security/ir.model.access.csv',
|
||||||
'views/stock_views.xml',
|
'views/stock_views.xml',
|
||||||
'wizard/stock_delivery_planner_views.xml',
|
'wizard/stock_delivery_planner_views.xml',
|
||||||
],
|
],
|
||||||
|
|||||||
3
stock_delivery_planner/security/ir.model.access.csv
Normal file
3
stock_delivery_planner/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_stock_delivery_planner_user,stock.delivery.planner user,model_stock_delivery_planner,stock.group_stock_user,1,1,1,0
|
||||||
|
access_stock_delivery_planner_option_user,stock.delivery.planner.option user,model_stock_delivery_planner_option,stock.group_stock_user,1,1,1,0
|
||||||
|
Reference in New Issue
Block a user