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