Tuesday, September 5, 2023
8 changes · master
Enhancements to existing features
The fleet vehicle search menu now presents the employee driver option more clearly as “Drivers (Employee)” and places it higher in the list. Search behavior has also been adjusted so users get more accurate driver-related vehicle results.
Original PR description
Before this commit, the 'Current Driver(Employee)' option was present within the search menu and appeared as the last choice in the search list. IMP: Following this commit, the 'Current Driver(Employee)' is renamed as 'Drivers(Employee)' and moved to the third position among the available search options and filter_domain is applied to get correct search results. taskId: 3459896
The task “Last Stage Update” date now refreshes whenever a task state changes, not only when it moves to a closing state. This date is also shown directly in the task list, helping teams see more easily when task progress was last updated.
Original PR description
This PR brings two small improvements related to the "Last Stage Update" task field: - Update the field when changing the task to any state, not just a closing state. - Display the field in the project.task list view, just before the state. Task-3455177
The Mail app now uses the label "To-Do" instead of "To Do" for activity types. This keeps wording consistent with the To-Do app and reduces small inconsistencies in the user experience.
Original PR description
upgrade: https://github.com/odoo/upgrade/pull/5057 Renaming the activity type 'To Do' into 'To-Do' so that the naming convention is consitent with the To-Do app. **task-3469745**
Odoo removed an outdated browser-detection dependency that was only needed for very old, unsupported browsers. This simplifies maintenance across website, portal, point of sale, project, manufacturing subcontracting, web editor, and slides areas without changing expected behavior for supported users.
Original PR description
Enterprise PR: https://github.com/odoo/enterprise/pull/46736 task-3439226 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Twitter wall feature no longer uses legacy browser compatibility checks for outdated browsers such as Internet Explorer. This simplifies maintenance while keeping the visual scaling behavior supported in modern browsers.
Original PR description
This commit aims at removing the need to rely on `$.browser`, which was mainly the case to support deprecated and unsupported browsers like MS Internet Explorer or old version of Firefox. Community PR: https://github.com/odoo/odoo/pull/133916 task-3439226
Updated demo data helps users see how project documents can be managed in realistic scenarios. It showcases turning off documents for a project, tagging files, and sharing selected files as download-only links for portal users.
Original PR description
This PR adds some demo data in documents to showcase the following features: - Disabling the "Documents" feature on a project. - Applying tags to documents. - Creating a share link by documents ids in download only (so that uploading is not available for that project in the portal). Task-2878833
This update renames a technical product setting so it does not conflict with the main Documents label introduced for product documents. It also adjusts where rental information appears on product pages so customers see it in the intended section.
Original PR description
new field `product_document_ids` on product.template will also use the label 'Documents'. Since the field project_template_use_documents is only a little technical UX field, it could use a less generic label. See also: * https://github.com/odoo/odoo/pull/132739 * https://github.com/odoo/upgrade/pull/5069
Appointment meeting links are now passed into calendar event details when Google Calendar is not synced. This helps attendees find the online meeting link directly from the appointment information, reducing confusion and missed meetings.
Original PR description
Propagate the discuss link to the location parameter when the calendar is not synced with google calendar. Task-3235765