mirror of
https://github.com/brain-tec/account_ebics.git
synced 2024-11-23 12:42:04 +00:00
Merge branch '17-fix-account_ebics_batch_payment' into '17.0'
[FIX] account_ebics_batch_payment - fix stack trace See merge request Noviat/Noviat_Generic/accounting-ebics!68
This commit is contained in:
commit
e6b861dd94
@ -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",
|
||||
|
@ -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({})
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user