book: tree/list optimiert

This commit is contained in:
Frederik Jaeckel 2023-01-02 21:46:39 +01:00
parent d12b0a4c7b
commit 1c14b0134b
2 changed files with 4 additions and 6 deletions

View file

@ -3,8 +3,7 @@
The COPYRIGHT file at the top level of this repository contains the 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 keyword_open="1"> <tree keyword_open="1">
<field name="rec_name"/> <field name="rec_name" expand="1"/>
<field name="balance" sum="Balance"/> <field name="balance" sum="Balance" symbol="currency"/>
<field name="currency"/>
<field name="state"/> <field name="state"/>
</tree> </tree>

View file

@ -3,9 +3,8 @@
The COPYRIGHT file at the top level of this repository contains the 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 keyword_open="1" tree_state="1"> <tree keyword_open="1" tree_state="1">
<field name="name"/> <field name="name" expand="1"/>
<field name="balance"/> <field name="balance" symbol="currency"/>
<field name="currency"/>
<field name="state"/> <field name="state"/>
<field name="parent" tree_invisible="1"/> <field name="parent" tree_invisible="1"/>
<field name="childs" tree_invisible="1"/> <field name="childs" tree_invisible="1"/>