[IMP]:set state colors in module mangagement.

bzr revid: apa@tinyerp.com-20091224054408-3n72glejg8zb1jwi
This commit is contained in:
apa-tiny 2009-12-24 11:14:08 +05:30
parent a7efd36245
commit 85b4f8da65
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@
<field name="model">ir.module.module</field>
<field name="type">tree</field>
<field name="arch" type="xml">
<tree colors="blue:state=='to upgrade' or state=='to install';red:state=='uninstalled';grey:state=='uninstallable'" string="Modules">
<tree colors="blue:state=='to upgrade' or state=='to install';red:state=='uninstalled';grey:state=='uninstallable';black:state=='installed'" string="Modules">
<field name="name"/>
<field name="shortdesc"/>
<field name="author"/>