[IMP]profile_tools:Remove attrs from Extra Tools Details

bzr revid: aag@tinyerp.co.in-20110504093449-5g6al7nd0ac0lybd
This commit is contained in:
aag (OpenERP) 2011-05-04 15:04:49 +05:30
parent 435a3ac088
commit b0dc5a6bf0
1 changed files with 7 additions and 9 deletions

View File

@ -9,15 +9,13 @@
<data>
<xpath expr="//field[@name='product_expiry']" position="after">
<newline/>
<group attrs="{'invisible': [('profile_tools', '=', False)]}" colspan="4">
<separator string="Extra Tools Details" colspan="4" />
</group>
<field name="share" attrs="{'invisible': [('profile_tools', '=', False)]}"/>
<field name="lunch" attrs="{'invisible': [('profile_tools', '=', False)]}"/>
<field name="idea" attrs="{'invisible': [('profile_tools', '=', False)]}"/>
<field name="survey" attrs="{'invisible': [('profile_tools', '=', False)]}"/>
<field name="subscription" groups="base.group_extended" attrs="{'invisible': [('profile_tools', '=', False)]}"/>
<field name="pad" attrs="{'invisible': [('profile_tools', '=', False)]}"/>
<separator string="Extra Tools Details" colspan="4" />
<field name="share" />
<field name="lunch" />
<field name="idea" />
<field name="survey" />
<field name="subscription" />
<field name="pad" />
</xpath>
</data>
</field>