Thursday, November 2, 2023
2 changes · master
Enhancements to existing features
Portal users viewing tasks for a project with shared documents will now see tasks grouped by stage by default, matching the usual project experience. The Documents button remains available, but is shown alongside the first stage instead of requiring tasks to be grouped by project.
Original PR description
Since 16.0, when viewing the tasks of a project with shared documents in the portal, the tasks are grouped by project to allow displaying the "Documents" button. However, it doesn't make much sense to group by project if there is only a single project. This PR changes the default groupby to be by stage, like for all the other projects, and adds the button next to the first stage instead. Community: https://github.com/odoo/odoo/pull/136126 Task-3438493
A warning now appears in the spreadsheet settings panel when a user's locale differs from the spreadsheet's locale. This helps users spot formatting differences early, reducing confusion with dates, numbers, and other locale-sensitive content.
Original PR description
This PR introduces a warning message on Settings SidePanel upon a mismatch is identified between user's locale and spreadsheet's locale. TaskID: [3515815](https://www.odoo.com/web#id=3515815&cids=2&menu_id=4720&action=333&active_id=2328&model=project.task&view_type=form)