Timestamps in body of mail of a meeting invitation is wrong timezone
Bug #1073578 reported by
Niels Huylebroeck
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo Addons (MOVED TO GITHUB) |
Confirmed
|
Low
|
OpenERP R&D Addons Team 1 | ||
6.1 |
Fix Committed
|
Low
|
OpenERP Publisher's Warranty Team |
Bug Description
When sending a mail invitation for a meeting the generated text puts the time in UTC timezone even if the user has been defined to use another timezone.
This bug is closely related (but not a duplicate of #978689 ) where that bug discusses the generation of the ICS file, here I'm talking about the text (readable) version of the invitation.
Related branches
lp://staging/~openerp-dev/openobject-addons/6.1-opw-581633-rgo
Rejected
for merging
into
lp://staging/openobject-addons/6.1
- Naresh(OpenERP): Pending requested
-
Diff: 67 lines (+21/-4)2 files modifiedbase_calendar/base_calendar.py (+20/-3)
base_calendar/wizard/base_calendar_invite_attendee.py (+1/-1)
lp://staging/~andrei-levin/ocb-addons/6.1
Ready for review
for merging
into
lp://staging/ocb-addons/6.1
- Pedro Manuel Baeza: Approve (code review)
-
Diff: 67 lines (+21/-4)2 files modifiedbase_calendar/base_calendar.py (+20/-3)
base_calendar/wizard/base_calendar_invite_attendee.py (+1/-1)
tags: | added: maintenance |
To post a comment you must log in.
Hello,
I agree with Niels, we need to properly display datetime values with a timezone, and if possible use the timezone of the user.
Thank you!