[MIG] account_ebics_batch_payment: Migration to 13.0

This commit is contained in:
Luc De Meyer
2022-12-23 11:39:52 +01:00
parent fb4c7fe382
commit e5a8668c20
2 changed files with 1 additions and 2 deletions
@@ -7,7 +7,6 @@ from odoo import _, api, models
class AccountBatchPayment(models.Model):
_inherit = "account.batch.payment"
@api.multi
def ebics_upload(self):
self.ensure_one()
ctx = self.env.context.copy()