odoo/addons/l10n_ch/bvr_report.xml

27 lines
467 B
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<openerp>
<data>
<report
id="account_invoice_bvr"
string="BVR A4 Sheet"
model="account.invoice"
name="l10n_ch.bvr"
rml="l10n_ch/report/bvr.rml"
auto="False"
menu="False"
header="False"
/>
<report
id="invoice_bvr"
string="Invoice with BVR"
model="account.invoice"
name="l10n_ch.invoice.bvr"
rml="l10n_ch/report/invoice.rml"
auto="False"
menu="False"
header="False"
/>
</data>
</openerp>