report ok, auf book und line

berechtigungen optimiert
This commit is contained in:
Frederik Jaeckel 2022-08-17 17:16:23 +02:00
parent 70038eb15e
commit ab43044f64
21 changed files with 1339 additions and 115 deletions

30
wizard_runreport.xml Normal file
View file

@ -0,0 +1,30 @@
<?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. -->
<tryton>
<data>
<record model="ir.ui.view" id="runrepbook_view_form">
<field name="model">cashbook.runrepbook.start</field>
<field name="type">form</field>
<field name="name">wizard_runrepbook_form</field>
</record>
<record model="ir.action.wizard" id="act_wizard_report">
<field name="name">Cashbook Report</field>
<field name="wiz_name">cashbook.runrepbook</field>
</record>
<record model="ir.action.keyword" id="wizrecon_line-keyword">
<field name="keyword">form_action</field>
<field name="model">cashbook.line,-1</field>
<field name="action" ref="act_wizard_report"/>
</record>
<record model="ir.action.keyword" id="wizrecon_book-keyword">
<field name="keyword">form_action</field>
<field name="model">cashbook.book,-1</field>
<field name="action" ref="act_wizard_report"/>
</record>
</data>
</tryton>