[FIX] product_manufacturer access rights

bzr revid: fde@openerp.com-20101229092506-j8anb9cxtzoj4n4c
This commit is contained in:
François Degrave 2010-12-29 10:25:06 +01:00
parent 3179f235f3
commit 7e112b7fd2
1 changed files with 1 additions and 4 deletions

View File

@ -1,5 +1,2 @@
"id","name","model_id:id","group_id:id","perm_read","perm_write","perm_create","perm_unlink"
"access_product_manufacturer_attribute","product.manufacturer.attribute","model_product_manufacturer_attribute",base.group_user,1,0,0,0
"access_product_manufacturer_attribute sale_manager","product.manufacturer.attribute","model_product_manufacturer_attribute","base.group_sale_manager",1,1,1,1
"access_product_manufacturer_attribute_stockmanager","product.manufacturer.attribute stockmanager","model_product_manufacturer_attribute","stock.group_stock_manager",1,1,1,1
"access_product_manufacturer_attribute","product.manufacturer.attribute","model_product_manufacturer_attribute",base.group_user,1,1,1,1

1 id name model_id:id group_id:id perm_read perm_write perm_create perm_unlink
2 access_product_manufacturer_attribute product.manufacturer.attribute model_product_manufacturer_attribute base.group_user 1 0 1 0 1 0 1
access_product_manufacturer_attribute sale_manager product.manufacturer.attribute model_product_manufacturer_attribute base.group_sale_manager 1 1 1 1
access_product_manufacturer_attribute_stockmanager product.manufacturer.attribute stockmanager model_product_manufacturer_attribute stock.group_stock_manager 1 1 1 1