diff --git a/account_financial_report_qweb/wizard/ledger_report_wizard.py b/account_financial_report_qweb/wizard/ledger_report_wizard.py index 0b3cbf9e..c17142f5 100644 --- a/account_financial_report_qweb/wizard/ledger_report_wizard.py +++ b/account_financial_report_qweb/wizard/ledger_report_wizard.py @@ -21,7 +21,6 @@ class LedgerReportWizard(models.TransientModel): default='posted') account_ids = fields.Many2many( comodel_name='account.account', - relation='account_account_ledger_rel', string='Filter accounts', ) amount_currency = fields.Boolean(string='With currency',