[IMP] project : 'Task Stages' tab should be visible only if 'tasks' is checked.

bzr revid: mdi@tinyerp.com-20121003120955-vhxaey5fdhzkk89q
This commit is contained in:
Divyesh Makwana (Open ERP) 2012-10-03 17:39:55 +05:30
parent 0b0bce6b01
commit 6401dc03d7
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@
</group>
</group>
</page>
<page string="Tasks Stages">
<page string="Tasks Stages" attrs="{'invisible': [('use_tasks', '=', False)]}">
<field name="type_ids"/>
</page>
</notebook>