Saturday, March 7, 2026
1 change · saas-19.1
Resolved issues and error corrections
This update fixes a restriction that prevented users from inserting records directly into spreadsheets from the Kanban view, particularly when the view was organized by related data. Now, the 'Insert in spreadsheet' action appears only for users with the necessary permissions and the system no longer blocks insertion based on m2m field groupings within the Kanban view.
Original PR description
Current behavior before PR: - The 'Insert in spreadsheet' action was always visible in the kanban view action menu, even when the user lacked access rights for Documents or Dashboards. - Inserting records from a kanban view into a spreadsheet was blocked when the view was grouped by an m2m field. Desired behavior after PR is merged: - The action is shown in the kanban view action menu only if the user has the required permissions. - The m2m field check is removed when inserting from kanban views. Task: 5930184 Forward-Port-Of: odoo/enterprise#108098