[FIX] stock: Warehouse Manager should have all rights on stock.move

bzr revid: odo@openerp.com-20120530133235-2hosof5kynfh7bfw
This commit is contained in:
Olivier Dony 2012-05-30 15:32:35 +02:00
parent 6e3464a8b2
commit e78bafa050
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ access_stock_picking_manager,stock.picking manager,model_stock_picking,stock.gro
access_stock_production_lot_manager,stock.production.lot manager,model_stock_production_lot,stock.group_stock_manager,1,0,0,0
access_stock_production_lot_user,stock.production.lot user,model_stock_production_lot,stock.group_stock_user,1,1,1,1
access_stock_production_lot_revision,stock.production.lot.revision,model_stock_production_lot_revision,stock.group_stock_user,1,1,1,1
access_stock_move_manager,stock.move manager,model_stock_move,stock.group_stock_manager,1,1,0,0
access_stock_move_manager,stock.move manager,model_stock_move,stock.group_stock_manager,1,1,1,1
access_stock_move_user,stock.move user,model_stock_move,stock.group_stock_user,1,0,0,0
access_stock_inventory_user,stock.inventory user,model_stock_inventory,stock.group_stock_user,1,1,1,1
access_stock_inventory_manager,stock.inventory manager,model_stock_inventory,stock.group_stock_manager,1,0,0,0

1 id name model_id:id group_id:id perm_read perm_write perm_create perm_unlink
16 access_stock_production_lot_manager stock.production.lot manager model_stock_production_lot stock.group_stock_manager 1 0 0 0
17 access_stock_production_lot_user stock.production.lot user model_stock_production_lot stock.group_stock_user 1 1 1 1
18 access_stock_production_lot_revision stock.production.lot.revision model_stock_production_lot_revision stock.group_stock_user 1 1 1 1
19 access_stock_move_manager stock.move manager model_stock_move stock.group_stock_manager 1 1 0 1 0 1
20 access_stock_move_user stock.move user model_stock_move stock.group_stock_user 1 0 0 0
21 access_stock_inventory_user stock.inventory user model_stock_inventory stock.group_stock_user 1 1 1 1
22 access_stock_inventory_manager stock.inventory manager model_stock_inventory stock.group_stock_manager 1 0 0 0