Merge lp://staging/~andrei-levin/ocb-addons/6.1 into lp://staging/ocb-addons/6.1
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~andrei-levin/ocb-addons/6.1 |
Merge into: | lp://staging/ocb-addons/6.1 |
Diff against target: |
67 lines (+21/-4) 2 files modified
base_calendar/base_calendar.py (+20/-3) base_calendar/wizard/base_calendar_invite_attendee.py (+1/-1) |
To merge this branch: | bzr merge lp://staging/~andrei-levin/ocb-addons/6.1 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Pedro Manuel Baeza | code review | Approve | |
Review via email: mp+222862@code.staging.launchpad.net |
Description of the change
Timestamps in body part of the meeting invitation email displays time in UTC and not in the user's timezone.
Steps to reproduce:
1) Set the timezone in user's preference,
2) Install CRM module and create a meeting and run `Invite People` wizard with `Send mail?` option marked.
You wont have any timezone information in invitation email contents.
This fix will consider timezone in User Preferences and will show timestamps with timezone information in email body.
The FIX is created by Ravi Gohil
Unmerged revisions
- 6844. By Ravi Gohil (OpenERP) (rgo-openerp)
-
[FIX] base_calendar: Timestamps in body part of the meeting invitation email shows time in UTC. After application of this fix, timestamps will look like '2012-11-07 11:30:00 PM IST', which considers timezone from user preferences : (Maintenance Case : 581633)
Hi, Andrei,
Thanks for bringing this module to 6.1.
Some little things to fix:
- Don't change module version. Although it could be convenient to reflect on module version the changes, neither OpenERP nor OCA do it usually. One of the reasons for OCA to not do that is that we are going to desynchronize versions numbers between official and OCB modules.
- Don't change .bzrignore.
- If original author id Ravi Gohil, you can credited him when you make the commit, adding argument --author and his e-mail, that you can get it querying with 'bzr log <ravi_branch> -r -1'.
Regards.