[FIX] account_export_csv: duplicate column definition (spotted by pylint)
parent
24be7610ff
commit
edee228de0
|
@ -92,8 +92,6 @@ class AccountCSVExport(orm.TransientModel):
|
||||||
'journal_id',
|
'journal_id',
|
||||||
'Journals',
|
'Journals',
|
||||||
help='If empty, use all journals, only used for journal entries'),
|
help='If empty, use all journals, only used for journal entries'),
|
||||||
'fiscalyear_id': fields.many2one('account.fiscalyear', 'Fiscalyear',
|
|
||||||
required=True),
|
|
||||||
'export_filename': fields.char('Export CSV Filename', size=128),
|
'export_filename': fields.char('Export CSV Filename', size=128),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue