From 9f1229656a6871f2769fe53188d2e60b6fb46658 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Tue, 11 Apr 2017 23:01:16 +0200 Subject: [PATCH] crash in account_bank_statement_save_file --- .../models/account_bank_statement_import.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_bank_statement_import_save_file/models/account_bank_statement_import.py b/account_bank_statement_import_save_file/models/account_bank_statement_import.py index 7263dc4..c61fd65 100644 --- a/account_bank_statement_import_save_file/models/account_bank_statement_import.py +++ b/account_bank_statement_import_save_file/models/account_bank_statement_import.py @@ -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()