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