[MERGE]
[odoo/odoo.git] / addons / event / __openerp__.py
index 61cb62e..9f479a2 100644 (file)
     'name': 'Event',
     'version': '0.1',
     'category': 'Generic Modules/Association',
-    'description': """Organization and management of events.
+    'description': """Oraganization and management of Event.
 
     This module allow you
         * to manage your events and their registrations
         * to use emails to automatically confirm and send acknowledgements for any registration to an event
         * ...
-
+    A dashboard for associations that includes:
+    * Registration by Events (graph)
     Note that:
     - You can define new types of events in
                 Events / Configuration / Types of Events
     - You can access predefined reports about number of registration per event or per event category in:
                 Events / Reporting
 """,
-    'author': 'Tiny',
-    'depends': ['crm', 'base_contact', 'account'],
-    'init_xml': ['event_data.xml'],
+    'author': 'OpenERP SA',
+    'depends': ['crm', 'base_contact', 'account', 'marketing'],
+    'init_xml': [],
     'update_xml': [
+        'security/event_security.xml',
+        'security/ir.model.access.csv',
         'wizard/event_confirm_registration_view.xml',
+        'wizard/event_confirm_view.xml',
         'event_view.xml',
         'report/report_event_registration_view.xml',
-        'event_sequence.xml',
-        'security/event_security.xml',
-        'security/ir.model.access.csv',
-        'wizard/event_registration_view.xml',
-        'wizard/event_registrations_partner.xml',
         'wizard/event_make_invoice_view.xml',
+        'wizard/partner_event_registration_view.xml',
+        'board_association_view.xml',
+        'res_partner_view.xml',
     ],
     'demo_xml': ['event_demo.xml'],
     'test': ['test/test_event.yml'],