[FIX] project_issue: incorrect invisible attrs domain on list view field

lp bug: https://launchpad.net/bugs/879376 fixed

bzr revid: xmo@openerp.com-20111021130359-vz9s4x46od2p9zwf
This commit is contained in:
Xavier Morel 2011-10-21 15:03:59 +02:00
parent 0e9d7318fc
commit 88c75e94d3
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@
<button name="next_type" string="Next" type="object" icon="gtk-go-forward" help="Change to Next Stage"/>
<field name="version_id" widget="selection"/>
<field name="user_id"/>
<field name="progress" widget="progressbar" attrs="{'invisible':[('task_id','=',False)]}"/>
<field name="progress" widget="progressbar"/>
<field name="state"/>
<button name="case_cancel" string="Cancel" states="draft,open,pending" type="object" icon="gtk-cancel"/>
<button name="case_close" string="Done" states="open,draft,pending" type="object" icon="gtk-jump-to"/>