修复权限

This commit is contained in:
jinling.yang
2024-02-29 15:30:10 +08:00
parent 7c3b6de41b
commit c262110b9a
4 changed files with 10 additions and 4 deletions

View File

@@ -13,10 +13,12 @@ access_stock_location_manager,stock.location.manager,stock.model_stock_location,
access_stock_location_user,stock.location.user,stock.model_stock_location,base.group_user,1,0,0,0
access_stock_picking_user,stock.picking user,stock.model_stock_picking,sf_warehouse.group_sf_stock_user,1,1,1,0
access_stock_picking_manager,stock.picking manager,stock.model_stock_picking,sf_warehouse.group_sf_stock_user,1,1,1,0
access_stock_picking_group_quality_director,stock_picking_group_quality_director,stock.model_stock_picking,sf_base.group_quality_director,1,0,0,0
access_stock_picking_type_all,stock.picking.type all users,stock.model_stock_picking_type,base.group_user,1,0,0,0
access_stock_picking_type_user,stock.picking.type user,stock.model_stock_picking_type,sf_warehouse.group_sf_stock_user,1,0,0,0
access_stock_picking_type_manager,stock.picking.type manager,stock.model_stock_picking_type,sf_warehouse.group_sf_stock_user,1,1,1,0
access_stock_lot_user,stock.lot user,stock.model_stock_lot,sf_warehouse.group_sf_stock_user,1,1,1,0
access_stock_lot_group_quality_director,stock_lot_group_quality_director,stock.model_stock_lot,sf_base.group_quality_director,1,0,0,0
access_stock_move_manager,stock.move manager,stock.model_stock_move,sf_warehouse.group_sf_stock_user,1,1,1,0
access_stock_move_user,stock.move user,stock.model_stock_move,sf_warehouse.group_sf_stock_user,1,1,1,0
access_product_product_stock_user,product_product_stock_user,product.model_product_product,sf_warehouse.group_sf_stock_user,1,0,0,0
1 id name model_id:id group_id:id perm_read perm_write perm_create perm_unlink
13 access_stock_picking_manager stock.picking manager stock.model_stock_picking sf_warehouse.group_sf_stock_user 1 1 1 0
14 access_stock_picking_type_all access_stock_picking_group_quality_director stock.picking.type all users stock_picking_group_quality_director stock.model_stock_picking_type stock.model_stock_picking base.group_user sf_base.group_quality_director 1 0 0 0
15 access_stock_picking_type_user access_stock_picking_type_all stock.picking.type user stock.picking.type all users stock.model_stock_picking_type sf_warehouse.group_sf_stock_user base.group_user 1 0 0 0
16 access_stock_picking_type_user stock.picking.type user stock.model_stock_picking_type sf_warehouse.group_sf_stock_user 1 0 0 0
17 access_stock_picking_type_manager stock.picking.type manager stock.model_stock_picking_type sf_warehouse.group_sf_stock_user 1 1 1 0
18 access_stock_lot_user stock.lot user stock.model_stock_lot sf_warehouse.group_sf_stock_user 1 1 1 0
19 access_stock_move_manager access_stock_lot_group_quality_director stock.move manager stock_lot_group_quality_director stock.model_stock_move stock.model_stock_lot sf_warehouse.group_sf_stock_user sf_base.group_quality_director 1 1 0 1 0 0
20 access_stock_move_user access_stock_move_manager stock.move user stock.move manager stock.model_stock_move sf_warehouse.group_sf_stock_user 1 1 1 0
21 access_stock_move_user stock.move user stock.model_stock_move sf_warehouse.group_sf_stock_user 1 1 1 0
22 access_product_product_stock_user product_product_stock_user product.model_product_product sf_warehouse.group_sf_stock_user 1 0 0 0
23 access_product_template_stock_user product.template stock user product.model_product_template sf_warehouse.group_sf_stock_user 1 0 0 0
24 access_uom_category_stock_manager uom.category stock_manager uom.model_uom_category sf_warehouse.group_sf_stock_user 1 1 1 0