Import Product and update Product from Excel Odoo

by
Odoo

7.54

v 14.0 Third Party 60
Live Preview
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Inventory (stock)
Purchase (purchase)
Sales (sale_management)
Discuss (mail)
Invoicing (account)
Lines of code 256
Technical Name bi_import_product
LicenseSee License tab
Websitehttps://www.browseinfo.com
Versions 14.0 17.0 12.0 16.0 13.0 15.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Inventory (stock)
Purchase (purchase)
Sales (sale_management)
Discuss (mail)
Invoicing (account)
Lines of code 256
Technical Name bi_import_product
LicenseSee License tab
Websitehttps://www.browseinfo.com
Versions 14.0 17.0 12.0 16.0 13.0 15.0

Import and Update Products from Excel Odoo Apps

Import and Update Products odoo apps support for both version community as well as enterprise. This odoo apps helps to import and update product from Excel file.

Multi Language Translation Available

We have added Translation using google translate for English (US), Arabic, French / Français, Spanish / Español and Dutch / Nederlands, if you want to change translation terms or add new translation provide us translation, we will add that without any cost.

English Arabic French Spanish Dutch

Features

Import and Update Product

User are allowed to import product or update product.

Errors or Warnings

User can see errors if he/she tries to import empty category or wrong data file.

Import/Update Product Template

Data File Sample.

Given below is the sample of import file to upload product,It is mandatory to use given format to create XLS file.

If you are using only numeric value for Internal ref or Barcode field then please make sure the cell type/format is Text/Character

Name
- Name of the product.
INTERNAL REFERENCE
- Internal reference of the product.
CATEGORY
- Category of the product.
TYPE
- Type of the Product.
BARCODE
- Barcode of the product.
UOM
- Unit of Measure of the product.
PURCHASE UOM
- Purchase uom of the product.
SALE PRICE
- Sale price of the product.
COST PRICE
- Cost price of the product.
WEIGHT
- Weight of the product.
VOLUME
- Volume of the product.

Import Product Template Menu

Import Product Template Wizard

In this wizard you have to upload properly formated XLS file which you want to import for upload new product or update data of existing product.

User can download sample file to import product template by clicking "EXCEL FILE" button on wizard.

Created Product Template View

Figure shows the products created from given data file.

You can update product by search product by their "Name" or "Internal Reference(Code)" or "Barcode"

If you added value on column that field will be updated rest other you can put blank and we have to keep format of the file same as current.

User can download sample file to update product template by clicking "EXCEL FILE" button on wizard.

Product After Updated Data is Displayed.

Additional Features

It will generate error if you don't fill category field in product,which is shown in figure.

Installation Guide

Before installing this module you have to install following packages in your system.

1.sudo pip install xlrd

2.sudo pip install xlwt

OR

1.sudo apt-get install python-xlrd

2.sudo apt-get install python-xlwt

Apps May You Like

Most Demanded Apps

Free Support

You will get 90 Days free support incase 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. Please note that You're not allowed to distribute this module after purchase! Incase of any question regarding this module feel free to email us on ticket@browseinfo.in or raise a ticket on support.

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.
The update feature works very well
by
sebastian.boureanu@envisio.ro
on 4/18/21, 3:09 AM

Simple and very effective module. I have tested the update product feature and it works very well and as described. I used it to update the product cost in order to be able to record initial inventories with value (about 600 products).

Re: The update feature works very well
by
BrowseInfo
on 4/18/21, 2:08 PM Author

Thank you for your complement sir !!


Volume / QTY
by
Muhammad Zubair Riaz
on 1/3/23, 1:17 AM

HI. I saw that video of your module on YouTube. smartphone volume was 22, and that is storable product. while when you imported that .xls file. so volume of smartphone was listed 22, while when you imported, still quantity on hand was still 0. 

Hope you guys will re-check. I am sure, you must have fix that if that was an issue. Thanks.

Re: Volume / QTY
by
BrowseInfo
on 1/3/23, 3:12 AM Author

Hello Sir,

As per app flow sir we are importing the product only not the stock of the product we have separate app for importing the stock of the product. 

 https://apps.odoo.com/apps/modules/16.0/import_inventory/

Regards  


Failing to import products getting below error
by
francis hwenha
on 9/17/22, 10:07 AM Confirmed Purchase

Error:
Odoo Server Error

Traceback (most recent call last):
File "/odoo8/odoo8-server/odoo/addons/base/models/ir_http.py", line 237, in _dispatch
result = request.dispatch()
File "/odoo8/odoo8-server/odoo/http.py", line 683, in dispatch
result = self._call_function(**self.params)
File "/odoo8/odoo8-server/odoo/http.py", line 359, in _call_function
return checked_call(self.db, *args, **kwargs)
File "/odoo8/odoo8-server/odoo/service/model.py", line 94, in wrapper
return f(dbname, *args, **kwargs)
File "/odoo8/odoo8-server/odoo/http.py", line 347, in checked_call
result = self.endpoint(*a, **kw)
File "/odoo8/odoo8-server/odoo/http.py", line 912, in __call__
return self.method(*args, **kw)
File "/odoo8/odoo8-server/odoo/http.py", line 531, in response_wrap
response = f(*args, **kw)
File "/odoo8/odoo8-server/addons/web/controllers/main.py", line 1398, in call_button
action = self._call_kw(model, method, args, kwargs)
File "/odoo8/odoo8-server/addons/web/controllers/main.py", line 1386, in _call_kw
return call_kw(request.env[model], method, args, kwargs)
File "/odoo8/odoo8-server/odoo/api.py", line 399, in call_kw
result = _call_kw_multi(method, model, args, kwargs)
File "/odoo8/odoo8-server/odoo/api.py", line 386, in _call_kw_multi
result = method(recs, *args, **kwargs)
File "/odoo8/odoo8-server/addons/bi_import_product/models/product.py", line 127, in import_product
'weight': line[9],
Exception

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "/odoo8/odoo8-server/odoo/http.py", line 639, in _handle_exception
return super(JsonRequest, self)._handle_exception(exception)
File "/odoo8/odoo8-server/odoo/http.py", line 315, in _handle_exception
raise exception.with_traceback(None) from new_cause
IndexError: list index out of range