mirror of
https://github.com/brain-tec/account_ebics.git
synced 2025-08-14 06:35:36 +00:00
[IMP]EBICS File Format on Payment Mode
This commit is contained in:
@@ -94,8 +94,9 @@
|
||||
<field name="upload_format_ids" invisible="1" />
|
||||
<field
|
||||
name="format_id"
|
||||
domain="[('id', 'in', upload_format_ids)]"
|
||||
required="1"
|
||||
domain="[('type', '=', 'up'), ('id', 'in', allowed_format_ids)]"
|
||||
readonly="context.get('active_model') == 'account.payment.order'"
|
||||
/>
|
||||
<field name="order_type" />
|
||||
<field name="test_mode" invisible="order_type not in ('FUL', 'BTU')" />
|
||||
|
Reference in New Issue
Block a user