[FIX] stock: picking type access rights

bzr revid: qdp-launchpad@openerp.com-20131010140444-zabbnwm19mg9ccyq
This commit is contained in:
Quentin (OpenERP) 2013-10-10 16:04:44 +02:00
parent 65966940c8
commit 4b9a882c9a
1 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,9 @@ access_stock_location__partner_manager,stock.location.partner.manager,model_stoc
access_stock_location_manager,stock.location.manager,model_stock_location,stock.group_stock_manager,1,1,1,1
access_stock_location_user,stock.location.user,model_stock_location,base.group_user,1,0,0,0
access_stock_picking_user,stock.picking user,model_stock_picking,stock.group_stock_user,1,1,1,1
access_stock_picking_manager,stock.picking manager,model_stock_picking,stock.group_stock_manager,1,1,0,0
access_stock_picking_manager,stock.picking manager,model_stock_picking,stock.group_stock_manager,1,1,1,1
access_stock_picking_type_user,stock.picking.type user,model_stock_picking_type,stock.group_stock_user,1,0,0,0
access_stock_picking_type_manager,stock.picking.type manager,model_stock_picking_type,stock.group_stock_manager,1,1,1,1
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_move_manager,stock.move manager,model_stock_move,stock.group_stock_manager,1,1,1,1

1 id name model_id:id group_id:id perm_read perm_write perm_create perm_unlink
7 access_stock_location_manager stock.location.manager model_stock_location stock.group_stock_manager 1 1 1 1
8 access_stock_location_user stock.location.user model_stock_location base.group_user 1 0 0 0
9 access_stock_picking_user stock.picking user model_stock_picking stock.group_stock_user 1 1 1 1
10 access_stock_picking_manager stock.picking manager model_stock_picking stock.group_stock_manager 1 1 0 1 0 1
11 access_stock_picking_type_user stock.picking.type user model_stock_picking_type stock.group_stock_user 1 0 0 0
12 access_stock_picking_type_manager stock.picking.type manager model_stock_picking_type stock.group_stock_manager 1 1 1 1
13 access_stock_production_lot_manager stock.production.lot manager model_stock_production_lot stock.group_stock_manager 1 0 0 0
14 access_stock_production_lot_user stock.production.lot user model_stock_production_lot stock.group_stock_user 1 1 1 1
15 access_stock_move_manager stock.move manager model_stock_move stock.group_stock_manager 1 1 1 1