odoo/addons/report_intrastat/intrastat_report.xml

14 lines
288 B
XML

<?xml version="1.0"?>
<openerp>
<data>
<report string="Invoice Intrastat"
model="account.invoice"
name="account.invoice.intrastat"
rml="report_intrastat/report/invoice.rml"
id="invoice_intrastat_id"
auto="False"/>
</data>
</openerp>