mirror of
https://github.com/NaN-tic/trytond-account_invoice_milestone-zz.git
synced 2023-12-14 05:02:58 +01:00
16 lines
608 B
XML
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>
|