Tuesday, May 28, 2024
2 changes · 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
This fixes an error that could occur when importing bank transaction data through online synchronization. The update ensures company information is handled correctly, allowing bank statement lines to be created without interruption.
Original PR description
"company_id" has been added to data retrun by "_format_transactions" method in https://github.com/odoo/enterprise/commit/393ca019515757c275df17b9319198f18471af60. This would cause an error when creating a new "account.bank.statement.line.transient". This commit adds company_id as field on account.bank.statement.line.transient.