Thursday, April 7, 2022
4 changes · master
Enhancements to existing features
The mail app now uses a dedicated autocomplete input view across messaging areas such as chat windows, Discuss, and the messaging menu. This makes the underlying setup more consistent, helping future improvements to recipient or channel suggestions work reliably across the interface.
Original PR description
With all its identifying fields Task-2817076
This update improves how Odoo recognizes and processes Dailymotion and Youku video links in the website editor. It helps ensure the correct video is embedded from supported URL formats, reducing errors when users add videos to pages.
Original PR description
**Current behavior before PR:** The regex patterns for dailymotion and youku were too permissive and not specific enough for the way they were intended to be used. **Desired behavior after PR is merged:** The new regexes should correctly isolate the video ID from the URL string and cover all embedding needs for the two providers. For the initiating discussion and PR, see following link: https://github.com/odoo/odoo/pull/44537#discussion_r753250276 task-2696033
Quarter-based date filters in Documents Spreadsheet now show values like "Q1/2022" instead of "Q1 2022". This makes the format more consistent and easier to read for users working with spreadsheet filters.
Original PR description
Change filter display value from "Q1 2022" to "Q1/2022" Odoo task 2816618
The My Planning shift form now hides the Send and Reset to Draft actions for published shifts, matching the existing behavior for publish-related buttons. This reduces confusion for employees by keeping unavailable or inappropriate shift actions out of their view.
Original PR description
In the planning.slot form view in the "My Planning" menu, we hid the "Publish" and "Publish & Send" buttons in a previous task. However, the buttons "Reset to Draft" and "Send" for published shifts are still visible, which is inconsistent. This commit hides those two buttons in the "My Planning" menu. Related: https://github.com/odoo/enterprise/pull/23423 Task-2818723