Daily updates from Odoo
Monday, July 27, 2026
1 change
Security fixes and vulnerability patches
Employee appraisal feedback request lists are no longer visible to non-manager users, restoring the previous privacy behavior. This protects sensitive information about who was asked to provide feedback while preserving compatibility during the stable version update.
Original PR description
With the following PR (https://github.com/odoo/enterprise/pull/102487) we made it possible for non-manager users to see the list of people to whom a feedback was requested. Here, we want to revert this for privacy reasons. Since we are making the change in a stable version, we can't remove xmlids or fields, so here we just move all the buttons back to the base view, without modifying its name and we keep the manager view, empty. Since we are removing an ir.rule, which has noupdate=1, we need to unlink the record. To do this, we create a local upgrade script that runs following the bump in minor version of the module. Task: https://github.com/odoo/enterprise/commit/61597488f99b6147c0f30887791c14e75457d5d2