Daily updates from Odoo
Monday, February 5, 2024
1 change
Features or functions removed from Odoo
This update removes an outdated date display option that no longer changes how date and time fields appear. It simplifies processing across several business apps while keeping the visible result the same for users.
Original PR description
Since [this commit](odoo/odoo@b5794e89e1ad29e2a86c7dd) in saas-16.3, the widget date has no more effect on the rendering of a Datetime field. For Date field, the only impact it has is in list views, where it uses the component instead of formatting the value into a string. This only requires more processing to reach the same result. This commit therefore removes the use of this widget. See also: https://github.com/odoo/odoo/pull/151381