Daily updates from Odoo
Sunday, February 15, 2026
1 change · master
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