Skip to content
Snippets Groups Projects
Commit 85b4f8da authored by Amit Patel's avatar Amit Patel
Browse files

[IMP]:set state colors in module mangagement.

bzr revid: apa@tinyerp.com-20091224054408-3n72glejg8zb1jwi
parent a7efd362
Branches
Tags
No related merge requests found
......@@ -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"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment