trytond-sale_discount/view/sale_amendment_line_form.xml

17 lines
645 B
XML

<?xml version="1.0"?>
<!-- This file is part of the sale_discount module for Tryton.
The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<data>
<xpath expr="/form/label[@name='unit_price']"
position="before">
<label name="gross_unit_price"/>
<field name="gross_unit_price"/>
<group id="discount" colspan="2" col="3">
<label name="discount"/>
<field name="discount" factor="100" xexpand="0" xfill="0"/>
<label name="discount" string="%" xalign="0.0" xexpand="1" xfill="1"/>
</group>
</xpath>
</data>