Thibault Delavallée (OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-social-network-jam into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-social-network-jam/+merge/113520

Purpose:
Use the chatter module to add it in main application in order to make it 
available from the openerp.com home page and from OpenERP main module list. 
This application is named "Social ...". A company  would be able to install 
only feeds to allow communication between groups of employees.
on a void openerp installation, install Social Network, and see you can 
communicate between users, with the Feeds menu
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-social-network-jam/+merge/113520
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-social-network-jam.
=== modified file 'mail/__openerp__.py'
--- mail/__openerp__.py	2012-07-02 15:26:28 +0000
+++ mail/__openerp__.py	2012-07-05 08:56:22 +0000
@@ -20,35 +20,24 @@
 ##############################################################################
 
 {
-    'name': 'Emails Management',
+    'name': 'Social Network',
     'version': '1.0',
-    'category': 'Hidden/Dependency',
+    'category':'Social Network',
+    "sequence": 2,
     'description': """
-A generic email subsystem with message storage and queuing
-==========================================================
-
-This email subsystem is not intended to be used as as standalone
-application, but to provide a unified email abstraction that all
-other applications can use.
-
-The main features are:
-
-    * Relies on the global Outgoing Mail Servers configured in the 
-      Administration menu for delivering outgoing mail
-    * Provides an API for sending messages and archiving them,
-      grouped by conversation
-    * Any OpenERP document can act as a conversation topic, provided
-      it includes the necessary support for handling incoming emails
-      (see the ``mail.thread`` class for more details). 
-    * Includes queuing mechanism with automated configurable
-      scheduler-based processing
-    * Includes a 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.
-      This generic assistant is easily extensible to provide advanced
-      features (see ``email_template`` for example, which adds email
-      templating features to this assistant)
+A business oriented Social Network stands with message storage, queuing 
+and feeds.                    
+===================================================================
+This Social Network service enables users to send, share and read posts via 
+feeds and provides an unified social network you can use in a global feed or
+in all application. 
+
+With this feature: 
+    * Track all the notification of the system.
+    * Send emails to your colleagues and/or your customers.
+    * Share your ideas by adding message.
+    * Add comments on your colleague's post.
+    * Add and follow discussion group.
 
     """,
     'author': 'OpenERP SA',
@@ -69,6 +58,7 @@
     ],
     'installable': True,
     'auto_install': False,
+    'application':True,
     'certificate': '001056784984222247309',
     'images': [
         'images/customer_history.jpeg',
@@ -94,6 +84,6 @@
     ],
     'demo': [
         'mail_demo.xml',
-    ],
+    ],   
 }
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

=== added file 'mail/static/src/img/icon.png'
Binary files mail/static/src/img/icon.png	1970-01-01 00:00:00 +0000 and mail/static/src/img/icon.png	2012-07-05 08:56:22 +0000 differ
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to