Activity log for bug #1095862

Date Who What changed Old value New value Message
2013-01-03 23:38:50 hivam bug added bug
2013-01-03 23:38:50 hivam attachment added event bug.png https://bugs.launchpad.net/bugs/1095862/+attachment/3473624/+files/event%20bug.png
2013-01-07 01:27:41 hivam description OpenERP 7.0 thrunk version 7.0alpha-20130103-000101 In the attached picture you can see an event starting on January 3, 2013 at 20 hours and end time at 24 hours. However, in the name of the event can be seen that concatenates the name and the date January 4, 2013. My config time-zone: América-Bogotá (GMT - 5:00 ) The function name_get is: def name_get(self, cr, uid, ids, context=None): if not ids: return [] if isinstance(ids, (long, int)): ids = [ids] res = [] for record in self.browse(cr, uid, ids, context=context): date = record.date_begin.split(" ")[0] date_end = record.date_end.split(" ")[0] if date != date_end: date += ' - ' + date_end display_name = record.name + ' (' + date + ')' res.append((record['id'], display_name)) return res OpenERP 7.0 thrunk version 7.0alpha-20130103-000101 In the attached picture you can see an event starting on January 3, 2013 at 20 hours and end time at 24 hours. However, in the name of the event can be seen that concatenates the name and the date January 4, 2013. My config time-zone: América-Bogotá (GMT - 5:00 ) The function name_get is: def name_get(self, cr, uid, ids, context=None):         if not ids:             return []         if isinstance(ids, (long, int)):             ids = [ids]         res = []         for record in self.browse(cr, uid, ids, context=context):             date = record.date_begin.split(" ")[0]             date_end = record.date_end.split(" ")[0]             if date != date_end:                 date += ' - ' + date_end             display_name = record.name + ' (' + date + ')'             res.append((record['id'], display_name))         return res
2013-01-13 05:52:02 Mario Arias bug added subscriber Mario Arias
2013-02-19 06:44:56 Jignesh Rathod(OpenERP) openobject-addons: importance Undecided Low
2013-02-19 06:44:56 Jignesh Rathod(OpenERP) openobject-addons: status New Confirmed
2013-02-19 06:44:56 Jignesh Rathod(OpenERP) openobject-addons: assignee OpenERP R&D Addons Team 1 (openerp-dev-addons1)
2013-04-03 10:13:27 Launchpad Janitor branch linked lp:~openerp-dev/openobject-addons/trunk-bug-1095862-dhruvit
2013-04-09 05:17:36 Launchpad Janitor branch linked lp:~openerp-dev/openobject-addons/trunk-bug-1095862-dhruvit