Daily updates from Odoo
Monday, December 15, 2025
3 changes · master
New functionality added to Odoo
This update improves the composer experience by automatically displaying a date picker when a date is specified. This allows users to easily select and confirm dates within the composer, reducing errors and streamlining the process. It's a small but helpful enhancement for data entry.
Original PR description
When opening a composer whose content is a date literal, a date picker is now displayed to help selecting a date. Task: [4873953](https://www.odoo.com/web#id=4873953&cids=1&menu_id=4720&action=333&active_id=2328&model=project.task&view_type=form)
This update enhances the new user onboarding process by adding information about the 'Create To-Do by Email' feature. It includes a clear explanation and a clickable email alias, making it easier for new users to quickly create tasks via email. This streamlines the initial setup and improves user productivity.
Original PR description
This commit adds a new section to the user's onboarding welcome to-do. This section explains the "Create To-Do by Email" feature and provides the clickable email alias to create todo. task-4781859
This update improves the composer interface by adding a date picker. Now, when a composer uses a date value, users will see a date picker to easily select the correct date, enhancing usability and data accuracy. This change addresses a minor user experience enhancement.
Original PR description
When opening a composer whose content is a date literal, a date picker is now displayed to help selecting a date. Task: 4873953