[FIX] Fixed issue accessing SO when warehouse module installed.

bzr revid: vta@openerp.com-20121130123826-mrrxrvpufdk97mu9
This commit is contained in:
vta vta@openerp.com 2012-11-30 13:38:26 +01:00
parent 34ccbd8d6d
commit f5bd40cc6c
1 changed files with 4 additions and 0 deletions

View File

@ -19,3 +19,7 @@ access_account_fiscalyear,account.fiscalyear,account.model_account_fiscalyear,po
access_res_partner_category,res.partner.category,base.model_res_partner_category,portal.group_portal,1,0,0,0
access_account_period,account.period,account.model_account_period,portal.group_portal,1,0,0,0
access_account_account,account.account,account.model_account_account,portal.group_portal,1,0,0,0
access_stock_picking,stock.picking,stock.model_stock_picking,portal.group_portal,1,0,0,0
access_stock_picking.out,stock.picking.out,stock.model_stock_picking_out,portal.group_portal,1,0,0,0
access_stock_move,stock.move,stock.model_stock_move,portal.group_portal,1,0,0,0
access_stock_warehouse_orderpoint,stock.warehouse.orderpoint,procurement.model_stock_warehouse_orderpoint,portal.group_portal,1,0,0,0

1 id name model_id:id group_id:id perm_read perm_write perm_create perm_unlink
19 access_res_partner_category res.partner.category base.model_res_partner_category portal.group_portal 1 0 0 0
20 access_account_period account.period account.model_account_period portal.group_portal 1 0 0 0
21 access_account_account account.account account.model_account_account portal.group_portal 1 0 0 0
22 access_stock_picking stock.picking stock.model_stock_picking portal.group_portal 1 0 0 0
23 access_stock_picking.out stock.picking.out stock.model_stock_picking_out portal.group_portal 1 0 0 0
24 access_stock_move stock.move stock.model_stock_move portal.group_portal 1 0 0 0
25 access_stock_warehouse_orderpoint stock.warehouse.orderpoint procurement.model_stock_warehouse_orderpoint portal.group_portal 1 0 0 0