export ok
This commit is contained in:
parent
00dd70e877
commit
73e30e1a88
12 changed files with 461 additions and 25 deletions
18
xreport.xml
Normal file
18
xreport.xml
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?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.report" id="report_edocument">
|
||||
<field name="name">eDocument Export</field>
|
||||
<field name="model">account.invoice</field>
|
||||
<field name="report_name">account_invoice_xrechnung.export</field>
|
||||
<field name="report">account_invoice_xrechnung/report/export.fodt</field>
|
||||
<field name="template_extension">odt</field>
|
||||
<field name="single" eval="True"/>
|
||||
</record>
|
||||
|
||||
</data>
|
||||
</tryton>
|
Loading…
Add table
Add a link
Reference in a new issue