From 5c69a5ac023afccec2ed327466ba6351210862ba Mon Sep 17 00:00:00 2001 From: Luc De Meyer Date: Sat, 27 Jan 2024 19:24:23 +0100 Subject: [PATCH] [MIG] account_ebics: Migration to 17.0 --- account_ebics/static/description/index.html | 1 - account_ebics/wizards/ebics_xfer.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/account_ebics/static/description/index.html b/account_ebics/static/description/index.html index 166dcc0..85f8856 100644 --- a/account_ebics/static/description/index.html +++ b/account_ebics/static/description/index.html @@ -1,4 +1,3 @@ - diff --git a/account_ebics/wizards/ebics_xfer.py b/account_ebics/wizards/ebics_xfer.py index 5293729..d64aae0 100644 --- a/account_ebics/wizards/ebics_xfer.py +++ b/account_ebics/wizards/ebics_xfer.py @@ -442,7 +442,7 @@ class EbicsXfer(models.TransientModel): return ebics_file def _payment_order_postprocess(self, ebics_file): - active_model = self.env.context.get("active_model") + active_model = self.env.context.get("model") if active_model == "account.payment.order": order = self.env["account.payment.order"].browse( self.env.context["active_id"]