book: tree-ansicht speichert baumzustand + öffnet inhalt bei dppelklick

This commit is contained in:
Frederik Jaeckel 2022-10-08 15:32:35 +02:00
parent 5136189386
commit 5794a4ccb7
3 changed files with 8 additions and 2 deletions

View file

@ -2,7 +2,7 @@
<!-- This file is part of the cashbook-module from m-ds for Tryton.
The COPYRIGHT file at the top level of this repository contains the
full copyright notices and license terms. -->
<tree>
<tree keyword_open="1">
<field name="rec_name"/>
<field name="balance" sum="Balance"/>
<field name="currency"/>

View file

@ -2,7 +2,7 @@
<!-- This file is part of the cashbook-module from m-ds for Tryton.
The COPYRIGHT file at the top level of this repository contains the
full copyright notices and license terms. -->
<tree>
<tree keyword_open="1" tree_state="1">
<field name="name"/>
<field name="balance"/>
<field name="currency"/>