graph weiter gebaut

This commit is contained in:
Frederik Jaeckel 2022-11-03 23:28:57 +01:00
parent 17ddfa12ca
commit 26d16a7297
11 changed files with 273 additions and 230 deletions

21
evaluation_wizard.xml Normal file
View file

@ -0,0 +1,21 @@
<?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>
<record model="ir.action.wizard" id="wizard_open_chart">
<field name="name">Open Chart</field>
<field name="wiz_name">cashbook_report.wizchart</field>
<field name="model">cashbook_report.evaluation</field>
</record>
<record model="ir.action.keyword" id="wizard_open_chart_keyword1">
<field name="keyword">tree_open</field>
<field name="model">cashbook_report.evaluation,-1</field>
<field name="action" ref="wizard_open_chart"/>
</record>
</data>
</tryton>