Compare commits

...

5 commits
main ... 7.0

Author SHA1 Message Date
Frederik Jaeckel
142281fe4e Etikett ver 7.0.26 zum Änderungssatz f2a6f89ad321 hinzugefügt 2023-12-06 22:34:43 +01:00
Frederik Jaeckel
d1db351994 Version 7.0.26 2023-12-06 22:34:21 +01:00
Frederik Jaeckel
d17c9737c1 asset: columns optional 2023-12-03 18:20:22 +01:00
Frederik Jaeckel
78b1f80404 Etikett ver 7.0.25 zum Änderungssatz 7bc2df3ab33c hinzugefügt 2023-12-01 13:33:49 +01:00
Frederik Jaeckel
10ec1d979b Version 7.0.25 2023-12-01 13:33:34 +01:00
3 changed files with 15 additions and 10 deletions

View file

@ -22,6 +22,11 @@ You can define the course sources yourself.
Changes
=======
*7.0.0 - 01.12.2023*
*7.0.26 - 06.12.2023*
- add: columns optional
*7.0.25 - 01.12.2023*
- compatibility to Tryton 7.0
- code/speed optimized

View file

@ -1,5 +1,5 @@
[tryton]
version=7.0.0
version=7.0.26
depends:
ir
res

View file

@ -4,12 +4,12 @@ The COPYRIGHT file at the top level of this repository contains the
full copyright notices and license terms. -->
<tree>
<field name="name" expand="1"/>
<field name="change_day1"/>
<field name="change_month1"/>
<field name="change_month3"/>
<field name="change_month6"/>
<field name="date"/>
<field name="rate" symbol="asset_symbol"/>
<field name="isin"/>
<field name="wkn" />
<field name="change_day1" optional="0"/>
<field name="change_month1" optional="0"/>
<field name="change_month3" optional="0"/>
<field name="change_month6" optional="0"/>
<field name="date" optional="0"/>
<field name="rate" symbol="asset_symbol" optional="0"/>
<field name="isin" optional="0"/>
<field name="wkn" optional="0"/>
</tree>