From 63aa83fe95af04ce9f39c8cffbac98dbc6d93411 Mon Sep 17 00:00:00 2001 From: x620 Date: Tue, 22 Mar 2016 17:02:51 +0500 Subject: [PATCH] Add views/res_partner_mails_count.xml which contains actions --- .../views/res_partner_mails_count.xml | 54 +++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 res_partner_mails_count/views/res_partner_mails_count.xml diff --git a/res_partner_mails_count/views/res_partner_mails_count.xml b/res_partner_mails_count/views/res_partner_mails_count.xml new file mode 100644 index 0000000..5731ffc --- /dev/null +++ b/res_partner_mails_count/views/res_partner_mails_count.xml @@ -0,0 +1,54 @@ + + + + + Mails from + mail.wall + mail.message + { + 'search_default_model': False, + 'default_model': 'res.users', + 'default_res_id': uid, + 'thread_model': 'res.partner', + 'active_model': False, + } + + +

+ No private message. +

+ This list contains messages sent to you. +

+
+
+ + Mails to + mail.wall + { + 'default_model': 'res.users', + 'default_res_id': uid, + 'thread_model': 'res.partner', + 'needaction_menu_ref': ['mail.mail_tomefeeds'] + } + + +

+ No message found and no message sent yet. +

+ Click on the top-right icon to compose a message. This + message will be sent by email if it's an internal contact. +

+
+
+
+