~laetitia-gangloff/acsone-addons/hr_utilization_group_by_report

« back to all changes in this revision

Viewing changes to event_multiple_registration/__openerp__.py

  • Committer: Laetitia Gangloff
  • Date: 2013-05-24 13:44:40 UTC
  • Revision ID: laetitia.gangloff@acsone.eu-20130524134440-l44l6bikzdvd6z0j
change multiple_event_registration to event_multiple_registration

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
##############################################################################
29
29
 
30
30
{
31
 
    "name" : "Multiple Event Registration",
 
31
    "name" : "Event Multiple Registration",
32
32
    "version" : "0.1",
33
33
    "author" : "ACSONE SA/NV",
34
34
    "category" : "ACSONE Specific Modules",
35
35
    "website" : "http://acsone.eu",
36
36
    "depends" : ['event'],
37
37
    "description": """
38
 
Multiple Event Registration
 
38
Event Multiple Registration
39
39
===========================
40
40
The goal of this module is to register many partners to an event in one click.
41
41
""",
42
 
    "data": ["wizard/multiple_event_registration_view.xml",
 
42
    "data": ["wizard/event_multiple_registration_view.xml",
43
43
             "event_view.xml",
44
44
    ],
45
45
    "images": [],