trytond-account_invoice_mil.../view/sale_sale_form.xml
2014-12-18 13:29:54 +01:00

16 lines
608 B
XML

<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<data>
<xpath expr="/form/notebook/page[@id='other']/separator[@name='comment']"
position="before">
<label name="milestone_group"/>
<field name="milestone_group"/>
<label name="milestone_group_type"/>
<field name="milestone_group_type"/>
</xpath>
<xpath expr="/form/notebook/page[@id='invoices']"
position="inside">
<field name="advancement_invoices" colspan="4"/>
</xpath>
</data>