Daily updates from Odoo
Friday, June 5, 2026
2 changes · saas-19.3
Enhancements to existing features
This update adjusts the Obox application's position within the main menu. The app is now listed after 'Apps' and before 'Settings,' improving discoverability for users. This change streamlines the user experience by placing a key application in a more intuitive location.
Original PR description
This commit changes the Obox menu sequence so that the app appears at the end of the apps list by default (just before Apps and Settings). task-6275407 Forward-Port-Of: odoo/enterprise#119337
This update allows for easier customization of Unsplash image access within our SaaS environment. Previously, a key limitation prevented modules from overriding the Unsplash access key, now patchable methods have been added for retrieval. This change ensures greater flexibility and control over image sourcing for SaaS users.
Original PR description
__Before commit__ The Unsplash querying logic was moved out of the controller in odoo/odoo@e5151524. The Unsplash access key was now retrieved directly using the ICP instead of using the dedicated method of the controller. This made it impossible for a module to override the access key used by `_fetch_unsplash_images`, which is required on SaaS. __After commit__ Add some patchable methods to retrieve the Unsplash access key and app ID.