[FIX] base, res.partner.view: remove duplicated invisible attribute that was totally hiding the 'type' field

bzr revid: qdp-launchpad@openerp.com-20121108140551-lefrv5ndvyzw5tt9
This commit is contained in:
Quentin (OpenERP) 2012-11-08 15:05:51 +01:00
parent d34b08d1bf
commit 21af7835e0
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@
<group>
<group>
<label for="type" attrs="{'invisible': [('parent_id','=', False)]}" invisible="1"/>
<label for="type" attrs="{'invisible': [('parent_id','=', False)]}"/>
<div attrs="{'invisible': [('parent_id','=', False)]}" invisible="1" name="div_type">
<field class="oe_inline"
name="type"/>