[IMP]Project :Remove attrs Associations Details

bzr revid: aag@tinyerp.co.in-20110504065029-yjq7qdydp4xisxdu
This commit is contained in:
aag (OpenERP) 2011-05-04 12:20:29 +05:30
parent f7bcb42370
commit f12a40ab2c
1 changed files with 6 additions and 8 deletions

View File

@ -10,14 +10,12 @@
<data>
<xpath expr="//field[@name='product_expiry']" position="after">
<newline/>
<group attrs="{'invisible': [('association', '=', False)]}" colspan="4">
<separator string="Associations Details" colspan="4" />
</group>
<field name="project" attrs="{'invisible': [('association', '=', False)]}"/>
<field name="project_gtd" attrs="{'invisible': [('association', '=', False)]}"/>
<field name="wiki" attrs="{'invisible': [('association', '=', False)]}"/>
<field name="event_project" attrs="{'invisible': [('association', '=', False)]}"/>
<field name="hr_expense" attrs="{'invisible': [('association', '=', False)]}"/>
<separator string="Associations Details" colspan="4" />
<field name="project" />
<field name="project_gtd" />
<field name="wiki" />
<field name="event_project" />
<field name="hr_expense" />
</xpath>
</data>
</field>