[FIX] Account_invoice_layout : Registered xml record for missing report of invoice layout with message

lp bug: https://launchpad.net/bugs/599078 fixed

bzr revid: jvo@tinyerp.com-20100909140631-cn46925d5nxrblxz
This commit is contained in:
DHS(OpenERP) 2010-09-09 19:36:31 +05:30 committed by Jay (OpenERP)
parent f76c611d86
commit 1c78c14c37
1 changed files with 9 additions and 0 deletions

View File

@ -8,5 +8,14 @@
name="account.invoice.layout"
rml="account_invoice_layout/report/report_account_invoice_layout.rml"
auto="False"/>
<report id="account_invoices_layout_message"
menu="False"
string="Invoices with Layout and Message"
model="account.invoice"
name="notify_account.invoice"
rml="account_invoice_layout/report/special_message_invoice.rml"
auto="False"/>
</data>
</openerp>