diff --git a/account_financial_report_qweb/wizard/ledger_report_wizard.py b/account_financial_report_qweb/wizard/ledger_report_wizard.py index 09ecde9f..fd1a2f57 100644 --- a/account_financial_report_qweb/wizard/ledger_report_wizard.py +++ b/account_financial_report_qweb/wizard/ledger_report_wizard.py @@ -144,8 +144,8 @@ class LedgerReportWizard(models.TransientModel): 'res_model': 'ledger.report.wizard.line', 'view_id': False, 'context': { - 'search_default_group_by_account_id': True, - 'search_default_group_by_date': True, + 'search_default_group_by_account_id': True, + 'search_default_group_by_date': True, }, 'type': 'ir.actions.act_window' }