columns optional

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

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="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="Credit"/>
<field name="debit" sum="Debit"/>
<field name="state"/>
<field name="state" optional="0"/>
<button name="wfrecon"/>
</tree>