graph weiter gebaut
This commit is contained in:
parent
17ddfa12ca
commit
26d16a7297
11 changed files with 273 additions and 230 deletions
21
evaluation_wizard.xml
Normal file
21
evaluation_wizard.xml
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue