[BUG/FIX] crm_helpdesk : tree view color condition for done imporved

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

bzr revid: jam@tinyerp.com-20110620111543-w4ih3nspu1cgm6s8
This commit is contained in:
Yann Papouin 2011-06-20 16:45:43 +05:30 committed by Jigar Amin
parent 9e8eea64c7
commit 82eb76aa0b
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@
<field name="type">tree</field>
<field name="arch" type="xml">
<tree string="Helpdesk Support Tree"
colors="black:state=='open';blue:state=='pending';gray:state in ('cancel','close')">
colors="black:state=='open';blue:state=='pending';gray:state in ('cancel','done')">
<field name="name" string="Query" />
<field name="partner_id" string="Partner"/>
<field name="date" string="Date"/>