Browse Source

[FIX] account_financial_report: add group access to report actions (#578)

pull/583/head
i-vyshnevska 5 years ago
committed by Pedro M. Baeza
parent
commit
3f1c4f0705
  1. 1
      account_financial_report_qweb/wizard/general_ledger_wizard_view.xml
  2. 1
      account_financial_report_qweb/wizard/open_items_wizard_view.xml

1
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" />
</odoo>

1
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" />
</odoo>
Loading…
Cancel
Save