asset: feld 'Datum' + 'Name' neu, rec_name optimiert, Test korrigiert

This commit is contained in:
Frederik Jaeckel 2022-11-23 10:44:09 +01:00
parent aeb949cc20
commit 4947b495c2
6 changed files with 133 additions and 34 deletions

View file

@ -2,24 +2,28 @@
<!-- 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="4">
<form col="6">
<label name="product" />
<field name="product" />
<label name="rate" />
<field name="rate" symbol="currency"/>
<label name="date" />
<field name="date"/>
<separator id="sepunits" colspan="4" string="Currency and Units"/>
<separator id="sepunits" colspan="6" string="Currency and Units"/>
<label name="currency" />
<field name="currency" />
<label name="currency_digits" />
<field name="currency_digits" />
<newline/>
<label name="uom" />
<field name="uom" />
<label name="product_uom" />
<field name="product_uom" />
<newline/>
<notebook>
<notebook colspan="6">
<page id="pgids" col="4" string="Identifiers">
<label name="wkn" />
<field name="wkn" />

View file

@ -3,11 +3,11 @@
The COPYRIGHT file at the top level of this repository contains the
full copyright notices and license terms. -->
<tree>
<field name="rec_name"/>
<field name="isin"/>
<field name="secsymb"/>
<field name="wkn"/>
<field name="rate"/>
<field name="name" expand="2"/>
<field name="isin" expand="1"/>
<field name="wkn" expand="1"/>
<field name="date" expand="1"/>
<field name="rate" expand="1"/>
<field name="currency"/>
<field name="uom"/>
<field name="uom" />
</tree>