Friday, March 6, 2026
2 changes · 19.0
Features or functions removed from Odoo
Scatter charts in spreadsheets will no longer show the zoom slicer option. This avoids confusing chart behavior where users could zoom only one axis, while future controls will support clearer manual axis limits.
Original PR description
## Task Description This PR aims to remove the zoomable feature for the scatter plot, as it's kind of non-sense to be able to zoom on an axis and not on the other for this type of chart. Moreover, we will soon be able to manually set the min/max of each axis manually (in master). ## Related Task/PR - Task: 5388389 - [https://github.com/odoo/enterprise/pull/106189](https://github.com/odoo/enterprise/pull/106189) Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update removes a restriction in the EC Sales List report that previously only allowed reporting for businesses. This change now correctly handles companies that are configured as individuals, ensuring more accurate reporting across all company types. This improves the reliability of sales data for business users.
Original PR description
Removing as the prod has a lot of companies that are configured as individuals. no-task