From f317579f58952017365f5c563cb5a534d8335a2f Mon Sep 17 00:00:00 2001 From: "Ronald Portier (Therp BV)" Date: Fri, 26 Jun 2015 14:35:54 +0200 Subject: [PATCH] [FIX] _get_journal method has one less argument. --- account_bank_statement_import/account_bank_statement_import.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_bank_statement_import/account_bank_statement_import.py b/account_bank_statement_import/account_bank_statement_import.py index 6d4dff6..dafb846 100644 --- a/account_bank_statement_import/account_bank_statement_import.py +++ b/account_bank_statement_import/account_bank_statement_import.py @@ -196,7 +196,7 @@ class AccountBankStatementImport(models.TransientModel): return bank_account_id @api.model - def _get_journal(self, currency_id, bank_account_id, account_number): + def _get_journal(self, currency_id, bank_account_id): """ Find the journal """ bank_model = self.env['res.partner.bank'] # Find the journal from context, wizard or bank account