[REF] purchase: search view of purchase order and form view of merge order wizard
[odoo/odoo.git] / addons / l10n_ch / bvr_report.xml
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <openerp>
3 <data>
4         <report
5                 id="account_invoice_bvr"
6                 string="BVR A4 Sheet"
7                 model="account.invoice"
8                 name="l10n_ch.bvr"
9                 rml="l10n_ch/report/bvr.rml"
10                 auto="False"
11                 menu="False"
12                 header="False"
13         />
14         <report
15                 id="invoice_bvr"
16                 string="Invoice with BVR"
17                 model="account.invoice"
18                 name="l10n_ch.invoice.bvr"
19                 rml="l10n_ch/report/invoice.rml"
20                 auto="False"
21                 menu="False"
22                 header="False"
23
24         />
25 </data>
26 </openerp>