Tuesday, July 2, 2024
2 changes · saas-17.2
Resolved issues and error corrections
Users can now insert list or pivot view links into spreadsheets without triggering an error. The fix ensures the action has the needed background information, making the spreadsheet insertion flow more reliable.
Original PR description
## Description: Clicking the "Insert in Spreadsheet" button within the pivot view previously failed to pass the necessary context, leading to a traceback. This PR resolves the problem by ensuring the context is properly passed to the action. Task ID: [3880304](https://www.odoo.com/web#id=3880304&cids=2&menu_id=4720&action=333&active_id=2328&model=project.task&view_type=form)
Fixes an issue where spreadsheet links to list or pivot views could fail because required context was not passed along. Users can now open these linked views from spreadsheets without encountering errors.
Original PR description
## Description: navigateTo helper function in helpers.js was not passing the context to the action. This commit resolves the problem by ensuring the context is properly passed to the action. task-3880304 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr