trytonpsk-crm/view/opportunity_line_form.xml

19 lines
564 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>
<label name="opportunity"/>
<field name="opportunity" colspan="3"/>
<label name="product"/>
<field name="product"/>
<label name="sequence"/>
<field name="sequence"/>
<label name="quantity"/>
<field name="quantity"/>
<label name="unit"/>
<field name="unit"/>
<newline />
<label name="description"/>
<field name="description"/>
</form>