[IMP]Improving Social Networking

bzr revid: tch@tinyerp.com-20120702053713-8i213fljhq6npvkm
This commit is contained in:
Twinkle (OpenERP) 2012-07-02 11:07:13 +05:30
parent 8e4a8d8654
commit a24636f400
1 changed files with 4 additions and 2 deletions

View File

@ -22,7 +22,8 @@
{
'name': 'Social Networking',
'version': '1.0',
'category': 'Dependency',
'category':'Social Network',
"sequence": 2,
'description': """
A bussiness oriented Social Networking stands with message storage,
queuing and feeds.
@ -73,6 +74,7 @@ The main features are:
],
'installable': True,
'auto_install': False,
'application':True,
'certificate': '001056784984222247309',
'images': [
'images/customer_history.jpeg',
@ -98,6 +100,6 @@ The main features are:
'demo': [
'mail_demo.xml',
],
'application':True,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: