[FIX] report_webkit - ir_report xml view

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

bzr revid: yannick.vaucher@camptocamp.com-20130115152131-84q6nto42w6zk24t
This commit is contained in:
Yannick Vaucher 2013-01-15 16:21:31 +01:00
parent a26b66dbf5
commit 4f0074193f
1 changed files with 8 additions and 4 deletions

View File

@ -7,11 +7,15 @@
<field name="arch" type="xml">
<xpath expr="//page[@string='Security']" position="before" >
<page string="Webkit" attrs="{'invisible':[('report_type','!=','webkit')]}">
<field name="webkit_header"/>
<field name="webkit_debug"/>
<field name="precise_mode"/>
<group>
<field name="webkit_header"/>
<field name="webkit_debug"/>
<field name="precise_mode"/>
</group>
<separator string="Webkit Template (used if Report File is not found)" colspan="4"/>
<field name="report_webkit_data" colspan="4" nolabel="1"/>
<group>
<field name="report_webkit_data" colspan="4" nolabel="1"/>
</group>
</page>
</xpath>
</field>