wizard für export
This commit is contained in:
parent
458dfecf72
commit
7b160d84af
5 changed files with 63 additions and 3 deletions
19
wizard_runreport.xml
Normal file
19
wizard_runreport.xml
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue