Tuesday, September 17, 2024
2 changes · 17.0
Features or functions removed from Odoo
An obsolete internal accounting function was removed because it was no longer used and depended on another function that had already been removed. This reduces maintenance risk without changing day-to-day accounting workflows.
Original PR description
This function is no longer used anywhere. Additionally, it calls the _prepare_reconciliation_partials function which no longer exists either. #178081
The non-working “Closed On” filter has been removed from Project and To-Do task views. This prevents users from seeing a filter option that could not produce reliable results in this version.
Original PR description
The "Closed On" filter in project and project_todo relies on using a date filter in conjunction with a domain, which is not possible before https://github.com/odoo/odoo/pull/156746. This PR removes those filters, as they don't work before the above PR. Task-3973609