auswertung-tabelle, menü, icon

This commit is contained in:
Frederik Jaeckel 2022-10-28 13:27:33 +02:00
parent bab6c88aea
commit 34a3a987fa
13 changed files with 608 additions and 0 deletions

20
view/evaluation_form.xml Normal file
View file

@ -0,0 +1,20 @@
<?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 col="6">
<label name="name"/>
<field name="name"/>
<label name="dtype"/>
<field name="dtype"/>
<newline/>
<separator colspan="6" id="sepdisplay" string="Representation"/>
<label name="chart"/>
<field name="chart"/>
<label name="maincolor"/>
<field name="maincolor"/>
<label name="legend"/>
<field name="legend"/>
</form>

11
view/evaluation_list.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. -->
<tree keyword_open="1">
<field name="name"/>
<field name="dtype"/>
<field name="chart"/>
<field name="legend"/>
<field name="maincolor"/>
</tree>