Merge pull request #49 from Noviat/17.0

Syncing from upstream Noviat/account_ebics (17.0)
This commit is contained in:
braintec 2024-10-14 01:11:08 +02:00 committed by GitHub
commit 507a16806e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
{
"name": "Upload Batch Payment via EBICS",
"version": "17.0.1.0.2",
"version": "17.0.1.0.3",
"license": "LGPL-3",
"author": "Noviat",
"website": "https://www.noviat.com",

View File

@ -35,7 +35,7 @@ class AccountBatchPayment(models.Model):
ebics_xfer = (
self.env["ebics.xfer"]
.with_company(self.company_id)
.with_company(self.journal_id.company_id)
.with_context(**ctx)
.create({})
)