columns optional

This commit is contained in:
Frederik Jaeckel 2023-12-06 20:20:13 +01:00
parent 52e788db17
commit e79bcca989
6 changed files with 25 additions and 25 deletions

View file

@ -5,5 +5,5 @@ full copyright notices and license terms. -->
<tree keyword_open="1">
<field name="rec_name" expand="1"/>
<field name="balance" sum="1" symbol="currency"/>
<field name="state"/>
<field name="state" optional="0"/>
</tree>

View file

@ -5,7 +5,7 @@ full copyright notices and license terms. -->
<tree keyword_open="1" tree_state="1">
<field name="name" expand="1"/>
<field name="balance" symbol="currency"/>
<field name="state"/>
<field name="state" optional="0"/>
<field name="parent" tree_invisible="1"/>
<field name="childs" tree_invisible="1"/>
</tree>

View file

@ -4,14 +4,14 @@ The COPYRIGHT file at the top level of this repository contains the
full copyright notices and license terms. -->
<tree>
<field name="cashbook" tree_invisible="1"/>
<field name="number"/>
<field name="number" optional="0"/>
<field name="date"/>
<field name="payee"/>
<field name="category_view"/>
<field name="descr_short" expand="1"/>
<field name="credit" sum="1"/>
<field name="debit" sum="1"/>
<field name="balance"/>
<field name="state"/>
<field name="credit" sum="1" optional="0"/>
<field name="debit" sum="1" optional="0"/>
<field name="balance" optional="0"/>
<field name="state" optional="0"/>
<button name="wfcheck"/>
</tree>

View file

@ -4,13 +4,13 @@ The COPYRIGHT file at the top level of this repository contains the
full copyright notices and license terms. -->
<tree>
<field name="cashbook" tree_invisible="1"/>
<field name="number"/>
<field name="date"/>
<field name="payee"/>
<field name="category_view"/>
<field name="descr_short" expand="1"/>
<field name="credit" sum="1"/>
<field name="debit" sum="1"/>
<field name="state"/>
<field name="number" optional="0"/>
<field name="date" optional="0"/>
<field name="payee" optional="0"/>
<field name="category_view" optional="0"/>
<field name="descr_short" expand="1" optional="0"/>
<field name="credit" sum="1" optional="0"/>
<field name="debit" sum="1" optional="0"/>
<field name="state" optional="0"/>
<button name="wfrecon"/>
</tree>

View file

@ -4,11 +4,11 @@ The COPYRIGHT file at the top level of this repository contains the
full copyright notices and license terms. -->
<tree>
<field name="cashbook"/>
<field name="date"/>
<field name="date_from"/>
<field name="date_to"/>
<field name="start_amount"/>
<field name="end_amount"/>
<field name="lines"/>
<field name="state"/>
<field name="date" optional="0"/>
<field name="date_from" optional="0"/>
<field name="date_to" optional="0"/>
<field name="start_amount" optional="0"/>
<field name="end_amount" optional="0"/>
<field name="lines" optional="0"/>
<field name="state" optional="0"/>
</tree>

View file

@ -8,7 +8,7 @@ full copyright notices and license terms. -->
<field name="splittype"/>
<field name="category"/>
<field name="booktransf"/>
<field name="description" expand="1"/>
<field name="amount" sum="1" symbol="currency"/>
<field name="amount_2nd_currency" symbol="currency2nd"/>
<field name="description" expand="1" optional="0"/>
<field name="amount" sum="1" symbol="currency" optional="0"/>
<field name="amount_2nd_currency" symbol="currency2nd" optional="0"/>
</tree>