trytonpsk-crm/view/opportunity_line_form.xml

26 lines
888 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" widget="selection"/>
<label name="sequence"/>
<field name="sequence"/>
<label name="quantity"/>
<field name="quantity"/>
<label name="unit"/>
<field name="unit"/>
<label name="unit_price"/>
<field name="unit_price"/>
<label name="billing_frecuency"/>
<field name="billing_frecuency"/>
<label name="payment_term"/>
<field name="payment_term"/>
<label name="start_invoice_date"/>
<field name="start_invoice_date"/>
<!-- <separator string="Description" colspan="4"/> -->
<field name="description" colspan="4"/>
</form>