export ok

This commit is contained in:
Frederik Jaeckel 2022-10-20 14:43:58 +02:00
parent 00dd70e877
commit 73e30e1a88
12 changed files with 461 additions and 25 deletions

18
xreport.xml Normal file
View 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>