Browse Source

[ADD] generic wizard for ledger

pull/196/head
Damien Crier 8 years ago
committed by Leonardo Pistone
parent
commit
6fa0417889
  1. 1
      account_financial_report_qweb/wizard/ledger_report_wizard.py

1
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',

Loading…
Cancel
Save