Daily updates from Odoo
Friday, February 16, 2024
4 changes · master
Enhancements to existing features
HR teams can now send a signature request to several employees directly from the employee list view. This saves time by avoiding repeated individual requests or manual selection in the wizard.
Original PR description
This commit adds the possibility to ask a sign request to multiple people at the same time from the employee tree view to avoid to have to do it one by one or to select each employee from the wizard. task-3698119
IoT printers are now automatically categorized based on their device identifier, making it easier to show the right printers in the right business workflows. This helps reduce printer selection mistakes, especially in point-of-sale setups where different printer types may serve different purposes.
Original PR description
Add a field in the devices models for the category of the printer The category will automatically be selected via the device identifier task id : 2146229
Users can now share appointment types directly from the front-facing appointment pages, matching sharing options already available in the back office. This helps visitors and staff more easily understand and distribute appointment links without switching to administrative screens.
Original PR description
Purpose Help users understand what to do when navigating their appointment types. This commit adds the feature of sharing the appointment from the front end. As this feature is already there in the backend the functionality added here is almost the same. Task-3665022
The customer portal task list now includes time logged on sub-tasks when showing hours spent for a parent task. This gives customers a more accurate view of work already used and helps avoid misunderstandings about remaining time.
Original PR description
Before this commit, in the portal list view of tasks, the hours spent displayed for each task were only the hours timesheeted for the task without taking into account the timesheets of the sub-tasks. As a consequence, this could give customers a false sense that there is more time remaining on their task than there is. After this commit, the hours spent for each task take the timesheets of the sub-tasks into account. task-3693453 related-https://github.com/odoo/odoo/pull/150376