[IMP]module: remove category_id in kanban and add Gray colour in technical name
authorMayur Maheshwari (OpenERP) <mma@tinyerp.com>
Mon, 21 May 2012 06:17:29 +0000 (11:47 +0530)
committerMayur Maheshwari (OpenERP) <mma@tinyerp.com>
Mon, 21 May 2012 06:17:29 +0000 (11:47 +0530)
bzr revid: mma@tinyerp.com-20120521061729-3k5877bdmfnk86gj

openerp/addons/base/module/module_view.xml
openerp/addons/base/static/src/css/modules.css

index e22f6ce..71a3a93 100644 (file)
@@ -87,7 +87,6 @@
                         <div class="oe_module_desc">
                           <h4><a type="edit"><field name="shortdesc"/></a></h4>
                           <p>
-                             <field name="category_id"/><br/>
                              <field name="name"/><br/>
                            </p>
                           <button type="object" name="button_immediate_install" states="uninstalled" class="oe_button">Install</button>
index 47460a0..ed20ec0 100644 (file)
@@ -36,6 +36,7 @@
 
 .oe_module_desc p {
   margin: 3px 0 5px;
+  color: #808080;
 }
 
 .oe_module_desc .oe_button {