Hi,
In Odoo 18, when you change your profile picture from Preferences › Edit Profile, the photo is stored on your user record (res.users). If it doesn’t update on the interface, usually it’s due to:
-
Browser cache → try hard refresh (Ctrl+Shift+R) or test in incognito mode.
-
Image size/format → Odoo expects a square image (PNG or JPG). Very large files sometimes don’t save correctly.
-
Website/Portal view → if you want the picture to show on the website (public profile, eLearning, forums), the image must also be set on the linked Contact (res.partner) of the user. Open the related contact and upload the same photo there.
So: update both the User and the Contact record with the picture, clear cache, and it should display properly.
Hope this helps.