[IMP] webkit_header attribute support in report tag sample

bzr revid: nicolas.bessi@camptocamp.com-20120119151945-aog5d6p3b59upvr8
This commit is contained in:
nicolas.bessi@camptocamp.com 2012-01-19 16:19:45 +01:00
parent eba6796bb8
commit ad5dcb95c8
1 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<report auto="False" id="report_webkit_html" model="account.invoice" name="webkitaccount.invoice" file="report_webkit_sample/report/report_webkit_html.mako" string="WebKit invoice" report_type="webkit" />
<report auto="False"
id="report_webkit_html"
model="account.invoice"
name="webkitaccount.invoice"
file="report_webkit_sample/report/report_webkit_html.mako"
string="WebKit invoice"
report_type="webkit"
webkit_header="report_webkit.ir_header_webkit_basesample0"/>
</data>
</openerp>