Daily updates from Odoo
Friday, June 5, 2026
1 change
Features or functions removed from Odoo
This pull request removes redundant sudo permissions that were incorrectly added when calling the image generation tool. The change corrects a prior mistake and simplifies the system's security posture. This ensures the application functions as intended without unnecessary elevated privileges.
Original PR description
The sudo used for calling the image generation tool isn't needed and shouldn't have been added here 99f76c1 in the first place. So, it is removed. Forward-Port-Of: odoo/enterprise#119220