Twinkle Christian(OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-social-network-jam-test-tch into 
lp:openobject-addons.

Requested reviews:
  Jigar Amin  (OpenERP) (jam-openerp)

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

Hello Sir,

I have improved Social Network.

Kindly review this.

Thanks,
TCH.
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-social-network-jam-test-tch/+merge/112965
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-social-network-jam-test-tch.
=== modified file 'mail/__openerp__.py'
--- mail/__openerp__.py	2012-06-21 21:55:27 +0000
+++ mail/__openerp__.py	2012-07-02 05:11:25 +0000
@@ -20,28 +20,32 @@
 ##############################################################################
 
 {
-    'name': 'Emails Management',
+    'name': 'Social Networking',
     'version': '1.0',
-    'category': 'Hidden/Dependency',
+    'category': 'Dependency',
     'description': """
-A generic email subsystem with message storage and queuing
-==========================================================
+A bussiness oriented Social Networking stands with message storage,
+queuing and  feeds.     
+===================================================================
 
-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.
+This Social Networking service that enables its users to send and read 
+text-based posts via feeds,and its provide a unified social network 
+abstraction that all other applications can use,also it used as a email
+subsystem.
 
 The main features are:
-
-    * Relies on the global Outgoing Mail Servers configured in the 
-      Administration menu for delivering outgoing mail
+    
+    * Trouble free application.
+    * Hassle free user communication via feeds menu.
+    * And also it relies on the global Outgoing Mail Servers configured
+      in the , Administration menu for delivering outgoing mail.
+    * Includes queuing mechanism with automated configurable
+      scheduler-based processing
     * Provides an API for sending messages and archiving them,
-      grouped by conversation
+      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
@@ -94,5 +98,6 @@
     'demo': [
         'mail_demo.xml',
     ],
+    'application':True,
 }
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

_______________________________________________
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