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