Update account_bank_statement_import.py

Remove api call
This commit is contained in:
Fekete Mihai
2019-10-01 15:23:39 +03:00
committed by Iryna Vyshnevska
parent 47a5dd06d8
commit 9fd2661335

View File

@@ -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: