18 lines
730 B
XML
18 lines
730 B
XML
<?xml version="1.0"?>
|
|
<!-- 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. -->
|
|
<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>
|