Daily updates from Odoo
Tuesday, February 13, 2024
3 changes · master
Enhancements to existing features
The time off dashboard search has been simplified so employees only see their own dashboard information. This reduces confusion by removing employee-based filtering where it is not needed for the user’s personal view.
Original PR description
remove employee in search bar; only you will see your own dashboard. task : 3679662
Helpdesk ticket rating requests now send different messages depending on the recipient. Customers receive the rating request, while followers are only notified that the request was sent, reducing confusion and keeping internal or copied recipients better informed.
Original PR description
**With this PR**, followers and customers will get different ticket rating mail, followers will get only such information in mail that a ticket rating request has been sent to the customer. Task-2896614
The analytic account form layout has been adjusted so budget information appears after the account property fields. This creates a more consistent and logical order for users reviewing or editing analytic account details.
Original PR description
This PR involves updating the xpath selector for the patch that adds the budget notebook to the analytic account view. The revised selector ensures that the budget notebook is inserted at the end of the view form sheet. This modification guarantees that the property fields, as defined in the parent view, will precede the placement of the budget notebook. task-3594814