changeset eea9f2b37b68 in modules/sale_advance_payment:default
details:
https://hg.tryton.org/modules/sale_advance_payment?cmd=changeset;node=eea9f2b37b68
description:
Replace realtion fields with links
issue9233
review295411002
diffstat:
view/sale_form.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (13 lines):
diff -r 149e2e8a284b -r eea9f2b37b68 view/sale_form.xml
--- a/view/sale_form.xml Thu Mar 19 19:10:27 2020 +0100
+++ b/view/sale_form.xml Sat Apr 25 08:56:52 2020 +0200
@@ -9,7 +9,7 @@
<field name="advance_payment_term"/>
<field name="advance_payment_conditions" colspan="4"/>
</xpath>
- <xpath expr="//page[@name='invoices']" position="inside">
- <field name="advance_payment_invoices"/>
+ <xpath expr="//group[@id='links']" position="inside">
+ <link icon="tryton-invoice"
name="sale_advance_payment.act_advance_invoice_form" empty="hide"/>
</xpath>
</data>