[MERGE] forward port of branch 7.0 up to de07c64
[odoo/odoo.git] / addons / lunch / security / ir.model.access.csv
1 id,name,model_id/id,group_id/id,perm_read,perm_write,perm_create,perm_unlink
2 order_manager,"Order user",model_lunch_order,group_lunch_manager,1,1,1,1
3 order_line_manager,"Order Line user",model_lunch_order_line,group_lunch_manager,1,1,1,1
4 cashmove_manager,"Cashmove user",model_lunch_cashmove,group_lunch_manager,1,1,1,1
5 product_manager,"Product user",model_lunch_product,group_lunch_manager,1,1,1,1
6 product_category_manager,"Product category user",model_lunch_product_category,group_lunch_manager,1,1,1,1
7 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
11 product_user,"Product user",model_lunch_product,group_lunch_user,1,0,0,0
12 product_category_user,"Product category user",model_lunch_product_category,group_lunch_user,1,0,0,0
13 alert_user,"Alert user",model_lunch_alert,group_lunch_user,1,0,0,0
14 access_report_order_line,access_report_order_line,model_report_lunch_order_line,,1,1,1,1
15 access_lunch_validation,access_lunch_validation,model_lunch_validation,,1,1,1,1
16 access_lunch_cancel,access_lunch_cancel,model_lunch_cancel,,1,1,1,1