From 0714b231646bb439b121a6aaa43df32fedcb5e6e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thibault=20Delavall=C3=A9e?= Date: Wed, 13 Aug 2014 14:35:25 +0200 Subject: [PATCH] [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. --- addons/mail/mail_thread_view.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }""/>

-- 1.7.10.4