[IMP]EBICS File Format on Payment Mode

This commit is contained in:
Luc De Meyer
2024-05-12 17:04:49 +02:00
parent 283b6edf78
commit 0a28f1b28b
7 changed files with 51 additions and 8 deletions

View File

@@ -48,7 +48,9 @@
<field name="upload_format_ids" invisible="1"/>
<field name="format_id"
domain="[('id', 'in', upload_format_ids)]"
required="1"/>
required="1"
readonly="context.get('active_model') == 'account.payment.order'"
/>
<field name="order_type"/>
<field name="test_mode" attrs="{'invisible': [('order_type', '!=', 'FUL')]}"/>
</group>