[FIX] base, res.partner.view: remove duplicated invisible attribute that was totally...
authorQuentin (OpenERP) <qdp-launchpad@openerp.com>
Mon, 26 Nov 2012 14:54:08 +0000 (15:54 +0100)
committerQuentin (OpenERP) <qdp-launchpad@openerp.com>
Mon, 26 Nov 2012 14:54:08 +0000 (15:54 +0100)
bzr revid: qdp-launchpad@openerp.com-20121126145408-dq7utnmitpeaymn1

openerp/addons/base/res/res_partner_view.xml

index a12fa12..40bab1a 100644 (file)
                     <group>
                         <group>
                             <label for="type" attrs="{'invisible': [('parent_id','=', False)]}"/>
-                            <div attrs="{'invisible': [('parent_id','=', False)]}" invisible="1" name="div_type">
+                            <div attrs="{'invisible': [('parent_id','=', False)]}" name="div_type">
                                 <field class="oe_inline"
                                     name="type"/>
                                 <label for="use_parent_address" class="oe_edit_only"/>