Daily updates from Odoo
Friday, February 20, 2026
2 changes · master
New functionality added to Odoo
This update introduces sample data for the industry_fsm module, specifically focusing on allocated hours and timesheets. This new data will populate the tasks analysis reports, providing a better starting point for understanding project timelines and resource allocation. It's a helpful addition for initial demonstrations and testing.
Original PR description
This commit adds some demo data to the industry_fsm with a focus on adding allocated hours and timesheets in order to populate the tasks analysis. taskid:3514457
This update allows employees to correct inaccurate personal information within the system. Following changes in version 18.0, personal details are now managed through the 'My Preferences' menu. This commit adds two new fields to this menu, ensuring employees can maintain accurate records.
Original PR description
In versions after 18.0, the Personal Info tab on the employee form has been removed for public user, and only a limited set of details is now available under the My Preferences menu. While this keeps the interface minimal, employees should still be able to review and update certain personal details if they are incorrect. This commit adds two payroll-related fields to My Preferences. Related community PR: https://github.com/odoo/odoo/pull/248428 task: 5920455