2022-12-21 23:32:26 +00:00
|
|
|
<?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"/>
|
2022-12-22 15:01:10 +00:00
|
|
|
<field name="asset_rate" symbol="cashbook"/>
|
2022-12-31 15:15:23 +00:00
|
|
|
<newline/>
|
2022-12-30 22:55:00 +00:00
|
|
|
|
2022-12-21 23:32:26 +00:00
|
|
|
<field name="quantity_digits"/>
|
|
|
|
<newline/>
|
|
|
|
</xpath>
|
|
|
|
|
2023-01-14 23:36:02 +00:00
|
|
|
<xpath expr="/form/field[@name='rate_2nd_currency']" position="after">
|
|
|
|
<newline/>
|
|
|
|
<label name="quantity_2nd_uom"/>
|
|
|
|
<field name="quantity_2nd_uom" symbol="quantity2nd"/>
|
|
|
|
<label name="factor_2nd_uom"/>
|
|
|
|
<field name="factor_2nd_uom"/>
|
|
|
|
</xpath>
|
|
|
|
|
2023-01-29 22:16:22 +00:00
|
|
|
<xpath expr="/form/notebook/page[@name='description']" position="after">
|
2023-02-15 21:34:52 +00:00
|
|
|
<page name="current_value" col="6" string="Performance">
|
2023-01-29 22:16:22 +00:00
|
|
|
<label name="current_value"/>
|
|
|
|
<field name="current_value" symbol="currency"/>
|
|
|
|
<label name="diff_amount"/>
|
|
|
|
<field name="diff_amount" symbol="currency"/>
|
|
|
|
|
|
|
|
<group id="diff_percent" col="2">
|
|
|
|
<field name="diff_percent" xexpand="0"/>
|
|
|
|
<label name="diff_percent" xalign="0.0" string="%" xexpand="1"/>
|
|
|
|
</group>
|
2023-02-21 21:36:20 +00:00
|
|
|
<newline/>
|
2023-02-11 23:09:56 +00:00
|
|
|
|
|
|
|
<label name="trade_fee"/>
|
|
|
|
<field name="trade_fee"/>
|
|
|
|
<label name="asset_dividend"/>
|
|
|
|
<field name="asset_dividend"/>
|
2023-02-15 21:34:52 +00:00
|
|
|
<newline/>
|
|
|
|
|
|
|
|
<label name="asset_gainloss"/>
|
|
|
|
<field name="asset_gainloss"/>
|
2023-02-11 23:09:56 +00:00
|
|
|
|
2023-01-29 22:16:22 +00:00
|
|
|
</page>
|
|
|
|
</xpath>
|
|
|
|
|
2022-12-21 23:32:26 +00:00
|
|
|
</data>
|