trytond-sale_margin/view/sale_form.xml
2016-07-06 00:08:08 +02:00

20 lines
941 B
XML

<?xml version="1.0"?>
<!-- This file is part of sale_margin 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/notebook/page[@id=&quot;other&quot;]/separator[@name=&quot;comment&quot;]"
position="before">
<group id="margin" colspan="4" col="4" xexpand="0">
<separator name="margin" colspan="4"/>
<label name="margin" xalign="1.0" xexpand="1"/>
<field name="margin" xalign="1.0" xexpand="0"/>
<label name="margin_percent" xalign="1.0" xexpand="1"/>
<group id="margin_percent" colspan="1" col="2" xexpand="0">
<field name="margin_percent" factor="100" xalign="1.0" xexpand="0"/>
<label name="margin_percent" string="%" xalign="0.0" xexpand="1" xfill="1"/>
</group>
</group>
</xpath>
</data>