Module View Improved

bzr revid: fp@tinyerp.com-20080826221807-34tecagv6jq1c112
This commit is contained in:
Fabien Pinckaers 2008-08-27 00:18:07 +02:00
parent 27499668c5
commit 9dbb510f72
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,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';grey:state=='uninstalled' or state=='uninstallable'" string="Modules">
<tree colors="blue:state=='to upgrade' or state=='to install';red:state=='uninstalled';grey:state=='uninstallable'" string="Modules">
<field name="name"/>
<field name="shortdesc"/>
<field name="author"/>