[IMP]change color whrn its on to renew state

bzr revid: sgo@tinyerp.com-20120626102323-bgu92k6xpk7yymsz
This commit is contained in:
Sanjay Gohel (Open ERP) 2012-06-26 15:53:23 +05:30
parent fe938a4558
commit 2afd3ef644
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<field name="type">tree</field>
<field eval="8" name="priority"/>
<field name="arch" type="xml">
<tree toolbar="1" colors="red:state=='pending';grey:state in ('cancelled','close');blue:type=='view'" string="Analytic Accounts">
<tree toolbar="1" colors="blue:state=='pending';grey:state in ('cancelled','close');red:type=='view'" string="Analytic Accounts">
<field name="complete_name"/>
<field name="code"/>
<field name="quantity"/>