Tuesday, January 16, 2024
2 changes
Features or functions removed from Odoo
An outdated wizard for creating sales orders from projects has been removed from the timesheet sales module. This cleans up legacy functionality that was already deprecated and helps reduce maintenance overhead without affecting current workflows.
Original PR description
In this commit we have removed unused "project.create.sale.order" wizard this wizard was deprecated in this task 2637495, but it's still in the code and used in some tests. task-3632161
This update removes an obsolete grouping setting from several reports and dashboards because it no longer has any effect. Users should see no functional change, but the cleanup reduces outdated configuration across affected business areas.
Original PR description
As of https://github.com/odoo/odoo/pull/110737, 'group_by_no_leaf' is no longer used. Previously it was used to change the name of the '__count' aggregate of read_group() but had no effect anywhere (and the webclient just didn't care). Remove this remnant. https://github.com/odoo/odoo/pull/147735