mirror of
https://github.com/OCA/bank-statement-import.git
synced 2025-01-20 12:37:43 +02:00
[FIX] _get_journal method has one less argument.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user