[FIX] account_payment_order: Remove leftover options

They are ignored since #979, and there can't be equivalent.
This commit is contained in:
Pedro M. Baeza
2023-01-05 15:10:36 +01:00
parent 33f79a0921
commit d0f8530b7e
3 changed files with 1 additions and 56 deletions

View File

@@ -32,21 +32,6 @@
<field name="default_invoice" />
<field name="default_date_type" />
</group>
<group
name="accounting-config"
string="Accounting Entries Options"
attrs="{'invisible': [('payment_order_ok', '=', False)]}"
>
<field name="generate_move" />
<field
name="move_option"
attrs="{'invisible': [('generate_move', '=', False)], 'required': [('generate_move', '=', True)]}"
/>
<field
name="post_move"
attrs="{'invisible': [('generate_move', '=', False)]}"
/>
</group>
</group>
</field>
</record>