trytond-contract-old/view/contract_form.xml

36 lines
1.1 KiB
XML

<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<form string="Contract">
<label name="reference"/>
<field name="reference"/>
<label name="company"/>
<field name="company"/>
<label name="party"/>
<field name="party"/>
<label name="currency"/>
<field name="currency"/>
<label name="start_period_date"/>
<field name="start_period_date"/>
<label name="first_invoice_date"/>
<field name="first_invoice_date"/>
<label name="start_date"/>
<field name="start_date"/>
<label name="end_date"/>
<field name="end_date"/>
<separator id="recurrence" string="Invoice recurrence" colspan="4"/>
<label name="freq"/>
<field name="freq"/>
<label name="interval"/>
<field name="interval"/>
<newline/>
<field name="lines" colspan="4"/>
<label name="state"/>
<field name="state"/>
<group id="buttons" colspan="2">
<button name="draft" string="Draft"/>
<button name="validate_contract" string="Validate"/>
<button name="cancel" string="Cancel"/>
</group>
</form>