Tuesday, May 28, 2024
1 change · master
Resolved issues and error corrections
Dashboard Admin users can now insert CRM pivot views into spreadsheet dashboards without needing full system administrator rights. This fixes a permission gap so authorized dashboard editors can complete their work as intended.
Original PR description
Steps to reproduce: - install CRM (make sure Documents is not installed) - login with a user with "Dashboard Admin" group (but not system admin) - go to CRM and try inserting a pivot view in a spreadsheet => you can't Since odoo/odoo@0c50cbe18ce3f1 a new user group was created allowing to create and edit spreadsheet dashboards. However, members of that group are not able to insert anything because the group was not updated in the registry. Task: 3795574