From 3f1c4f070547593d6a0fa4d46bdb81446e47ef02 Mon Sep 17 00:00:00 2001 From: i-vyshnevska <45663766+i-vyshnevska@users.noreply.github.com> Date: Tue, 18 Jun 2019 11:10:53 +0300 Subject: [PATCH] [FIX] account_financial_report: add group access to report actions (#578) --- .../wizard/general_ledger_wizard_view.xml | 1 + account_financial_report_qweb/wizard/open_items_wizard_view.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/account_financial_report_qweb/wizard/general_ledger_wizard_view.xml b/account_financial_report_qweb/wizard/general_ledger_wizard_view.xml index 81a6d1ff..4d799f81 100644 --- a/account_financial_report_qweb/wizard/general_ledger_wizard_view.xml +++ b/account_financial_report_qweb/wizard/general_ledger_wizard_view.xml @@ -96,6 +96,7 @@ 'default_receivable_accounts_only':1, 'default_payable_accounts_only':1, }" + groups="account.group_account_manager" key2="client_action_multi" target="new" /> diff --git a/account_financial_report_qweb/wizard/open_items_wizard_view.xml b/account_financial_report_qweb/wizard/open_items_wizard_view.xml index 09f6c52a..c8a37ebf 100644 --- a/account_financial_report_qweb/wizard/open_items_wizard_view.xml +++ b/account_financial_report_qweb/wizard/open_items_wizard_view.xml @@ -68,6 +68,7 @@ 'default_receivable_accounts_only':1, 'default_payable_accounts_only':1, }" + groups="account.group_account_manager" key2="client_action_multi" target="new" />