account_invoice_xrechnung/xreport.xml

19 lines
730 B
XML
Raw Permalink Normal View History

2022-10-20 12:43:58 +00:00
<?xml version="1.0"?>
2023-06-30 09:29:53 +00:00
<!-- This file is part of the account-invoice-xrechnung-module
from m-ds for Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
2022-10-20 12:43:58 +00:00
<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>