From 1ca3b3df3421961caec3b747a364071c80f5c7da Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 17:14:58 +0700 Subject: initial commit --- base_account_budget/security/ir.model.access.csv | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 base_account_budget/security/ir.model.access.csv (limited to 'base_account_budget/security/ir.model.access.csv') diff --git a/base_account_budget/security/ir.model.access.csv b/base_account_budget/security/ir.model.access.csv new file mode 100644 index 0000000..fa665f3 --- /dev/null +++ b/base_account_budget/security/ir.model.access.csv @@ -0,0 +1,7 @@ +id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink +access_budget_budget,budget.budget,model_budget_budget,account.group_account_manager,1,1,1,1 +access_account_budget_post,account.budget.post,model_account_budget_post,account.group_account_manager,1,1,1,1 +access_account_budget_post_accountant,account.budget.post accountant,model_account_budget_post,account.group_account_user,1,1,1,1 +access_budget_budget_accountant,budget.budget accountant,model_budget_budget,account.group_account_user,1,1,1,1 +access_budget_lines_accountant,budget.lines accountant,model_budget_lines,account.group_account_user,1,1,1,1 +access_budget,budget.lines manager,model_budget_lines,base.group_user,1,1,1,0 -- cgit v1.2.3