'type':fields.many2one('event.type','Type of Event',readonly=False,states={'done':[('readonly',True)]}),
'seats_max':fields.integer('Maximum Avalaible Seats',oldname='register_max',help="You can for each event define a maximum registration level. If you have too much registrations you are not able to confirm your event. (put 0 to ignore this rule )",readonly=True,states={'draft':[('readonly',False)]}),
'seats_max':fields.integer('Maximum Available Seats',oldname='register_max',help="You can for each event define a maximum registration level. If you have too much registrations you are not able to confirm your event. (put 0 to ignore this rule )",readonly=True,states={'draft':[('readonly',False)]}),
'seats_min':fields.integer('Minimum Reserved Seats',oldname='register_min',help="You can for each event define a minimum registration level. If you do not enough registrations you are not able to confirm your event. (put 0 to ignore this rule )",readonly=True,states={'draft':[('readonly',False)]}),
'seats_max':fields.integer('Maximum Avalaible Seats',oldname='register_max',help="You can for each event define a maximum registration level. If you have too much registrations you are not able to confirm your event. (put 0 to ignore this rule )"),
'seats_max':fields.integer('Maximum Available Seats',oldname='register_max',help="You can for each event define a maximum registration level. If you have too much registrations you are not able to confirm your event. (put 0 to ignore this rule )"),