[FIX] stock: employees can see the quants

bzr revid: qdp-launchpad@openerp.com-20131011072844-36akvvqtmw5dfy3x
This commit is contained in:
Quentin (OpenERP) 2013-10-11 09:28:44 +02:00
parent 8d68866100
commit f9f881571b
1 changed files with 1 additions and 0 deletions

View File

@ -47,5 +47,6 @@ access_stock_warehouse_orderpoint,stock.warehouse.orderpoint,model_stock_warehou
access_stock_warehouse_orderpoint_system,stock.warehouse.orderpoint system,model_stock_warehouse_orderpoint,stock.group_stock_manager,1,1,1,1
access_stock_quant_manager,stock.quant manager,model_stock_quant,stock.group_stock_manager,1,0,0,0
access_stock_quant_user,stock.quant user,model_stock_quant,stock.group_stock_user,1,0,0,0
access_stock_quant_all,stock.quant all users,model_stock_quant,base.group_user,1,0,0,0
access_stock_pack_operation_manager,stock.pack.operation manager,model_stock_pack_operation,stock.group_stock_manager,1,1,1,1
access_stock_pack_operation_user,stock.pack.operation user,model_stock_pack_operation,stock.group_stock_user,1,1,1,1

1 id name model_id:id group_id:id perm_read perm_write perm_create perm_unlink
47 access_stock_warehouse_orderpoint_system stock.warehouse.orderpoint system model_stock_warehouse_orderpoint stock.group_stock_manager 1 1 1 1
48 access_stock_quant_manager stock.quant manager model_stock_quant stock.group_stock_manager 1 0 0 0
49 access_stock_quant_user stock.quant user model_stock_quant stock.group_stock_user 1 0 0 0
50 access_stock_quant_all stock.quant all users model_stock_quant base.group_user 1 0 0 0
51 access_stock_pack_operation_manager stock.pack.operation manager model_stock_pack_operation stock.group_stock_manager 1 1 1 1
52 access_stock_pack_operation_user stock.pack.operation user model_stock_pack_operation stock.group_stock_user 1 1 1 1