[FIX] Lunch wrong access rights

bzr revid: api@openerp.com-20121204083635-trp1qh1kidabngsr
This commit is contained in:
Arnaud Pineux 2012-12-04 09:36:35 +01:00
parent 060c576acc
commit 70b9f41051
1 changed files with 6 additions and 6 deletions

View File

@ -1,10 +1,10 @@
id,name,model_id/id,group_id/id,perm_read,perm_write,perm_create,perm_unlink
order_user,"Order user",model_lunch_order,group_lunch_manager,1,1,1,1
order_line_user,"Order Line user",model_lunch_order_line,group_lunch_manager,1,1,1,1
cashmove_user,"Cashmove user",model_lunch_cashmove,group_lunch_manager,1,1,1,1
product_user,"Product user",model_lunch_product,group_lunch_manager,1,1,1,1
product_category_user,"Product category user",model_lunch_product_category,group_lunch_manager,1,1,1,1
alert_user,"Alert user",model_lunch_alert,group_lunch_manager,1,1,1,1
order_manager,"Order user",model_lunch_order,group_lunch_manager,1,1,1,1
order_line_manager,"Order Line user",model_lunch_order_line,group_lunch_manager,1,1,1,1
cashmove_manager,"Cashmove user",model_lunch_cashmove,group_lunch_manager,1,1,1,1
product_manager,"Product user",model_lunch_product,group_lunch_manager,1,1,1,1
product_category_manager,"Product category user",model_lunch_product_category,group_lunch_manager,1,1,1,1
alert_manager,"Alert user",model_lunch_alert,group_lunch_manager,1,1,1,1
order_user,"Order user",model_lunch_order,group_lunch_user,1,1,1,0
order_line_user,"Order Line user",model_lunch_order_line,group_lunch_user,1,1,1,1
cashmove_user,"Cashmove user",model_lunch_cashmove,group_lunch_user,1,0,0,0

1 id name model_id/id group_id/id perm_read perm_write perm_create perm_unlink
2 order_user order_manager Order user model_lunch_order group_lunch_manager 1 1 1 1
3 order_line_user order_line_manager Order Line user model_lunch_order_line group_lunch_manager 1 1 1 1
4 cashmove_user cashmove_manager Cashmove user model_lunch_cashmove group_lunch_manager 1 1 1 1
5 product_user product_manager Product user model_lunch_product group_lunch_manager 1 1 1 1
6 product_category_user product_category_manager Product category user model_lunch_product_category group_lunch_manager 1 1 1 1
7 alert_user alert_manager Alert user model_lunch_alert group_lunch_manager 1 1 1 1
8 order_user Order user model_lunch_order group_lunch_user 1 1 1 0
9 order_line_user Order Line user model_lunch_order_line group_lunch_user 1 1 1 1
10 cashmove_user Cashmove user model_lunch_cashmove group_lunch_user 1 0 0 0