[MIG] account_ebics_payment_order: Migration to 15.0

This commit is contained in:
Luc De Meyer
2022-11-24 22:04:58 +01:00
parent 92ad720655
commit 09f4ddc5e6
2 changed files with 17 additions and 2 deletions

View File

@@ -74,7 +74,7 @@
<field name="order_type" />
<field
name="test_mode"
attrs="{'invisible': [('order_type', '!=', 'FUL')]}"
attrs="{'invisible': [('order_type', 'not in', ('FUL', 'BTU'))]}"
/>
<field name="allowed_format_ids" invisible="1" />
</group>