mirror of
https://github.com/OCA/bank-statement-import.git
synced 2025-01-20 12:37:43 +02:00
Update account_bank_statement_import.py
Remove api call
This commit is contained in:
committed by
Iryna Vyshnevska
parent
47a5dd06d8
commit
9fd2661335
@@ -11,7 +11,6 @@ _logger = logging.getLogger(__name__)
|
||||
class AccountBankStatementImport(models.TransientModel):
|
||||
_inherit = 'account.bank.statement.import'
|
||||
|
||||
@api.model
|
||||
def _parse_file(self, data_file):
|
||||
"""Parse a CAMT053 XML file."""
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user