Situatie: u gaat naar de webshop en heeft honderden productfoto's die nog gekoppeld moeten worden.
Oplossing: exporteer uw productlijst naar CSV met kolom image_1920. Vul de kolom met de URL van elke afbeelding of met de base64-encoded inhoud. Importeer terug — Odoo haalt de URL's op en slaat de afbeeldingen op. Alternatief: gebruik een Python-script via XML-RPC dat per default_code (SKU) een lokaal bestand upload.
Tip: zorg dat bronbestanden max 1920px breed zijn en <2 MB — grotere beelden vertragen uw webshop en leveren geen zichtbaar kwaliteitsvoordeel op. Gebruik tooling als TinyPNG voor batch-compressie vóór import.
Situation: you are launching the online store and have hundreds of product photos that still need to be linked.
Solution: export your product list to CSV with a column image_1920. Fill the column with the URL of each image or with the base64-encoded content. Import it back — Odoo fetches the URLs and stores the images. Alternative: use a Python script via XML-RPC that uploads a local file per default_code (SKU).
Tip: make sure source files are max 1920px wide and <2 MB — larger images slow down your online store and offer no visible quality benefit. Use tooling such as TinyPNG for batch compression before import.