Skip to content

Commit

Permalink
Merge pull request #65 from akretion/8-use-regular-accountant
Browse files Browse the repository at this point in the history
[8.0] account_cutoff_* : allow use by Accountant
  • Loading branch information
Alexis de Lattre committed Mar 20, 2018
2 parents fe8e437 + 7f52b4b commit 54fbb71
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions account_cutoff_base/security/ir.model.access.csv
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
access_account_cutoff_mapping,Full access on account.cutoff.mapping,model_account_cutoff_mapping,account.group_account_manager,1,1,1,1
access_account_cutoff_mapping_user,Read access on account.cutoff.mapping,model_account_cutoff_mapping,base.group_user,1,0,0,0
access_account_cutoff,Full access on account.cutoff,model_account_cutoff,account.group_account_manager,1,1,1,1
access_account_cutoff_read,Read access on account.cutoff,model_account_cutoff,account.group_account_user,1,0,0,0
access_account_cutoff_line,Full access on account.cutoff.line,model_account_cutoff_line,account.group_account_manager,1,1,1,1
access_account_cutoff_line_read,Read access on account.cutoff.line,model_account_cutoff_line,account.group_account_user,1,0,0,0
access_account_cutoff_tax_line,Full access on account.cutoff.tax.line,model_account_cutoff_tax_line,account.group_account_manager,1,1,1,1
access_account_cutoff_tax_line_read,Read access on account.cutoff.tax.line,model_account_cutoff_tax_line,account.group_account_user,1,0,0,0
access_account_cutoff,Full access on account.cutoff to accountant,model_account_cutoff,account.group_account_user,1,1,1,1
access_account_cutoff_line,Full access on account.cutoff.line to accountant,model_account_cutoff_line,account.group_account_user,1,1,1,1
access_account_cutoff_tax_line,Full access on account.cutoff.tax.line to accountant,model_account_cutoff_tax_line,account.group_account_user,1,1,1,1

0 comments on commit 54fbb71

Please sign in to comment.