kategorie: hierarchische sortierung, sequence-spalte entfernt

This commit is contained in:
Frederik Jaeckel 2022-08-30 11:56:27 +02:00
parent 7fd42c0b42
commit 64e9bab592
6 changed files with 88 additions and 245 deletions

View file

@ -18,8 +18,7 @@ full copyright notices and license terms. -->
<field name="company"/>
<label name="parent"/>
<field name="parent"/>
<label name="sequence"/>
<field name="sequence"/>
<newline/>
<field name="childs" colspan="6"/>
</page>
</notebook>

View file

@ -2,7 +2,6 @@
<!-- 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 sequence="sequence">
<tree>
<field name="rec_name"/>
<field name="sequence" tree_invisible="1"/>
</tree>

View file

@ -2,9 +2,8 @@
<!-- 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 sequence="sequence">
<tree >
<field name="name"/>
<field name="sequence" tree_invisible="1"/>
<field name="parent" tree_invisible="1"/>
<field name="childs" tree_invisible="1"/>
</tree>