[IMP]Improving Social Networking

bzr revid: tch@tinyerp.com-20120702052857-vreiim1bgfdud5sx
This commit is contained in:
Twinkle (OpenERP) 2012-07-02 10:58:57 +05:30
parent cfd6c7344c
commit 8e4a8d8654
1 changed files with 18 additions and 15 deletions

View File

@ -20,29 +20,32 @@
##############################################################################
{
'name': 'Social Network',
'name': 'Social Networking',
'version': '1.0',
'category': 'Social Neworking',
"sequence": 2,
'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
@ -70,7 +73,6 @@ The main features are:
],
'installable': True,
'auto_install': False,
'application': True,
'certificate': '001056784984222247309',
'images': [
'images/customer_history.jpeg',
@ -96,5 +98,6 @@ The main features are:
'demo': [
'mail_demo.xml',
],
'application':True,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: