update CI config

This commit is contained in:
Jérémy Didderen
2023-08-13 17:44:42 +02:00
parent e5bcf2dbd1
commit 47e2d3efd1
14 changed files with 109 additions and 46 deletions

View File

@@ -12,7 +12,7 @@ class AccountStatementImport(models.TransientModel):
_inherit = "account.statement.import"
def _check_parsed_data(self, stmts_vals):
""" Basic and structural verifications """
"""Basic and structural verifications"""
if self.env.context.get("active_model") == "ebics.file":
message = False
if len(stmts_vals) == 0: