diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 17:14:58 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 17:14:58 +0700 |
| commit | 1ca3b3df3421961caec3b747a364071c80f5c7da (patch) | |
| tree | 6778a1f0f3f9b4c6e26d6d87ccde16e24da6c9d6 /account_reports_xlsx/security | |
| parent | b57188be371d36d96caac4b8d65a40745c0e972c (diff) | |
initial commit
Diffstat (limited to 'account_reports_xlsx/security')
| -rw-r--r-- | account_reports_xlsx/security/ir.model.access.csv | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/account_reports_xlsx/security/ir.model.access.csv b/account_reports_xlsx/security/ir.model.access.csv new file mode 100644 index 0000000..a5410fe --- /dev/null +++ b/account_reports_xlsx/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_xlsx_reports,account.financial.report.manager,model_account_financial_report,account.group_account_manager,1,1,1,1 +access_account_aged_trial_balance_xlsx,access.account.aged.trial.balance.xlsx,model_account_aged_trial_balance_xlsx,account.group_account_user,1,1,1,1 +access_account_report_partner_ledger_xlsx,access.account.report.partner.ledger.xlsx,model_account_report_partner_ledger_xlsx,account.group_account_user,1,1,1,1 +access_account_report_general_ledger_xlsx,access.account.report.general.ledger.xlsx,model_account_report_general_ledger_xlsx,account.group_account_user,1,1,1,1 +access_accounting_report_xlsx,access.accounting.report.xlsx,model_accounting_report_xlsx,account.group_account_user,1,1,1,1 +access_report_account_reports_xlsx_report_agedpartnerbalance,access.report.account_reports_xlsx.report_agedpartnerbalance,model_report_account_reports_xlsx_report_agedpartnerbalance,account.group_account_user,1,1,1,1
\ No newline at end of file |
