22 lines
696 B
XML
22 lines
696 B
XML
<?xml version="1.0"?>
|
|
<!-- This file is part of the cashbook-module from m-ds for Tryton.
|
|
The COPYRIGHT file at the top level of this repository contains the
|
|
full copyright notices and license terms. -->
|
|
<data>
|
|
|
|
<xpath expr="/form/field[@name='reference']" position="after">
|
|
<label name="quantity" />
|
|
<field name="quantity" symbol="quantity_uom"/>
|
|
<label name="asset_rate"/>
|
|
<!--<field name="asset_rate"/>-->
|
|
|
|
<group id="asset_rate" col="2">
|
|
<field name="asset_rate" xexpand="0"/>
|
|
<field name="number" xalign="0.0" xexpand="0"/>
|
|
</group>
|
|
|
|
<field name="quantity_digits"/>
|
|
<newline/>
|
|
</xpath>
|
|
|
|
</data>
|