Skip to Content
Menu
This question has been flagged
2 Replies
9545 Views

Hi, I am trying to export (product) data from Enterprise v15 to Enterprise v16. Does anyone know how to export/import the product images?

Avatar
Discard
Best Answer

Hi 

Please refer to the following documentation for export/import data https://www.odoo.com/documentation/16.0/applications/general/export_import_data.html

To export/import product images you can use CSV format.

Try the following 

To export, the needed data of products use the Action > Export button. Export the image in CSV format from odoo 15 database.and using In odoo 16 use the Favorites filter > Import Records > Import 





Hope this Helps.

Regards

Avatar
Discard
Author

I just did that and got this error when trying to import:-
'Found invalid image data, images should be imported as either URLs or base64-encoded data.'

Did you tried with this Image field by enabling this boolean ?

Author

Yes, i had missed the boolean checkbox. All is now good. Thanks all for your help.

The CSV file exported cannot show images of products. It just shows a series of texts. How to export an image viewable excel file or export products' images only as jpg files?

Where can I enable this boolean its this on export or on import my scenario its export images from odoo 13 import to odoo17

Best Answer

A hack for importing would be to upload your images to a cloud storage like dropbox, onedrive or google drive and generate url links for the images and then import. Your next problem would be linking the urls to their respective product ids in the system. If you are familiar with programming, you can use the platform's apis to get the name of the image along with their respective links. If not, I dont know. hopefully the arrangement sequence in the folder is maintained when the links are copied. There is probably a much easier way than this anyway..

Avatar
Discard
Related Posts Replies Views Activity
1
Jul 22
2419
2
Dec 24
3095
2
Nov 24
722
1
Nov 24
775
1
Oct 24
1181