[14.0][ADD] mrp_routing

This commit is contained in:
Christopher Ormaza
2021-12-14 14:34:34 -05:00
parent 192296a4b5
commit 96b57bbff2
25 changed files with 1668 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
access_mrp_routing,mrp.routing,model_mrp_routing,mrp.group_mrp_user,1,0,0,0
access_mrp_routing_manager,mrp.routing.manager,model_mrp_routing,mrp.group_mrp_manager,1,1,1,1
access_mrp_routing_workcenter_template,mrp.routing.workcenter,model_mrp_routing_workcenter_template,mrp.group_mrp_user,1,0,0,0
access_mrp_routing_workcenter_template_manager,mrp.routing.workcenter.manager,model_mrp_routing_workcenter_template,mrp.group_mrp_manager,1,1,1,1
1 id name model_id:id group_id:id perm_read perm_write perm_create perm_unlink
2 access_mrp_routing mrp.routing model_mrp_routing mrp.group_mrp_user 1 0 0 0
3 access_mrp_routing_manager mrp.routing.manager model_mrp_routing mrp.group_mrp_manager 1 1 1 1
4 access_mrp_routing_workcenter_template mrp.routing.workcenter model_mrp_routing_workcenter_template mrp.group_mrp_user 1 0 0 0
5 access_mrp_routing_workcenter_template_manager mrp.routing.workcenter.manager model_mrp_routing_workcenter_template mrp.group_mrp_manager 1 1 1 1