Saturday, March 7, 2026
1 change · saas-18.4
Resolved issues and error corrections
This update fixes a previous issue where users without proper permissions could see the 'Insert in spreadsheet' option in the Kanban view. Now, the option is only displayed for users with the necessary access rights, and inserting records from Kanban views grouped by m2m fields is now supported.
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