[FIX] hide groupby menu in inbox (addon mail)
authorGéry Debongnie <ged@odoo.com>
Mon, 20 Oct 2014 08:27:29 +0000 (10:27 +0200)
committerGéry Debongnie <ged@odoo.com>
Tue, 21 Oct 2014 07:33:53 +0000 (09:33 +0200)
the groupby menu does not do anything in the client actions.  Hiding the
group by menu prevent possible confusion about its use.

addons/mail/static/src/css/mail.css
addons/web/static/src/xml/base.xml

index 87d0700..f35b989 100644 (file)
     margin-bottom: 10px;
 }
 
+.oe_mail_wall .oe-groupby-menu {
+    display: none;
+}
index bd18417..ecb48d6 100644 (file)
     </ul>
 </div>
 
-<div t-name="SearchView.GroupByMenu" class="btn-group btn-group-sm">
+<div t-name="SearchView.GroupByMenu" class="btn-group btn-group-sm oe-groupby-menu">
     <button class="btn btn-default dropdown-toggle" data-toggle="dropdown">
         <span class="fa fa-bars"/> Group By <span class="caret"/>
     </button>