Daily updates from Odoo
Tuesday, July 2, 2024
4 changes
Enhancements to existing features
The working schedules list now includes a Company Full Time column, which can help users compare schedules against the company standard. The column is hidden by default, so existing views remain uncluttered unless users choose to display it.
Original PR description
added company full time column on working schedules list view. hidden by default task-3954222
Website helpdesk forms now avoid adding the same customer-provided details twice when the ticket description already captures them. This keeps the ticket history clearer for support teams while preserving the information submitted by customers.
Original PR description
Before this commit, we got custom code to add custom message and add additional message to the description of the ticket. This commit just log the message if the default field set on the website is the description field of the ticket field since now the description field will already contain the additional information gathered by the formulae filled by a public user. task-3419255
Planning progress messages now more clearly explain whether an employee is unavailable because they are on leave or because their contract has expired. This helps managers understand scheduling issues faster and make better staffing decisions.
Original PR description
This PR enhances the accuracy of progress bar message because in the current flow the message was not clear about employee's status but now after this commit it is been clear either employee is on leave or its contract has been expired. task-3609539
This update adjusts field service report testing and related views to reflect a newer rule that private tasks cannot have parent tasks. It helps keep the module compatible with recent project task validation changes and reduces the risk of test failures during upgrades.
Original PR description
This PR just adapt test to the constraint that has been added in related pr. Namely: "project_task_private_task_has_no_parent". related: https://github.com/odoo/odoo/pull/131015 task-3450270