From 7e4f8d6635bd1211a68da2a31665038d3cac5050 Mon Sep 17 00:00:00 2001 From: "Rucha (Open ERP)" Date: Tue, 11 Sep 2012 15:38:32 +0530 Subject: [PATCH] [IMP]: mail: Improved module description for mail bzr revid: rpa@tinyerp.com-20120911100832-z0nc356t802i1y7u --- addons/mail/__openerp__.py | 42 +++++++++++++------------------------- 1 file changed, 14 insertions(+), 28 deletions(-) diff --git a/addons/mail/__openerp__.py b/addons/mail/__openerp__.py index 99dd6bda6ac..147a0268c15 100644 --- a/addons/mail/__openerp__.py +++ b/addons/mail/__openerp__.py @@ -26,36 +26,22 @@ 'sequence': 2, 'summary': 'Discussions, Mailing Lists, News', 'description': """ -A business oriented Social Networking with a fully-integrated email and message management. -=========================================================================================== +Business oriented Social Networking +=================================== +The Social Networking module provides a unified social network abstraction layer allowing applications to display a complete +communication history on documents with a fully-integrated email and message management. -The Social Networking module provides an unified social network -abstraction layer allowing applications to display a complete -communication history on documents. It gives the users the possibility -to read and send messages and emails in an unified way. - -It also provides a feeds page combined to a subscription mechanism, that -allows to follow documents, and to be constantly updated about recent -news. +It gives the users a possibility to read and send messages and emails. It also provides a feeds page combined to a subscription mechanism, that allows to follow documents, and to be constantly updated about recent news. -The main features of the module are: ------------------------------------- - * a clean and renewed communication history for any OpenERP - document that can act as a discussion topic, - * a discussion mean on documents, - * a subscription mechanism to be updated about new messages on - interesting documents, - * an unified feeds page to see recent messages and activity - on followed documents, - * user communication through the feeds page, - * a threaded discussion design, - * relies on the global outgoing mail server, an integrated email - management system allowing to send emails with a configurable - scheduler-based processing engine - * includes an extensible generic email composition assistant, that can turn - into a mass-mailing assistant, and is capable of interpreting - simple *placeholder expressions* that will be replaced with - dynamic data when each email is actually sent +Main Features +------------- +* Clean and renewed communication history for any OpenERP document that can act as a discussion topic +* Subscription mechanism to be updated about new messages on interesting documents +* Unified feeds page to see recent messages and activity on followed documents +* User communication through the feeds page +* Threaded discussion design on documents +* Relies on the global outgoing mail server—an integrated email management system—allowing to send emails with a configurable scheduler-based processing engine +* Includes an extensible generic email composition assistant, that can turn into a mass-mailing assistant and is capable of interpreting simple *placeholder expressions* that will be replaced with dynamic data when each email is actually sent. """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com',