Tuesday, January 16, 2024
4 changes · master
Features or functions removed from Odoo
This change removes an outdated internal reporting option that no longer affects how reports or dashboards work. It simplifies maintenance across several Odoo apps without changing the user experience.
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/enterprise/pull/53488
An old, unused wizard for creating sales orders from projects has been removed from Sales Timesheets. This simplifies the product by clearing out deprecated functionality that was no longer part of the intended workflow.
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
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