Tuesday, March 20, 2018
3 changes
Resolved issues and error corrections
This update prevents an error screen that could appear when users select many-to-many fields in web views. It improves reliability in the Odoo web interface and helps users continue their work without interruption.
Original PR description
…lecting many2many field Description of the issue/feature this PR addresses: Issue - https://www.odoo.com/web?#id=770118&view_type=form&model=project.issue&action=609&menu_id=4720 Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update fixes an issue where the next activity information in the mail activity menu did not load properly on mobile devices. Mobile users can now reliably see upcoming activities, improving follow-up visibility while working away from desktop.
Original PR description
Description of the issue/feature this PR addresses: Task ID: https://www.odoo.com/web?#id=35265&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad ID: https://pad.odoo.com/p/r.04cd5a05ceb819b0109038343013a160 Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes an error that could prevent website visitors from scheduling a demo when an employee already had an all-day event or overlapping appointment. The booking flow now handles availability and time zones more reliably, reducing failed scheduling attempts.
Original PR description
…ay event in his calendarand visitor(try without sign in) try to schedule a demo. this traceback fires when employee had already an all day (or at time when he has been allocated for demo. ex. all day event or 09:00 am demo and 09:00 am another meeting for that employee) event in his calendar and visitor(try without sign in) try to schedule a demo. so traceback like: TypeError: can't compare offset-naive and offset-aware datetimes issue : https://www.odoo.com/web?#id=747041&view_type=form&model=project.issue&action=963&active_id=681&menu_id=4720