Monday, May 27, 2024
2 changes · saas-17.2
Enhancements to existing features
This update adjusts automated checks for the website rental stock feature so they stay aligned with recent changes in the core Odoo platform. It helps keep quality controls reliable without changing customer-facing rental or stock behavior.
Original PR description
Adapt tests to community change See also: - https://github.com/odoo/odoo/pull/166609
When users copy charts in spreadsheets, links back to the relevant Odoo menu are now preserved. This avoids losing navigation context and makes duplicated charts behave consistently with the originals.
Original PR description
## Task Description: When copying a chart in a spreadsheet, the link to the Odoo menu is not kept This PR aims to fix it by taking advantage of the new clipboard refactoring, with a new clipboard handler saving the odooMenuLink in the clipboard data and putting it back in the newly created chart. ## Related Task: - Task: 3380568 - https://github.com/odoo/o-spreadsheet/pull/3670