[IMP] ir.actions.report.xml form view: hide the attachmend fields when report_type controller is selected

bzr revid: sle@openerp.com-20140324162616-93qkrv5xb4yrt3oj
This commit is contained in:
Simon Lejeune 2014-03-24 17:26:16 +01:00
parent ab003bfea6
commit d51f4f80ab
1 changed files with 2 additions and 2 deletions

View File

@ -64,8 +64,8 @@
</group>
<group>
<field name="multi"/>
<field name="attachment_use"/>
<field name="attachment"/>
<field name="attachment_use" attrs="{'invisible':[('report_type','=', 'controller')]}"/>
<field name="attachment" attrs="{'invisible':[('report_type','=', 'controller')]}"/>
</group>
</group>
<notebook>