Wednesday, September 22, 2021
2 changes · master
Resolved issues and error corrections
This fixes an issue in Odoo Mail where expanding a multi-line message composer could cause the chat message list to jump unexpectedly. Users can now type longer messages without losing their place in the conversation, making chat and chatter interactions smoother.
Original PR description
Before this commit, when the what window composer was multi line, the message list scroll bar jumped over the content. This PR prevent this jump by listening to resize event and restore the chat window scroll position if needed. task-2377824
Calendar event forms now show separate start and end date/time fields instead of the combined date range control when opened from the calendar. This avoids mobile display glitches and makes event scheduling more reliable for users on phones.
Original PR description
… widget Before this commit, the datetime range widget was used to set these values in for calendar form view. Unfortunately, some glitches appeared in mobile view. This commit, revert this change because fixing the mobile view for this specific case was not trivial. Datetime range widget works in mobile for regular form view (not launched from the calendar view). taskid: 2635704 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr