mirror of
https://github.com/OCA/bank-statement-import.git
synced 2025-01-20 12:37:43 +02:00
crash in account_bank_statement_save_file
This commit is contained in:
@@ -9,7 +9,7 @@ from odoo import models, api
|
||||
class AccountBankStatementImport(models.TransientModel):
|
||||
_inherit = 'account.bank.statement.import'
|
||||
|
||||
@api.model
|
||||
@api.multi
|
||||
def import_file(self):
|
||||
action = \
|
||||
super(AccountBankStatementImport, self).import_file()
|
||||
|
||||
Reference in New Issue
Block a user