Tuesday, June 24, 2025
2 changes · saas-18.4
Features or functions removed from Odoo
The tree editor no longer lets users create date or time conditions based on individual parts such as year, month, hour, or day. This simplifies the current condition-building experience while the team prepares a better way to support useful date-based filtering in the future.
Original PR description
We remove the possibility to create conditions based on year_number, hour_number,... in the tree editor. Future work will add other ways to construct interesting conditions based on date/datetime fields.
Odoo Studio no longer shows date and datetime configuration options in the tree editor, aligning Enterprise tests with a related platform change. This is a small maintenance update that helps keep Studio behavior consistent and avoids outdated options appearing in tests.
Original PR description
We adapt a studio test to the changes brought by https://github.com/odoo/odoo/pull/215437.