From db49ab205f5b72cd40fcee7cef76a05a33222674 Mon Sep 17 00:00:00 2001 From: Luc De Meyer Date: Sun, 12 May 2024 17:04:49 +0200 Subject: [PATCH] [IMP]EBICS File Format on Payment Mode --- account_ebics/wizards/ebics_xfer.xml | 1 + account_ebics_payment_order/README.rst | 10 +++++----- account_ebics_payment_order/__manifest__.py | 5 +++-- account_ebics_payment_order/models/__init__.py | 1 + .../models/account_payment_mode.py | 15 +++++++++++++++ .../models/account_payment_order.py | 11 +++++++++++ .../views/account_payment_mode.xml | 18 ++++++++++++++++++ 7 files changed, 54 insertions(+), 7 deletions(-) create mode 100644 account_ebics_payment_order/models/account_payment_mode.py create mode 100644 account_ebics_payment_order/views/account_payment_mode.xml diff --git a/account_ebics/wizards/ebics_xfer.xml b/account_ebics/wizards/ebics_xfer.xml index 6bc321d..5d319e2 100644 --- a/account_ebics/wizards/ebics_xfer.xml +++ b/account_ebics/wizards/ebics_xfer.xml @@ -71,6 +71,7 @@ name="format_id" domain="[('id', 'in', upload_format_ids)]" required="1" + readonly="context.get('active_model') == 'account.payment.order'" /> + + + + account.payment.mode.form + account.payment.mode + + + + + + + + +