asset: columns optional

This commit is contained in:
Frederik Jaeckel 2023-12-03 18:20:22 +01:00
parent 78b1f80404
commit d17c9737c1

View file

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