Big MESS (UNCOMMIT PLEASE)
[odoo/odoo.git] / addons / event / __terp__.py
1 # -*- encoding: utf-8 -*-
2 {
3     "name" : "Event",
4     "version" : "0.1",
5     "author" : "Tiny",
6     "category" : "Generic Modules/Association",
7     "description": """Organization and management of events.
8
9     This module allow you
10         * to manage your events and their registrations
11         * to create retro planning for managing your events
12         * to use emails to automaticly confirm and send acknowledgements for any registration to an event
13         * ...
14
15     Note that:
16     - You can define new types of events in
17                 Events \ Configuration \ Types of Events
18     - You can access pre-defined reports about number of registration per event or per event category in :
19                 Events \ Reporting
20 """,
21     "depends" : [
22         "project","crm","base_contact",
23     ],
24     "demo_xml" : ["event_demo.xml"],
25     "init_xml" : ["event_data.xml"],
26     "update_xml" : [
27         "ir.model.access.csv",
28
29         "event_wizard.xml","event_view.xml","event_sequence.xml"
30     ],
31     "active" : False,
32     "installable" : True,
33 }
34 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
35