[FIX] account_ebics_batch_payment - fix stack trace

This commit is contained in:
Luc De Meyer 2024-10-13 21:23:38 +02:00
parent 30f6d0f8c9
commit f1f0fc8bf8

View File

@ -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({})
) )