Daily updates from Odoo
Thursday, April 23, 2026
1 change · master
Security fixes and vulnerability patches
This update removes redundant sudo access within the AI module, addressing a potential security vulnerability. Previously, unnecessary sudo calls were present, which could have opened the system to unauthorized access. This change improves security and aligns with best practices.
Original PR description
In versions prior to saas-19.3, _get_available_models was called without sudo. Also sudo is used when needed inside the method. So calling the method with sudo isn't necessary and may cause security issues.