~openerp-commiter/openobject-addons/trunk-extra-addons

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0"?>
<terp>
	<data>

		<wizard
			string="BVR"
			model="account.invoice"
			name="l10n_ch.bvr.check"
			id="wizard_bvr_check_report"
			keyword="client_print_multi"/>

		<wizard
			string="Invoices BVR"
			model="account.invoice"
			name="l10n_ch.invoice.bvr.check"
			id="wizard_invoice_bvr_check_report"
			keyword="client_print_multi"/>


	</data>
</terp>