Wednesday, June 26, 2024
2 changes
1 change
Resolved issues and error corrections
This change fixes memory leaks that occurred while running JavaScript unit tests for the web module. It helps keep automated test runs more stable and efficient, reducing the risk of slowdowns or failures during development validation.
Original PR description
This PR clears a few retainers that would leak memory during the execution of JS unit tests. Backport of https://github.com/odoo/odoo/pull/170885 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
1 change
Resolved issues and error corrections
Spreadsheet pivots are now correctly recognized as used even when their formulas are on another sheet. This prevents users from seeing an active pivot incorrectly marked as unused in the Data menu.
Original PR description
Enterprise adaptations of the community branch. Steps to reproduce in 17.0: There's no way to reproduce the issue in 17.0 because the faulty getter in only called on positions in the active sheet (pivot autofill, global filter auto-matching) Steps to reproduce in saas-17.1: - insert a pivot in a blank spreadsheet - delete all pivot formulas - insert a new sheet - in the new sheet: - in A1: type "1" - in A2: =ODOO.PIVOT(A1) - activate the first sheet again - Open the Data menu => the pivot 1 is marked as being unused, even though it's used in the second sheet Task: 3859472 X-original-commit: 0b6730496a4316d0ec19ffb823ca2cee1c2c3790