I put an image I chose on the French version of my website, but when I change the language of my website (from French to English), the main image changes automatically and displays a default image. However, when I try to edit the page, the correct image reappears in the editor. Do you know how to fix this problem?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 会計
- 在庫
- PoS
- プロジェクト
- MRP
この質問にフラグが付けられました
Hi,
If your website image isn’t displaying correctly in Odoo, try these quick fixes:
Check upload/source: Make sure the image file is properly uploaded or that the URL is valid.
Clear cache/assets: In Developer Mode, click the bug icon → “Regenerate Assets” to refresh cached content.
Inspect element: Right-click the blank image → “Inspect” and confirm the src path exists (no 404).
Theme conflict: Switch to the default theme to see if a custom theme or CSS caused it.
Re-upload/resize image: Sometimes oversized files or corrupted uploads cause this.
If you’re self-hosting, also confirm the filestore permissions are correct.
Hope it helps