~laetitia-gangloff/acsone-addons/hr_utilization_group_by_report

« back to all changes in this revision

Viewing changes to event_multiple_registration/wizard/event_multiple_registration.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:
29
29
from openerp.osv import osv, fields
30
30
 
31
31
 
32
 
class multiple_event_registration(osv.osv_memory):
33
 
    _name = 'multiple.event.registration'
 
32
class event_multiple_registration(osv.osv_memory):
 
33
    _name = 'event.multiple.registration'
 
34
    _description = 'Event multiple registration'
34
35
 
35
36
    _columns = {
36
37
                "partner_ids" : fields.many2many('res.partner', string="Partners"),