splitline: add-2nd-unit-values extendable, new field 'feature'

This commit is contained in:
Frederik Jaeckel 2023-01-15 17:21:34 +01:00
parent 4daeadce2b
commit b6d9d06c4f
6 changed files with 36 additions and 8 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0"?>
<!-- This file is part of the cashbook-module from m-ds for Tryton.
<!-- This file is part of the cashbook-module from m-ds.de for Tryton.
The COPYRIGHT file at the top level of this repository contains the
full copyright notices and license terms. -->
<form col="4">
@ -27,4 +27,5 @@ full copyright notices and license terms. -->
<field name="description"/>
</page>
</notebook>
<field name="feature"/>
</form>

View file

@ -1,9 +1,10 @@
<?xml version="1.0"?>
<!-- This file is part of the cashbook-module from m-ds for Tryton.
<!-- This file is part of the cashbook-module from m-ds.de for Tryton.
The COPYRIGHT file at the top level of this repository contains the
full copyright notices and license terms. -->
<tree editable="1">
<field name="line" tree_invisible="1"/>
<field name="feature" tree_invisible="1"/>
<field name="splittype"/>
<field name="category"/>
<field name="booktransf"/>