[FIX] stock: employees can see the picking types

bzr revid: qdp-launchpad@openerp.com-20131011072515-3w0c9ya62rxl09fy
This commit is contained in:
Quentin (OpenERP) 2013-10-11 09:25:15 +02:00
parent fff2fe66da
commit 8d68866100
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ access_stock_location_manager,stock.location.manager,model_stock_location,stock.
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,1,1
access_stock_picking_type_all,stock.picking.type all users,model_stock_picking_type,base.group_user,1,0,0,0
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

1 id name model_id:id group_id:id perm_read perm_write perm_create perm_unlink
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 1 1
11 access_stock_picking_type_all stock.picking.type all users model_stock_picking_type base.group_user 1 0 0 0
12 access_stock_picking_type_user stock.picking.type user model_stock_picking_type stock.group_stock_user 1 0 0 0
13 access_stock_picking_type_manager stock.picking.type manager model_stock_picking_type stock.group_stock_manager 1 1 1 1
14 access_stock_production_lot_manager stock.production.lot manager model_stock_production_lot stock.group_stock_manager 1 0 0 0