Daily updates from Odoo
Thursday, May 7, 2020
1 change
Resolved issues and error corrections
Default demonstration user access settings are now protected from being reapplied during module upgrades. This helps deployed databases keep their customized access choices instead of unexpectedly restoring broad admin rights on upgraded apps.
Original PR description
For demonstration purposes, the default user of a new database has admin rights on every app. Because deployed databases are expected to have modified those default groups, this commit ensures that the default value isn't brought back after module upgrades. Enterprise Counterpart of https://github.com/odoo/odoo/pull/49334 [Task Id - 2213520](https://www.odoo.com/web?#id=2213520&action=333&active_id=2818&model=project.task&view_type=form&cids=1&menu_id=4720)