[MERGE]
[odoo/odoo.git] / addons / event / __openerp__.py
index 7cd7d4a..9f479a2 100644 (file)
@@ -24,7 +24,7 @@
     '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
         * ...
     A dashboard for associations that includes:
     * Registration by Events (graph)
-    * Next Events (list)
-    * Unpaid Invoices (list)
     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_make_invoice_view.xml',
         'wizard/partner_event_registration_view.xml',
         'board_association_view.xml',
+        'res_partner_view.xml',
     ],
-    'demo_xml': ['event_demo.xml', 'board_association_demo.xml'],
+    'demo_xml': ['event_demo.xml'],
     'test': ['test/test_event.yml'],
     'installable': True,
     'active': False,