Daily updates from Odoo
Sunday, February 15, 2026
3 changes · master
New functionality added to Odoo
This update introduces a convenient new system tray menu for employees to quickly log their time and start/stop timers directly from any screen. This improves time tracking efficiency and allows for better task monitoring. When the Attendance module is installed, this system integrates with existing attendance tracking.
Original PR description
This PR introduces a new global systray menu allowing users to log time and control a running timer from anywhere. Users can create, edit, and remove their timesheets of the day from the systray, and a persistent timer allows tracking task while working. When attendance is installed, this systray is merged with the attendance systray. Also some improvements to the timesheets assistant, including a style overhaul. Task-5180326
Enhancements to existing features
This update removes the requirement for users to purchase the Studio module to access the field service worksheet feature. It simplifies the user experience by replacing the previous worksheet model with a properties field, allowing free users to utilize this functionality. This change improves accessibility and aligns with the company's strategy of offering core features without requiring premium add-ons.
Original PR description
This commit purpose is to get rid of the dependence of the worksheet template to the studio module. The goal is to let free user using the field service application with the worksheet feature without forcing them to pay extra for the studio module. From a technical point of view, the logic of the previous worksheet is completely replaced with the properties field.The 3 applications that made use of the previous worksheet template model have been adjusted in order to correctly use the property field instead. The analysis view and worksheet_count have been removed, as we failed to find a reliable way to find an equivalent use case with the properties. The rest of the use case should behave in a similar way as before, with some slight changes in the ui. task - 5167053
Resolved issues and error corrections
This update streamlines the way users access options within the Enterprise module. Previously, option groups were collapsed, but now they are folded and can be expanded by clicking on their headers. This change improves usability and provides quicker access to relevant settings.
Original PR description
To have a quicker access to the options related to the element the user clicked, the groups above the last one are folded. The user can fold/unfold a group by clicking on its header (with the name of the element). This PR fixes a test that needs to change to unfold the group