[FIX] Account_invoice_layout : Registered xml record for missing report of invoice...
[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_layout_message"
12                         menu="False"
13                         string="Invoices with Layout and Message"
14                         model="account.invoice"
15                         name="notify_account.invoice"
16                         rml="account_invoice_layout/report/special_message_invoice.rml"
17                         auto="False"/>
18                         
19         <report id="account_invoices_1"
20                         string="Invoices with Layout"
21                         model="account.invoice"
22                         name="account.invoice.layout"
23                         rml="account_invoice_layout/report/report_account_invoice_layout.rml"
24                         auto="False"/>
25         </data>
26 </openerp>