Compare commits
5 commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
142281fe4e | ||
![]() |
d1db351994 | ||
![]() |
d17c9737c1 | ||
![]() |
78b1f80404 | ||
![]() |
10ec1d979b |
3 changed files with 15 additions and 10 deletions
|
@ -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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[tryton]
|
||||
version=7.0.0
|
||||
version=7.0.26
|
||||
depends:
|
||||
ir
|
||||
res
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue