Thursday, November 30, 2023
5 changes · master
Enhancements to existing features
Users can now choose specific records from a list view and insert only those selected items into a spreadsheet. This makes spreadsheet reporting more precise and avoids bringing in extra records from the current search results.
Original PR description
This PR introduces the functionality to allows users to insert selective records from the list view. The functionality is achieved by adding a new domain alongwith the existing 'search model domain', via `getListForSpreadsheet` method. This new domain filters the selected records using 'resIds' and thus enables the user to insert only the selected records from current search. Task ID : 3487810 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Live chat now sends clearer browser caching instructions for operator-related requests. This helps ensure staff using live chat get fresher conversation data while maintaining a smoother support experience for website visitors.
Project tasks and timesheets now show a warning when linked to a cancelled sales order item. This helps users update the related sales order item or cancel the associated ticket, reducing mismatches between sales and project work.
Original PR description
This commits Include a cautionary message to the sale_line_id field that warns customers to either update the sales order item accordingly or cancel the ticket, aligning it with the cancellation of the sales order. task-3330305
Project users can now add subtasks directly from a task card in the kanban view, without opening the full task form. This streamlines task breakdown and makes project planning faster, especially when organizing work from the board.
Original PR description
Description of the issue/feature this PR addresses: ease the creation of sub-tasks by allowing users to directly create them from the kanban card of their (future) parent task instead of having to go through the form view - in the kanban card add a '+ New' button allowing users to create a sub-task on the fly - when a task doesn't have any sub-tasks yet, display an fa-plus button on hover that should indicate 'Add Sub-Tasks' and that should prompt the creation of a new sub-task from this kanban card SO FrancoisGE for doing the inital POC of the transition of the subTaskList to the new relational model https://github.com/odoo/odoo/pull/126934 Task-3330278 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Users now see a caution message when a linked sales order item has been cancelled, helping them decide whether to update the related item or cancel the associated task. This reduces confusion across helpdesk, timesheet, field service, and planning workflows when sales changes affect ongoing work.
Original PR description
_*=sale_planning,industry_fsm_sale This commit includes a cautionary message to the sale_line_id field that warns customers to either update the sales order item accordingly or cancel the task, aligning it with the cancellation of the sales order. task-3330305