Daily updates from Odoo
Tuesday, June 16, 2026
1 change · master
Features or functions removed from Odoo
This change removes a recent update that allowed non-manager users to see a list of individuals receiving feedback requests. This reversion addresses privacy concerns and restores the original system where only managers could view this information. The change involves reverting a security rule and updating related views.
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 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: 6159748