[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 36ed31dbb7
commit b2c56b7499
4 changed files with 14 additions and 15 deletions

View File

@@ -3,7 +3,7 @@
{
'name': 'Upload Payment Order via EBICS',
'version': '13.0.1.2.0',
'version': '13.0.1.2.1',
'license': 'LGPL-3',
'author': 'Noviat',
'category': 'Accounting & Finance',

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
@@ -54,7 +54,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'),