Passa al contenuto
Odoo Menu
  • Accedi
  • Provalo gratis
  • App
    Finanze
    • Contabilità
    • Fatturazione
    • Note spese
    • Fogli di calcolo (BI)
    • Documenti
    • Firma
    Vendite
    • CRM
    • Vendite
    • Punto vendita Negozio
    • Punto vendita Ristorante
    • Abbonamenti
    • Noleggi
    Siti web
    • Configuratore sito web
    • E-commerce
    • Blog
    • Forum
    • Live chat
    • E-learning
    Supply chain
    • Magazzino
    • Produzione
    • PLM
    • Acquisti
    • Manutenzione
    • Qualità
    Risorse umane
    • Dipendenti
    • Assunzioni
    • Ferie
    • Valutazioni
    • Referral dipendenti
    • Parco veicoli
    Marketing
    • Social marketing
    • E-mail marketing
    • SMS marketing
    • Eventi
    • Marketing automation
    • Sondaggi
    Servizi
    • Progetti
    • Fogli ore
    • Assistenza sul campo
    • Helpdesk
    • Pianificazione
    • Appuntamenti
    Produttività
    • Comunicazioni
    • Approvazioni
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    App di terze parti Odoo Studio Piattaforma cloud Odoo
  • Settori
    Retail
    • Libreria
    • Negozio di abbigliamento
    • Negozio di arredamento
    • Alimentari
    • Ferramenta
    • Negozio di giocattoli
    Cibo e ospitalità
    • Bar e pub
    • Ristorante
    • Fast food
    • Pensione
    • Grossista di bevande
    • Hotel
    Agenzia immobiliare
    • Agenzia immobiliare
    • Studio di architettura
    • Edilizia
    • Gestione immobiliare
    • Impresa di giardinaggio
    • Associazione di proprietari immobiliari
    Consulenza
    • Società di contabilità
    • Partner Odoo
    • Agenzia di marketing
    • Studio legale
    • Selezione del personale
    • Audit e certificazione
    Produzione
    • Tessile
    • Metallo
    • Arredamenti
    • Alimentare
    • Birrificio
    • Ditta di regalistica aziendale
    Benessere e sport
    • Club sportivo
    • Negozio di ottica
    • Centro fitness
    • Centro benessere
    • Farmacia
    • Parrucchiere
    Commercio
    • Tuttofare
    • Hardware e assistenza IT
    • Ditta di installazione di pannelli solari
    • Calzolaio
    • Servizi di pulizia
    • Servizi di climatizzazione
    Altro
    • Organizzazione non profit
    • Ente per la tutela ambientale
    • Agenzia di cartellonistica pubblicitaria
    • Studio fotografico
    • Punto noleggio di biciclette
    • Rivenditore di software
    Carica tutti i settori
  • Community
    Apprendimento
    • Tutorial
    • Documentazione
    • Certificazioni 
    • Formazione
    • Blog
    • Podcast
    Potenzia la tua formazione
    • Programma educativo
    • Scale Up! Business Game
    • Visita Odoo
    Ottieni il software
    • Scarica
    • Versioni a confronto
    • Note di versione
    Collabora
    • Github
    • Forum
    • Eventi
    • Traduzioni
    • Diventa nostro partner
    • Servizi per partner
    • Registra la tua società di contabilità
    Ottieni servizi
    • Trova un partner
    • Trova un contabile
    • Incontra un esperto
    • Servizi di implementazione
    • Testimonianze dei clienti
    • Supporto
    • Aggiornamenti
    GitHub Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Richiedi una demo
  • Prezzi
  • Aiuto

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Contabilità
  • Magazzino
  • PoS
  • Progetti
  • MRP
All apps
È necessario essere registrati per interagire con la community.
Tutti gli articoli Persone Badge
Etichette (Mostra tutto)
odoo accounting v14 pos v15
Sul forum
È necessario essere registrati per interagire con la community.
Tutti gli articoli Persone Badge
Etichette (Mostra tutto)
odoo accounting v14 pos v15
Sul forum
Assistenza

Website-Some image options missing after replaced

Iscriviti

Ricevi una notifica quando c'è un'attività per questo post

