[IMP]analytic: Remove attrs from type field

bzr revid: dbr@tinyerp.com-20120607060407-97iu7kh4zq0gnno5
This commit is contained in:
DBR (OpenERP) 2012-06-07 11:34:07 +05:30
parent 861f6ce70e
commit b619fa8c01
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
<field name="code"/>
<field name="user_id"/>
<field name="company_id" on_change="on_change_company(company_id)" select="2" widget="selection" groups="base.group_multi_company" attrs="{'required': [('type','&lt;&gt;','view')]}"/>
<field name="type" select="2" attrs="{'invisible': [('type','in',['contract','template'])]}"/>
<field name="type" select="2"/>
<field name="parent_id" on_change="on_change_parent(parent_id)" attrs="{'invisible': [('type','in',['contract','template'])]}"/>
</group>
<notebook colspan="4">