bzr revid: vme@tinyerp.com-20140326094009-3w0ybp1ay3v1jlh5
This commit is contained in:
Vidhin Mehta (OpenERP) 2014-03-26 15:10:09 +05:30
parent cf96c853ee
commit e7bb0c0bcf
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ class event_track(osv.osv):
fields = ['id', 'duration', 'location_id', 'name', 'date', 'color', 'speaker_ids', 'website_published']
location_object = self.pool.get('event.track.location')
res_partner = self.pool.get('res.partner')
local_tz = pytz.timezone(event.timezone_of_event)
local_tz = pytz.timezone(event.timezone_of_event or 'UTC')
event_tracks = self.search_read(cr, uid, domain, fields, context=context)
def get_speaker_name(ids):