line: anzig+einstellungen ok + test
This commit is contained in:
parent
4d0dc9e7ac
commit
a2d715a54d
10 changed files with 338 additions and 120 deletions
11
view/evalline_form.xml
Normal file
11
view/evalline_form.xml
Normal 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>
|
|
@ -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>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue