|
@ -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), |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|