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,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>