Daily updates from Odoo
Saturday, April 27, 2024
1 change
Resolved issues and error corrections
Adds a test to ensure the spreadsheet pivot side panel handles reference-based measures without crashing. This helps protect users editing subscription dashboards from interruptions when opening cell details.
Original PR description
…anel Steps to reproduce the issue on a fresh runbot database: - open the Subscription dashboard in edit mode - Right click on cell "Data!B7" => boom The pivot `#11` measure is `order_reference` which is a Reference field. This type of field had no aggregator specified which crashes the side panel. Note: This commit is only a UI test. See the fix in the community branch. Task: 3869693