mirror of
https://github.com/OCA/bank-statement-import.git
synced 2025-01-20 12:37:43 +02:00
When I created the module account_statement_import in v14, I added support for multi-statement files. In the current implementation, if one statement is empty, it raises an error which blocks the import of the other statements that had transactions. This commit fixes this.