Daily updates from Odoo
Monday, March 23, 2026
1 change
Security fixes and vulnerability patches
This update strengthens Odoo's security by implementing checks for field access within SQL queries. Specifically, the system now verifies that fields used in SQL statements are correctly authorized, reducing potential vulnerabilities. This improves overall data protection and aligns with security best practices.
Original PR description
Methods creating SQL have their field access checked. - account_accountant: check field access in group by - documents: `is_folder` should be a field