[FIX] event onchange event type

Courtesy of Alejandro Santana

Closes: #1046, #1047
This commit is contained in:
Antony Lesuisse 2014-12-21 23:22:58 +01:00
parent 8f30ab04be
commit fcd1662381
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ class event_event(osv.osv):
'register_max': type_info.default_registration_max,
}
values.update(dic)
return values
return {'value' : values}
def on_change_address_id(self, cr, uid, ids, address_id, context=None):
values = {}