trytondo-optical_equipment/view/create_prorogue_form.xml

27 lines
818 B
XML

<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level
this repository contains the full copyright notices and license terms. -->
<form>
<group id="create_prorogue">
<label name="initial_contract"/>
<field name="initial_contract" colspan="3"/>
<label name="party"/>
<field name="party"/>
<label name="invoice_address"/>
<field name="invoice_address"/>
<label name="contact"/>
<field name="contact"/>
<newline/>
<label name="start_date"/>
<field name="start_date"/>
<label name="end_date"/>
<field name="end_date"/>
<label name="invoice_start_date"/>
<field name="invoice_start_date"/>>
<label name="invoice_recurrence"/>
<field name="invoice_recurrence"/>
</group>
<newline/>
<field name="equipments"/>
</form>