[IMP]: event: Improved module description for event
authorRucha (Open ERP) <rpa@tinyerp.com>
Wed, 12 Sep 2012 12:17:43 +0000 (17:47 +0530)
committerRucha (Open ERP) <rpa@tinyerp.com>
Wed, 12 Sep 2012 12:17:43 +0000 (17:47 +0530)
bzr revid: rpa@tinyerp.com-20120912121743-qthu5ry4x99si7vy

addons/event/__openerp__.py

index 1e548f6..92d1012 100644 (file)
     'name': 'Events Organisation',
     'version': '0.1',
     'category': 'Tools',
-    'summary': 'For Trainings, Conferences & Meetings',
+    'summary': 'Trainings, Conferences, Meetings, Exhibitions, Registrations',
     'description': """
 Organization and management of Events.
 ======================================
+The event module allows you efficiently organise events and all related tasks: planification, registration tracking,
+attendances, etc.
 
-This module allows you:
------------------------
-    * to manage your events and their registrations
-    * to use emails to automatically confirm and send acknowledgements for any
-      registration to an event
-
-Note that:
-----------
-    - You can define new types of events in
-        **Events** / **Configuration** / **Types of Events**
+Key Features
+------------
+* Manage your Events and Registrations
+* Use emails to automatically confirm and send acknowledgements for any registration of an event
 """,
     'author': 'OpenERP SA',
     'depends': ['base_setup', 'board', 'email_template', 'google_map'],