mirror of
				https://github.com/brain-tec/account_ebics.git
				synced 2025-11-04 07:00:35 +00:00 
			
		
		
		
	[IMP] account_ebics_oca_statement_import: black, isort, prettier
This commit is contained in:
		@@ -12,7 +12,7 @@ class AccountStatementImport(models.TransientModel):
 | 
				
			|||||||
    _inherit = "account.statement.import"
 | 
					    _inherit = "account.statement.import"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def _check_parsed_data(self, stmts_vals):
 | 
					    def _check_parsed_data(self, stmts_vals):
 | 
				
			||||||
        """ Basic and structural verifications """
 | 
					        """Basic and structural verifications"""
 | 
				
			||||||
        if self.env.context.get("active_model") == "ebics.file":
 | 
					        if self.env.context.get("active_model") == "ebics.file":
 | 
				
			||||||
            message = False
 | 
					            message = False
 | 
				
			||||||
            if len(stmts_vals) == 0:
 | 
					            if len(stmts_vals) == 0:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user