Browse Source

[FIX] crash in account_bank_statement_save_file

pull/142/head
Alexis de Lattre 7 years ago
committed by Nicolas JEUDY
parent
commit
db3c1913ac
  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
@api.model
def _parse_file(self, data_file):
ofx = self._check_ofx(data_file)
if not ofx:

Loading…
Cancel
Save