From 6efc73f63149f0b4d11ca4fbb1afefca593ef81f Mon Sep 17 00:00:00 2001 From: David Ramia Date: Sat, 24 Dec 2022 10:58:29 +0100 Subject: [PATCH] [IMP] account_financial_report: change report access groups to only 'Show Full Accounting Features' --- account_financial_report_qweb/menuitems.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_financial_report_qweb/menuitems.xml b/account_financial_report_qweb/menuitems.xml index e81877c7268..a26350f25fe 100644 --- a/account_financial_report_qweb/menuitems.xml +++ b/account_financial_report_qweb/menuitems.xml @@ -5,7 +5,7 @@ parent="account.menu_finance_reports" id="menu_oca_reports" name="OCA accounting reports" - groups="account.group_account_manager,account.group_account_user" + groups="account.group_account_user" />