[14.0][FIX] repair_type: Fix stock user permissions for repair type model

This commit is contained in:
Bernat Puig Font
2022-05-13 15:28:19 +02:00
parent 336b4abd15
commit adff2c61a4

View File

@@ -1,2 +1,3 @@
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
type_repair.stock_manager,type_repair.stock_manager,model_repair_type,stock.group_stock_manager,1,1,1,1 type_repair.stock_manager,type_repair.stock_manager,model_repair_type,stock.group_stock_manager,1,1,1,1
type_repair.stock_user,type_repair.stock_user,model_repair_type,stock.group_stock_user,1,0,0,0
1 id name model_id:id group_id:id perm_read perm_write perm_create perm_unlink
2 type_repair.stock_manager type_repair.stock_manager model_repair_type stock.group_stock_manager 1 1 1 1
3 type_repair.stock_user type_repair.stock_user model_repair_type stock.group_stock_user 1 0 0 0