Import Product Images from Path or URL
by Cozy Business Solutions Pvt Ltd http://www.cozybizs.com
Odoo
$ 43.31
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Sales Management (sale)
• Invoicing (account) • Discuss (mail) |
Technical Name |
import_product_image_odoo |
License | LGPL-3 |
Website | http://www.cozybizs.com |
Versions | 9.0 10.0 |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Sales Management (sale)
• Invoicing (account) • Discuss (mail) |
Technical Name |
import_product_image_odoo |
License | LGPL-3 |
Website | http://www.cozybizs.com |
Versions | 9.0 10.0 |
Import Product Image
This module will help you to import images in products using local image file or from URL. just create an excel file with appropriate path of the image. You can refer Samples folder for sample files as below.
- odoo_product_create.xlsx
- odoo_product_update_by_code.xlsx
- odoo_product_update_by_id.xlsx
- odoo_product_update_by_name.xlsx
You will need the python-openpyxl package.
you can simply install using sudo apt-get install python-openpyxl
How to use
Goto Sales/Import Products Images/Import Odoo Products Images.

You can create new product using this module. In the wizard select model as product and operation as create product, then upload the excel file.

In excel file you can add columns as product name,product code and image path as a url or a local path.


New products are added in database with the images from excel.

You already have products in your database and wants to update the images or load images then select operation as update product.

Update product by ID, the Excel file will look as below.

Update product by Name, the Excel file will look as below.

Update product by Code, the Excel file will look as below.

Please log in to comment on this module