[IMP] removal of usages of the deprecated node.getchildren call, better usage of...
[odoo/odoo.git] / addons / l10n_ch / bvr_wizard.xml
1 <?xml version="1.0"?>
2 <openerp>
3         <data>
4
5                 <wizard
6                         string="BVR"
7                         model="account.invoice"
8                         name="l10n_ch.bvr.check"
9                         id="wizard_bvr_check_report"
10                         keyword="client_print_multi"/>
11
12                 <wizard
13                         string="Invoices BVR"
14                         model="account.invoice"
15                         name="l10n_ch.invoice.bvr.check"
16                         id="wizard_invoice_bvr_check_report"
17                         keyword="client_print_multi"/>
18
19                 <wizard
20                         string="BVR Import"
21                         model="account.bank.statement"
22                         name="l10n_ch.bvr_import"
23                         id="wizard_bvr_import"
24                         menu="False"/>
25
26         </data>
27 </openerp>