~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
<?xml version="1.0"?>
<terp>
	<data>
	<wizard	string="Formatted Inv. + Message"
			model="account.invoice"
			name="wizard.notify_message"
			id="wizard_notify_message"
			keyword="client_print_multi"
			/>

	<report id="account_invoices_1"
			string="Formatted Inv."
			model="account.invoice"
			name="account.invoice.layout"
			rml="account_invoice_layout/report/report_account_invoice_layout.rml"
			auto="False"/>
	</data>
</terp>