trytond-contract-old/view/contract_line_form.xml

16 lines
527 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. -->
<form string="Contract Line">
<label name="service"/>
<field name="service"/>
<label name="contract"/>
<field name="contract"/>
<label name="name"/>
<field name="name"/>
<label name="unit_price"/>
<field name="unit_price"/>
<separator name="description" colspan="4"/>
<field name="description" colspan="4"/>
</form>