2022-11-09 21:49:33 +01:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!-- This file is part of the investment-module from m-ds for Tryton.
|
|
|
|
The COPYRIGHT file at the top level of this repository contains the
|
|
|
|
full copyright notices and license terms. -->
|
2022-11-23 10:44:09 +01:00
|
|
|
<form col="6">
|
2022-11-10 22:31:22 +01:00
|
|
|
<label name="product" />
|
2022-11-23 22:22:22 +01:00
|
|
|
<field name="product" colspan="3"/>
|
2022-11-14 23:03:54 +01:00
|
|
|
<label name="rate" />
|
|
|
|
<field name="rate" symbol="currency"/>
|
2022-11-23 22:22:22 +01:00
|
|
|
|
2022-11-25 15:28:49 +01:00
|
|
|
<label id="labdate" string=" "/>
|
2022-11-25 21:55:43 +01:00
|
|
|
<label name="nextupdate" colspan="2"/>
|
|
|
|
<field name="nextupdate"/>
|
2022-11-23 10:44:09 +01:00
|
|
|
<label name="date" />
|
|
|
|
<field name="date"/>
|
2022-11-10 22:31:22 +01:00
|
|
|
|
2022-11-25 15:28:49 +01:00
|
|
|
<separator id="sepperc" colspan="6" string="Gain and Loss"/>
|
|
|
|
<label name="change_day1" />
|
|
|
|
<field name="change_day1" />
|
|
|
|
|
|
|
|
<label name="change_month1" />
|
|
|
|
<field name="change_month1" />
|
|
|
|
|
|
|
|
<label name="change_month3" />
|
|
|
|
<field name="change_month3" />
|
|
|
|
<label name="change_month6" />
|
|
|
|
<field name="change_month6" />
|
|
|
|
|
|
|
|
<label name="change_month12" />
|
|
|
|
<field name="change_month12" />
|
|
|
|
<newline/>
|
|
|
|
|
2022-11-23 10:44:09 +01:00
|
|
|
<separator id="sepunits" colspan="6" string="Currency and Units"/>
|
2022-11-09 21:49:33 +01:00
|
|
|
<label name="currency" />
|
|
|
|
<field name="currency" />
|
|
|
|
<label name="currency_digits" />
|
|
|
|
<field name="currency_digits" />
|
2022-11-23 10:44:09 +01:00
|
|
|
<newline/>
|
2022-11-10 22:31:22 +01:00
|
|
|
|
|
|
|
<label name="uom" />
|
|
|
|
<field name="uom" />
|
|
|
|
<label name="product_uom" />
|
|
|
|
<field name="product_uom" />
|
2022-11-23 10:44:09 +01:00
|
|
|
<newline/>
|
2022-11-10 22:31:22 +01:00
|
|
|
|
2022-11-23 10:44:09 +01:00
|
|
|
<notebook colspan="6">
|
2022-11-13 22:57:40 +01:00
|
|
|
<page id="pgids" col="4" string="Identifiers">
|
|
|
|
<label name="wkn" />
|
|
|
|
<field name="wkn" />
|
|
|
|
<label name="secsymb" />
|
|
|
|
<field name="secsymb" />
|
2022-11-11 22:46:53 +01:00
|
|
|
|
2022-11-13 22:57:40 +01:00
|
|
|
<label name="isin" />
|
|
|
|
<field name="isin" />
|
|
|
|
</page>
|
|
|
|
<page name="rates" col="1" string="Rates">
|
|
|
|
<field name="rates" mode="tree,form,graph"/>
|
|
|
|
</page>
|
2022-11-17 22:51:29 +01:00
|
|
|
<page id="pgupdate" col="4" string="Course Update">
|
|
|
|
<label name="updttime"/>
|
|
|
|
<field name="updttime"/>
|
2022-11-28 23:15:28 +01:00
|
|
|
<label name="updtdays"/>
|
|
|
|
<field name="updtdays"/>
|
2022-11-29 21:54:27 +01:00
|
|
|
|
|
|
|
<field name="updtsources" colspan="4"/>
|
2022-11-14 23:03:54 +01:00
|
|
|
</page>
|
2022-11-13 22:57:40 +01:00
|
|
|
</notebook>
|
2022-11-11 22:46:53 +01:00
|
|
|
|
2022-11-09 21:49:33 +01:00
|
|
|
</form>
|