line/book: kassenbuch öffnen/anzeige optimiert

This commit is contained in:
Frederik Jaeckel 2022-10-11 10:21:11 +02:00
parent 557a8b47ba
commit ef32bd79f9
4 changed files with 40 additions and 78 deletions

View file

@ -2,20 +2,14 @@
<!-- 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. -->
<form col="6">
<label name="cashbook"/>
<field name="cashbook" widget="selection" colspan="3"/>
<label name="checked"/>
<field name="checked"/>
<form col="8">
<label name="date_from"/>
<field name="date_from"/>
<label name="date_to"/>
<field name="date_to"/>
<label name="checked"/>
<field name="checked"/>
<label name="done"/>
<field name="done"/>
<field name="num_cashbook"/>
</form>