wizard für export

This commit is contained in:
Frederik Jaeckel 2022-10-18 17:33:31 +02:00
parent 458dfecf72
commit 7b160d84af
5 changed files with 63 additions and 3 deletions

19
wizard_runreport.xml Normal file
View file

@ -0,0 +1,19 @@
<?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.action.wizard" id="act_wizard_report">
<field name="name">XRechnung Report</field>
<field name="wiz_name">account_invoice_xrechnung.runrep</field>
</record>
<record model="ir.action.keyword" id="wizrecon_line-keyword">
<field name="keyword">form_action</field>
<field name="model">account.invoice,-1</field>
<field name="action" ref="act_wizard_report"/>
</record>
</data>
</tryton>