splitbuchungen + test

This commit is contained in:
Frederik Jaeckel 2022-08-25 15:55:24 +02:00
parent bdbc9dc27f
commit aefb5cde51
9 changed files with 618 additions and 124 deletions

View file

@ -34,20 +34,21 @@ full copyright notices and license terms. -->
<label name="category"/>
<field name="category"/>
<newline/>
<label name="booktransf"/>
<field name="booktransf"/>
<newline/>
<group name="description" colspan="4" col="1" string="Description" yexpand="1">
<field name="description" yfill="1"/>
</group>
<newline/>
<field name="splitlines" colspan="4" yexpand="1"/>
<newline/>
<field name="references" colspan="4" yexpand="1"/>
<newline/>
<notebook colspan="6">
<page name="splitlines" col="1" string="Split booking lines">
<field name="splitlines"/>
</page>
<page name="description" col="1" string="Description">
<field name="description"/>
</page>
<page name="references" col="1" string="References">
<field name="references"/>
</page>
</notebook>
<field name="owner_cashbook"/>
</form>

View file

@ -2,9 +2,9 @@
<!-- 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. -->
<tree>
<tree editable="1">
<field name="line" tree_invisible="1"/>
<field name="category_view"/>
<field name="category"/>
<field name="description" expand="1"/>
<field name="amount" sum="Amount"/>
<field name="currency"/>