From: Thibault Delavallée Date: Wed, 13 Aug 2014 12:35:25 +0000 (+0200) Subject: [FIX] mail: when having only mail installed, do not show any 'share with my followers... X-Git-Tag: 8.0.0~363 X-Git-Url: http://git.inspyration.org/?a=commitdiff_plain;ds=sidebyside;h=0714b231646bb439b121a6aaa43df32fedcb5e6e;p=odoo%2Fodoo.git [FIX] mail: when having only mail installed, do not show any 'share with my followers' compose box. This comes only with hr, for the inbox. This was probably forgotten when updating the mailboxes hr-goal and hr-related gamification / chatter stuff. --- diff --git a/addons/mail/mail_thread_view.xml b/addons/mail/mail_thread_view.xml index 7b5e7f2..de4b1fa 100644 --- a/addons/mail/mail_thread_view.xml +++ b/addons/mail/mail_thread_view.xml @@ -73,7 +73,8 @@ ], 'view_mailbox': True, 'read_action': 'read', - 'compose_as_todo': True + 'compose_as_todo': True, + 'show_compose_message': False }""/>