evaluation/graph: anzeige läuft

This commit is contained in:
Frederik Jaeckel 2022-11-04 10:17:31 +01:00
parent 26d16a7297
commit 71ad546b21
13 changed files with 366 additions and 296 deletions

23
line.xml Normal file
View file

@ -0,0 +1,23 @@
<?xml version="1.0"?>
<!-- This file is part of the diagram-module from m-ds for Tryton.
The COPYRIGHT file at the top level of this repository contains the
full copyright notices and license terms. -->
<tryton>
<data>
<!-- views -->
<record model="ir.ui.view" id="evalline_view_graph">
<field name="model">cashbook_report.eval_line</field>
<field name="type">graph</field>
<field name="priority" eval="10"/>
<field name="name">evalline_graph</field>
</record>
<record model="ir.ui.view" id="evalline_view_list">
<field name="model">cashbook_report.eval_line</field>
<field name="type">tree</field>
<field name="priority" eval="20"/>
<field name="name">evalline_list</field>
</record>
</data>
</tryton>