mirror of
				https://github.com/brain-tec/account_ebics.git
				synced 2025-11-03 22:50:59 +00:00 
			
		
		
		
	[FIX] account_ebics_batch_payment - fix stack trace
This commit is contained in:
		@@ -35,7 +35,7 @@ class AccountBatchPayment(models.Model):
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        ebics_xfer = (
 | 
					        ebics_xfer = (
 | 
				
			||||||
            self.env["ebics.xfer"]
 | 
					            self.env["ebics.xfer"]
 | 
				
			||||||
            .with_company(self.company_id)
 | 
					            .with_company(self.journal_id.company_id)
 | 
				
			||||||
            .with_context(**ctx)
 | 
					            .with_context(**ctx)
 | 
				
			||||||
            .create({})
 | 
					            .create({})
 | 
				
			||||||
        )
 | 
					        )
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user