[MOD] account_* usability improvement in access rights
[odoo/odoo.git] / addons / account_budget / security / ir.model.access.csv
1 "id","name","model_id:id","group_id:id","perm_read","perm_write","perm_create","perm_unlink"
2 "access_crossovered_budget","crossovered.budget","model_crossovered_budget","account.group_account_manager",1,0,0,0
3 "access_crossovered_budget_lines","crossovered.budget.lines","model_crossovered_budget_lines","account.group_account_manager",1,1,1,1
4 "access_account_budget_post","account.budget.post","model_account_budget_post","account.group_account_manager",1,0,0,0
5 "access_account_budget_post_dotation","account.budget.post.dotation","model_account_budget_post_dotation","account.group_account_manager",1,1,1,1
6 "access_account_budget_post_accountant","account.budget.post accountant","model_account_budget_post","account.group_account_user",1,1,1,1
7 "access_crossovered_budget_accountant","crossovered.budget accountant","model_crossovered_budget","account.group_account_user",1,1,1,1
8 "access_account_budget_post_system","account.budget.post system","model_account_budget_post","base.group_system",1,0,0,0
9 "access_crossovered_budget_system","crossovered.budget system","model_crossovered_budget","base.group_system",1,0,0,0