[ADD] stock_landed_costs : Added the access rights.

bzr revid: mdi@tinyerp.com-20140424114017-faura7ny873msnlc
This commit is contained in:
DJ Patel 2014-04-24 17:10:17 +05:30
parent a4eef5f17e
commit d0fc220091
2 changed files with 5 additions and 0 deletions

View File

@ -37,6 +37,7 @@
'demo': [
],
'data': [
'security/ir.model.access.csv',
'product_view.xml',
'stock_landed_costs_view.xml',
'stock_landed_costs_data.xml',

View File

@ -0,0 +1,4 @@
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
"access_stock_landed_cost","stock.landed.cost","model_stock_landed_cost","stock.group_stock_manager",1,1,1,1
"access_stock_landed_cost_lines","stock.landed.cost.lines","model_stock_landed_cost_lines","stock.group_stock_manager",1,1,1,1
"access_stock_valuation_adjustment_lines","stock.valuation.adjustment.lines","model_stock_valuation_adjustment_lines","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
2 access_stock_landed_cost stock.landed.cost model_stock_landed_cost stock.group_stock_manager 1 1 1 1
3 access_stock_landed_cost_lines stock.landed.cost.lines model_stock_landed_cost_lines stock.group_stock_manager 1 1 1 1
4 access_stock_valuation_adjustment_lines stock.valuation.adjustment.lines model_stock_valuation_adjustment_lines stock.group_stock_manager 1 1 1 1