La domanda è stata contrassegnata
website_buildersnippetsimageResizeSEO
1 Rispondi
2652 Visualizzazioni
Avatar
Jozef Slivka

Hi community, I am confused with the odoo image gallery behaviour, I noticed some options are sometimes present, until I replace the default image to custom image....then suddenly some options are not available anymore. And some of them I need.
For example : MASONRY, see screenshots.
And another strange thing : Image width (available only for odoo default image) : sometimes I see Original + 3 smaller images, but sometimes I see Original + 3 smaller images, one of them marked as "Prefered", once I select it, I dont see the previous options anymore.
The whole behaviour is very inconsistent and uncontrolled to me.

I started to dig deeper and find this  once I noticed the website I created uses very large images(1920px width), which scales in the code to much much smaller sizes (I use about 400-500px size normally), which is absolutely NOT SEO friendly, and my results in SEO are poor.
I noticed similar behaviour in other image snippets too, so maybe if anybody can bring light into this to understand why this is and when to expect it and when not (hopefully this is not a bug) ....using v16, CE, on premise.
Images : https://photos.app.goo.gl/yuAXTBG5Qws5aQ9B9

0
Avatar
Abbandona
William Meshchery

I am having the same issue in Odoo 18 enterprise. Once I replace the image, I lose the quality slider. 

Christoph Farnleitner

I would assume the fields re-appear after saving and re-entering the Edit view? Sounds like this should be reported as a bug to https://odoo.com/help

Avatar
Ritik (Wan Buffer Services)
Risposta migliore
Why Image Options Disappear
  1. Different image types carry different options
    • Odoo's built-in default images (from image_library) include metadata (like mime type) that enables extra options (Masonry, width controls, etc.).
    • Once you replace an image with a custom one, that metadata (and associated filters or options) often isn't applied to your new image, so those options disappear. 
  2. Large image sizes also matter
    • Using very large images (like 1920px wide) means Odoo scales them down aggressively—often stripping out attributes needed for certain display options. That affects editing features and can hurt SEO.
How to Fix It
  • Use properly pre-processed images
    Upload images that already match your target size (e.g., 400–500px width). This helps Odoo preserve options like Masonry and width controls.
  • Regenerate the snippet’s metadata
    If you’re comfortable with developer mode, clear and rebuild the image metadata or use the “regenerate assets” feature (in debug mode via the bug icon) to refresh filters.
  • Apply community patches if needed
    Check for recent updates: in v17+, default image attachments were moved into an “updatable” file—this restores compatibility after upgrades.

-1
Avatar
Abbandona
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!

Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!

Registrati
Post correlati Risposte Visualizzazioni Attività
How to Add rel="nofollow" to External Links in Odoo?
website_builder Website SEO
Avatar
0
apr 25
1984
Unable to drop Alternative Products Snippet from product page
product website_builder snippets
Avatar
0
nov 23
1822
Error when editing snippets
website_builder snippets Edit
Avatar
0
feb 22
2882
Products attributes and ecommerce website dynamic snippet problem ODOO 14
ecommerce website_builder snippets
Avatar
1
ago 21
3712
Problem Saving snippets
website_builder themes snippets
Avatar
0
dic 16
4993
Community
  • Tutorial
  • Documentazione
  • Forum
Open source
  • Scarica
  • Github
  • Runbot
  • Traduzioni
Servizi
  • Hosting Odoo.sh
  • Supporto
  • Aggiornamenti
  • Sviluppi personalizzati
  • Formazione
  • Trova un contabile
  • Trova un partner
  • Diventa nostro partner
Chi siamo
  • La nostra azienda
  • Branding
  • Contattaci
  • Lavora con noi
  • Eventi
  • Podcast
  • Blog
  • Clienti
  • Note legali • Privacy
  • Sicurezza
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo è un gestionale di applicazioni aziendali open source pensato per coprire tutte le esigenze della tua azienda: CRM, Vendite, E-commerce, Magazzino, Produzione, Fatturazione elettronica, Project Management e molto altro.

Il punto di forza di Odoo è quello di offrire un ecosistema unico di app facili da usare, intuitive e completamente integrate tra loro.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now