Ir al contenido
Menú
Se marcó esta pregunta
2 Respuestas
438 Vistas

Hi everyone,


I want to add dozens of product images by import. I tried it by importing completely new products and updating existing products (exporting them first and importing images second).

But I always get the same error messages:

"URL could not be accessed: https://cdn.shopify.com/s/files/1/0680/3495/3484/files/Frame98.png?v=1707303217 [image_1920: L1]: argument 2: TypeError: wrong type"


Do you know whats wrong here?


Kind regards and many thanks!

Avatar
Descartar
Mejor respuesta

Hii,

image filed the odoo-field is not valid Bild 

Please Set Image(Binary Filed)

The  Image  field is used to upload an image and display it in Form VIew. This field type is a https://www.odoo.com/documentation/18.0/applications/studio/fields.html


i hope it is use full         

Avatar
Descartar
Mejor respuesta

Hi,


Odoo couldn't convert your image URL (from Shopify/CDN) into a valid binary image. You're likely importing the URL directly into the image_1920 field, but Odoo expects a Base64-encoded image string, not a remote URL.


Please take a look at the following.



Apps


- https://apps.odoo.com/apps/modules/17.0/import_images_from_zip_file


-https://apps.odoo.com/apps/modules/16.0/product_import


Blog


-https://www.cybrosys.com/blog/overview-of-odoo-16-product-image-from-url-app


Video


- https://www.youtube.com/watch?v=W3ECMHAotgI


Solved Forum


-https://www.odoo.com/sl_SI/forum/pomoc-1/how-to-bulk-import-product-main-images-and-extra-images-227403


- https://www.odoo.com/sl_SI/forum/pomoc-1/how-to-import-images-from-the-import-wizard-263848


Hope it helps



Avatar
Descartar