[MIG] account_ebics_batch_payment: Migration to 13.0

This commit is contained in:
Luc De Meyer
2020-06-21 18:10:41 +02:00
parent 0e0a32f2cd
commit 0ea103b545
2 changed files with 1 additions and 2 deletions

View File

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