Skip to Content
Menu

22.72

v 17.0 Third Party 19
Live Preview
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Sales (sale_management)
eCommerce (website_sale)
Discuss (mail)
Invoicing (account)
Website (website)
Lines of code 248
Technical Name bi_export_images_product
LicenseOPL-1
Websitehttps://www.browseinfo.com/demo-request?app=bi_export_images_product&version=17&edition=Community
Versions 14.0 15.0 16.0 17.0 18.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Sales (sale_management)
eCommerce (website_sale)
Discuss (mail)
Invoicing (account)
Website (website)
Lines of code 248
Technical Name bi_export_images_product
LicenseOPL-1
Websitehttps://www.browseinfo.com/demo-request?app=bi_export_images_product&version=17&edition=Community
Versions 14.0 15.0 16.0 17.0 18.0
Snow

Odoo Gold Partner Odoo Best Partner
India   |  Malaysia
"The Epitome Of Odoo App Excellence."
Browseinfo
Best Odoo Gold Partner in India 2024 - Trusted Expertise
Browseinfo

Export Products with Images Odoo App

Export Product Images as Zip File Odoo Apps

Export Product Images in Excel/XLS Odoo Apps

Download Products Images in Zip File Odoo Apps

Export Products with Images odoo app helps users to export your products with detailed information and high-quality images, this app also includes a wide range of product details like the product's price, name, category etc. This app provides a feature to export download product data in excel or in zip file along with product data. When you tried to export, in wizard users can choose whether to download it as an xls file or in a zip file.

Browseinfo

Export Images into Excel File

User can export product images into excel file format.

Export Images into Zip File

User can export product images into zip file.

Export Products Access Rights

User with "Export Product Images" access rights can only export product images.


Export Products with Images

User can select products in tree view and click "Export Products with Images" menu under "Action" menu.


Export Image Option

User can see export product images wizard with "Product Image with Information" and "Only Image into Zip File" option.


Export Product Image with Information

User can select "Product Image with Information" option and click "EXPORT" button.


User can see exported file.


User can see excel file with exported product images in excel file.


Export Only Image into Zip File

User can select "Only Image into Zip File" option to export image.


User can enable "Export extra product images" option.


User can see exported images into zip file.

Version : 17.0.0.0
20 October 2023

Initial release of the app.


Version : 17.0.0.1
02 August 2024

Bug fixed when we upload webp formate image in porduct and export those image at that time traceaback occurs.


Can I Use this module with Odoo Online ?

This Odoo app can not be used with Odoo Online (SaaS).

Do I got free support when I buy an App ?

Yes, 60 Days Free Support Is provided with module in case any bug or issue with module.

Do I have to buy module for each version ?

Yes, Starting version 13.0, Every version of the module is sold separately.

How can I install the module I bought ?

You need to copy paste the module that is inside the zip file to your addons folder. If you are installing the module into an existing database, you need to enable the Technical Features to click on Apps > Update Modules List. Your new module will now appear in the list of modules that you can install.

The module I bought doesn't work, What should I do ?

Please raise your ticket to use on ticket@browseinfo.in We will back to you shortly.

Get Support, For Free!

60 Days Free Support


In case any bugs or issue (Except data recovery)

At Browseinfo we offer end to end solution for Odoo services. Which includes analysis & consultation on the workflows and integration part.

Have Any Question ?

+91-6351620270

Write Email

Sales : sales@browseinfo.in
Support : ticket@browseinfo.in


Need Functional Help? Scan Here!
Create Support Ticket
Snow
Explore comprehensive Odoo solutions with our expert team at Browseinfo. As your trusted Odoo Gold Partner, we provide top-tier services including Odoo customization, development, migration, implementation, training, and ongoing support.


Must-Have Apps



Best of the Best Apps

Odoo Proprietary License v1.0

This software and associated files (the "Software") may only be used (executed,
modified, executed after modifications) if you have purchased a valid license
from the authors, typically via Odoo Apps, or if you have received a written
agreement from the authors of the Software (see the COPYRIGHT file).

You may develop Odoo modules that use the Software as a library (typically
by depending on it, importing it and using its resources), but without copying
any source code or material from the Software. You may distribute those
modules under the license of your choice, provided that this license is
compatible with the terms of the Odoo Proprietary License (For example:
LGPL, MIT, or proprietary licenses similar to this one).

It is forbidden to publish, distribute, sublicense, or sell copies of the Software
or modified copies of the Software.

The above copyright notice and this permission notice must be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author or have a question related to your purchase, please use the support page.
There are no ratings yet!
when make select for all products
by
eng.mosaab@gmail.com
on 7/22/24, 1:15 PM Confirmed Purchase

RPC_ERROR

Odoo Server Error

Traceback (most recent call last):

  File "/home/odoo/src/odoo/odoo/http.py", line 1764, in _serve_db

    return service_model.retrying(self._serve_ir_http, self.env)

  File "/home/odoo/src/odoo/odoo/service/model.py", line 133, in retrying

    result = func()

  File "/home/odoo/src/odoo/odoo/http.py", line 1791, in _serve_ir_http

    response = self.dispatcher.dispatch(rule.endpoint, args)

  File "/home/odoo/src/odoo/odoo/http.py", line 1995, in dispatch

    result = self.request.registry['ir.http']._dispatch(endpoint)

  File "/home/odoo/src/odoo/addons/website/models/ir_http.py", line 235, in _dispatch

    response = super()._dispatch(endpoint)

  File "/home/odoo/src/odoo/odoo/addons/base/models/ir_http.py", line 222, in _dispatch

    result = endpoint(**request.params)

  File "/home/odoo/src/odoo/odoo/http.py", line 741, in route_wrapper

    result = endpoint(self, *args, **params_ok)

  File "/home/odoo/src/odoo/addons/web/controllers/dataset.py", line 28, in call_button

    action = self._call_kw(model, method, args, kwargs)

  File "/home/odoo/src/odoo/addons/web/controllers/dataset.py", line 20, in _call_kw

    return call_kw(request.env[model], method, args, kwargs)

  File "/home/odoo/src/odoo/odoo/api.py", line 468, in call_kw

    result = _call_kw_multi(method, model, args, kwargs)

  File "/home/odoo/src/odoo/odoo/api.py", line 453, in _call_kw_multi

    result = method(recs, *args, **kwargs)

  File "/home/odoo/src/user/bi_export_images_product/wizard/export_products_images_wizard.py", line 79, in action_export

    image_data = self.resize_image_data(prod_img, bound_width_height)

  File "/home/odoo/src/user/bi_export_images_product/wizard/export_products_images_wizard.py", line 28, in resize_image_data

    im = Image.open(file_path)

  File "/usr/lib/python3/dist-packages/PIL/Image.py", line 3008, in open

    raise UnidentifiedImageError(

PIL.UnidentifiedImageError: cannot identify image file


The above server error caused the following client error:

RPC_ERROR: Odoo Server Error

    RPC_ERROR

        at makeErrorFromResponse (https://karco2023-karcoaccount2-test22072024-14340846.dev.odoo.com/web/assets/0b94991/web.assets_web.min.js:2884:163)

        at XMLHttpRequest. (https://karco2023-karcoaccount2-test22072024-14340846.dev.odoo.com/web/assets/0b94991/web.assets_web.min.js:2888:13)

Re: when make select for all products
by
BrowseInfo
on 7/23/24, 2:23 AM Author

Hello Sir,

Please raise a ticket at the given below link sir.

Raise Support Request at Browseinfo to Solve the Issue 

Our team will check and guide you further.

Regards