mirror of
				https://github.com/brain-tec/account_ebics.git
				synced 2025-11-03 22:50:59 +00:00 
			
		
		
		
	fix oca statement import
This commit is contained in:
		@@ -53,7 +53,7 @@ class AccountStatementImport(models.TransientModel):
 | 
			
		||||
                self._set_statement_name(st_vals)
 | 
			
		||||
                if st_vals.get("transactions"):
 | 
			
		||||
                    transactions = True
 | 
			
		||||
                    super()._create_bank_statements(stmts_vals, result)
 | 
			
		||||
                    super()._create_bank_statements([st_vals], result)
 | 
			
		||||
                    if result["statement_ids"] == statement_ids:
 | 
			
		||||
                        # no statement has been created, this is the case
 | 
			
		||||
                        # when all transactions have been imported already
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user