Browse Source

[FIX] crash in account_bank_statement_save_file

pull/200/head
Alexis de Lattre 8 years ago
committed by Benjamin
parent
commit
b9c924fa72
  1. 1
      account_bank_statement_import_ofx/wizard/account_bank_statement_import.py

1
account_bank_statement_import_ofx/wizard/account_bank_statement_import.py

@ -47,7 +47,6 @@ class AccountBankStatementImport(models.TransientModel):
} }
return vals return vals
@api.model
def _parse_file(self, data_file): def _parse_file(self, data_file):
ofx = self._check_ofx(data_file) ofx = self._check_ofx(data_file)
if not ofx: if not ofx:

Loading…
Cancel
Save