[IMP]module: remove category_id in kanban and add Gray colour in technical name

bzr revid: mma@tinyerp.com-20120521061729-3k5877bdmfnk86gj
This commit is contained in:
Mayur Maheshwari (OpenERP) 2012-05-21 11:47:29 +05:30
parent 7c06e4a5b6
commit c97ac0e91d
2 changed files with 1 additions and 1 deletions

View 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>

View File

@ -36,6 +36,7 @@
.oe_module_desc p {
margin: 3px 0 5px;
color: #808080;
}
.oe_module_desc .oe_button {