Wednesday, June 11, 2025
3 changes · saas-18.1
Resolved issues and error corrections
Pyramid charts in spreadsheets now show values as positive numbers and hide zero values. This makes chart labels clearer and avoids misleading negative figures after a recent spreadsheet chart update.
Original PR description
## Description After the chart runtime generation refactor, pyramid charts were displaying negative values in the showValues plugin. This fix ensures values are displayed as absolute, and zero values are hidden to improve clarity. Task: [4762696](https://www.odoo.com/odoo/project/2328/tasks/4762696) --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Spreadsheet charts now show the right values for waterfall and pyramid charts. Waterfall charts display the actual bar difference, and pyramid charts show positive values on the left side, making chart labels clearer and less misleading for users.
Original PR description
The shot value chartJs plugin would show the same value for a waterfall chart than a bar chart (the value of the top of the bar), instead of the correct value for a waterfall chart (the difference between the top and the bottom of the bar). Also the odoo_pyramid_chart would show negative values for the values of the left of the pyramid, instead of the absolute value. Task: 4812692 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
A failing automated test in the manufacturing work order area was corrected by removing an unnecessary check. This helps keep release validation stable without changing how users work in the product.
Original PR description
remove the unnecessary selector that was causing the tour test to fail 00:1 was not found in the view nor the DOM build_error-163619