line: anzig+einstellungen ok + test

This commit is contained in:
Frederik Jaeckel 2022-11-05 00:19:41 +01:00
parent 4d0dc9e7ac
commit a2d715a54d
10 changed files with 338 additions and 120 deletions

11
view/evalline_form.xml Normal file
View file

@ -0,0 +1,11 @@
<?xml version="1.0"?>
<!-- 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="name"/>
<field name="name"/>
<label name="balance"/>
<field name="balance"/>
<field name="name_line"/>
</form>

View file

@ -2,7 +2,6 @@
<!-- 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="2">
<label name="evaluation"/>
<field name="evaluation"/>
<form>
<field name="evaluation" invisible="1"/>
</form>

View file

@ -18,6 +18,12 @@ full copyright notices and license terms. -->
<label name="legend"/>
<field name="legend"/>
<label name="bgcolor"/>
<field name="bgcolor"/>
<label name="posted"/>
<field name="posted"/>
<newline/>
<field name="cashbooks" colspan="6"/>
<field name="types" colspan="6"/>
<field name="currencies" colspan="6"/>