Daily updates from Odoo
Monday, May 4, 2026
1 change · master
Enhancements to existing features
This update enhances the security of Odoo's reporting add-ons by moving the whitelist configuration to the module's `__init__.py` file. This change restricts the use of potentially risky `safe_eval` functions, reducing the risk of unauthorized code execution within these add-ons. It's a proactive step to strengthen the security posture of our core reporting features.
Original PR description
Move the whitelist to the `__init__.py` of the modules. Task-6041164