mege
[odoo/odoo.git] / addons / account_invoice_layout / account_invoice_layout_report.xml
1 <?xml version="1.0"?>
2 <openerp>
3         <data>
4         <wizard string="Invoices with Layout and Message"
5                         model="account.invoice"
6                         name="wizard.notify_message"
7                         id="wizard_notify_message"
8                         keyword="client_print_multi"
9                         />
10
11         <report id="account_invoices_1"
12                         string="Invoices with Layout"
13                         model="account.invoice"
14                         name="account.invoice.layout"
15                         rml="account_invoice_layout/report/report_account_invoice_layout.rml"
16                         auto="False"/>
17         </data>
18 </openerp>