[ADD] generic wizard for ledger

pull/367/head
Damien Crier 2016-04-26 19:24:02 +02:00 committed by Jordi Ballester
parent 11ef6544e5
commit 91ca44875f
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ class LedgerReportWizard(models.TransientModel):
default='posted') default='posted')
account_ids = fields.Many2many( account_ids = fields.Many2many(
comodel_name='account.account', comodel_name='account.account',
relation='account_account_ledger_rel',
string='Filter accounts', string='Filter accounts',
) )
amount_currency = fields.Boolean(string='With currency', amount_currency = fields.Boolean(string='With currency',