investment/view/asset_form.xml

52 lines
1.5 KiB
XML
Raw Normal View History

2022-11-09 20:49:33 +00: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. -->
<form col="6">
2022-11-10 21:31:22 +00:00
<label name="product" />
<field name="product" colspan="3"/>
<label name="rate" />
<field name="rate" symbol="currency"/>
<label id="labdate" colspan="2" string=" "/>
<label name="nextupdtate" />
<field name="nextupdtate"/>
<label name="date" />
<field name="date"/>
2022-11-10 21:31:22 +00:00
<separator id="sepunits" colspan="6" string="Currency and Units"/>
2022-11-09 20:49:33 +00:00
<label name="currency" />
<field name="currency" />
<label name="currency_digits" />
<field name="currency_digits" />
<newline/>
2022-11-10 21:31:22 +00:00
<label name="uom" />
<field name="uom" />
<label name="product_uom" />
<field name="product_uom" />
<newline/>
2022-11-10 21:31:22 +00:00
<notebook colspan="6">
2022-11-13 21:57:40 +00:00
<page id="pgids" col="4" string="Identifiers">
<label name="wkn" />
<field name="wkn" />
<label name="secsymb" />
<field name="secsymb" />
2022-11-13 21:57:40 +00: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 21:51:29 +00:00
<page id="pgupdate" col="4" string="Course Update">
<label name="updtsource"/>
2022-11-17 21:51:29 +00:00
<field name="updtsource"/>
<label name="updttime"/>
<field name="updttime"/>
</page>
2022-11-13 21:57:40 +00:00
</notebook>
2022-11-09 20:49:33 +00:00
</form>