Skip to content

Commit

Permalink
[FIX] account_fiscal_year: give read access to low level Invoicing gr…
Browse files Browse the repository at this point in the history
…oup. (Same settings as account.move and account.move.line rights)
  • Loading branch information
legalsylvain committed Nov 14, 2024
1 parent 47f7fb4 commit ac17690
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion account_fiscal_year/security/ir.model.access.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
access_account_fiscal_year_user,account.fiscal.year.user,model_account_fiscal_year,account.group_account_user,1,0,0,0
access_account_fiscal_year_user_readonly,account.fiscal.year.user,model_account_fiscal_year,account.group_account_readonly,1,0,0,0
access_account_fiscal_year_user_billing,account.fiscal.year.user,model_account_fiscal_year,account.group_account_invoice,1,0,0,0
access_account_fiscal_year_manager,account.fiscal.year.manager,model_account_fiscal_year,account.group_account_manager,1,1,1,1

0 comments on commit ac17690

Please sign in to comment.