[IMP] account_payment_order: Move Payments (from Payment line form view) to a more appropriate (and readable) place

This commit is contained in:
Víctor Martínez
2024-06-17 16:49:26 +02:00
parent cffe2f32d2
commit 2526b93059

View File

@@ -45,10 +45,14 @@
/>
<field name="amount_company_currency" />
<field name="company_currency_id" invisible="1" />
<field name="payment_ids" />
<field name="payment_type" invisible="1" />
</group>
</group>
<notebook>
<page name="payments" string="Payments">
<field name="payment_ids" nolabel="1" />
</page>
</notebook>
</form>
</field>
</record>