[FIX] hide 'add to dashboard' in mail menu
authorGéry Debongnie <ged@odoo.com>
Thu, 23 Oct 2014 07:15:37 +0000 (09:15 +0200)
committerGéry Debongnie <ged@odoo.com>
Wed, 29 Oct 2014 07:38:17 +0000 (08:38 +0100)
add to dashboard does not work with messaging client actions. So,
better to hide it than to have crashes.

addons/mail/static/src/css/mail.css

index f35b989..b822366 100644 (file)
     margin-bottom: 10px;
 }
 
-.oe_mail_wall .oe-groupby-menu {
+.oe_mail_wall .oe-groupby-menu, .oe_mail_wall .add-to-dashboard {
     display: none;
 }