[FIX]file format setting when EBICS upload from payment order

This commit is contained in:
Luc De Meyer
2024-05-13 22:08:21 +02:00
parent f7006f42f6
commit 0af84a01d6
4 changed files with 19 additions and 14 deletions

View File

@@ -3,7 +3,7 @@
{
"name": "Upload Payment Order via EBICS",
"version": "14.0.1.1.0",
"version": "14.0.1.1.1",
"license": "LGPL-3",
"author": "Noviat",
"website": "https://www.noviat.com/",

View File

@@ -1,4 +1,4 @@
# Copyright 2009-2021 Noviat.
# Copyright 2009-2024 Noviat.
# License LGPL-3 or later (http://www.gnu.org/licenses/lpgl).
from odoo import _, models
@@ -69,7 +69,6 @@ class AccountPaymentOrder(models.Model):
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()
view = self.env.ref("account_ebics.ebics_xfer_view_form_upload")
act = {
"name": _("EBICS Upload"),