line, book - wf + tests

This commit is contained in:
Frederik Jaeckel 2022-08-08 14:31:42 +02:00
parent ba442b726e
commit 654e9d2ee7
25 changed files with 786 additions and 160 deletions

View file

@ -2,19 +2,21 @@
<!-- 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>
<label name="account"/>
<field name="account" colspan="3"/>
<form col="6">
<separator name="cashbook" colspan="4" string="Cashbook Line"/>
<separator name="state" colspan="2" string="State"/>
<field name="cashbook" colspan="2"/>
<label name="date"/>
<field name="date"/>
<label name="state"/>
<field name="state"/>
<group id="grpstate" col="2">
<button name="wfedit"/>
<button name="wfcheck"/>
</group>
<label name="description"/>
<field name="description"/>
<button name="wfedit"/>
<button name="wfcheck"/>
<field name="description" colspan="3"/>
</form>