account_invoice_xrechnung/wizard_runreport.xml

20 lines
723 B
XML
Raw Normal View History

2022-10-18 15:33:31 +00:00
<?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>