Navigate
Branch
Tuesday, February 17, 2015
2 changes
Resolved issues and error corrections
Fixed a calendar issue that could prevent demo meeting data from loading for users with certain regional language settings, such as Belgian French. Meeting invitation dates are now handled in a way that respects the user's locale, reducing setup failures and improving reliability for international users.
Original PR description
When you try to load calendar_demo.xml, the loading of demo event `calendar_event_1` fails with fr_BE locale (and probably some others). This is due to the rendering of the mail template `calendar_template_meeting_invitation` (which is used when you create an event). This template used a method `get_interval()` in calendar.py, which does not always return Unicode strings. Furthermore, these strings are dates and should be formatted according to user locale. PS: Yeah, we love Python2's management of encodings and Unicode... - Task: https://www.odoo.com/web#id=11992&view_type=form&model=project.task&action=333&active_id=131
Fixed an issue that could cause an error when viewing website experiments grouped in the Kanban view. This helps users access and manage experiment records without interruptions.
Original PR description
Task link: https://www.odoo.com/web#id=11870&view_type=form&model=project.task&menu_id=3942&action=327 Pad link: https://pad.odoo.com/p/r.auGQ76DUJ36i8HGH