[IMP]EBICS File Format on Payment Mode

This commit is contained in:
Luc De Meyer
2024-05-12 17:04:49 +02:00
parent d8498ee0c2
commit 8892cc71cf
6 changed files with 30 additions and 8 deletions

View File

@@ -7,10 +7,7 @@
<field name="inherit_id" ref="account_payment_mode.account_payment_mode_form" />
<field name="arch" type="xml">
<field name="payment_type" position="after">
<field
name="ebics_format_id"
attrs="{'invisible': [('payment_order_ok', '=', False)]}"
/>
<field name="ebics_format_id" invisible="not payment_order_ok" />
</field>
</field>
</record>