mirror of
https://github.com/NaN-tic/trytond-account_invoice_milestone-zz.git
synced 2023-12-14 05:02:58 +01:00
13 lines
534 B
XML
13 lines
534 B
XML
<?xml version="1.0"?>
|
|
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
|
this repository contains the full copyright notices and license terms. -->
|
|
<data>
|
|
<xpath expr="/form" position="inside">
|
|
<label name="milestone_advancement_product"/>
|
|
<field name="milestone_advancement_product"/>
|
|
<label name="milestone_group_sequence"/>
|
|
<field name="milestone_group_sequence"/>
|
|
<label name="milestone_sequence"/>
|
|
<field name="milestone_sequence"/>
|
|
</xpath>
|
|
</data>
|