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',