mirror of
https://github.com/brain-tec/account_ebics.git
synced 2025-08-14 06:35:36 +00:00
[MIG] account_ebics_batch_payment: Migration to 15.0
This commit is contained in:
@@ -34,7 +34,7 @@ class AccountBatchPayment(models.Model):
|
||||
}
|
||||
)
|
||||
|
||||
ebics_xfer = self.env["ebics.xfer"].with_context(ctx).create({})
|
||||
ebics_xfer = self.env["ebics.xfer"].with_context(**ctx).create({})
|
||||
ebics_xfer._onchange_ebics_config_id()
|
||||
ebics_xfer._onchange_upload_data()
|
||||
ebics_xfer._onchange_format_id()
|
||||
|
Reference in New Issue
Block a user