Activity log for bug #1089390

Date Who What changed Old value New value Message
2012-12-12 13:48:02 Guewen Baconnier @ Camptocamp bug added bug
2012-12-12 13:52:56 Guewen Baconnier @ Camptocamp bug task added c2c-addons
2012-12-12 13:53:12 Guewen Baconnier @ Camptocamp description company.py def get_reminder_recipients(self, cr, uid, ids, context=None): """Return the list of users that must receive the email""" res = {}.fromkeys(ids, []) Never use a mutable second argument in fromkeys! The keys are linked with the same list instance. hr_timesheet_reminder/company.py     def get_reminder_recipients(self, cr, uid, ids, context=None):         """Return the list of users that must receive the email"""         res = {}.fromkeys(ids, []) Never use a mutable second argument in fromkeys! The keys are linked with the same list instance.
2012-12-12 13:53:18 Guewen Baconnier @ Camptocamp summary {}.fromkeys with a mutable argument in second position hr_timesheet_reminder: {}.fromkeys with a mutable argument in second position
2012-12-13 07:58:51 Launchpad Janitor branch linked lp:~c2c/hr-timesheet/6.1-hr_timesheet_reminder-fix-lp1089390
2012-12-13 08:07:44 Launchpad Janitor branch linked lp:~c2c/c2c-addons/6.0-hr_timesheet_reminder-fix-lp1089390
2012-12-13 10:30:01 Launchpad Janitor branch linked lp:~c2c/hr-timesheet/7.0-hr_timesheet_reminder-migr
2013-01-03 16:08:40 Yannick Vaucher @ Camptocamp hr-timesheet: status New Confirmed
2013-01-03 16:08:52 Yannick Vaucher @ Camptocamp hr-timesheet: status Confirmed Fix Released
2013-01-03 16:09:05 Yannick Vaucher @ Camptocamp c2c-addons: status New Confirmed