From 91ca44875f5f80a460f163f425b0669e2e318d99 Mon Sep 17 00:00:00 2001 From: Damien Crier Date: Tue, 26 Apr 2016 19:24:02 +0200 Subject: [PATCH] [ADD] generic wizard for ledger --- account_financial_report_qweb/wizard/ledger_report_wizard.py | 1 - 1 file changed, 1 deletion(-) 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',