Import / Update pricelist items from Excel/CSV
by Aurium Technologies http://www.auriumtechnologies.com
Odoo
$ 9.94
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
Discuss (mail)
|
Lines of code | 186 |
Technical Name |
import_pricelist_items |
License | AGPL-3 |
Website | http://www.auriumtechnologies.com |
Versions | 12.0 13.0 14.0 |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
Discuss (mail)
|
Lines of code | 186 |
Technical Name |
import_pricelist_items |
License | AGPL-3 |
Website | http://www.auriumtechnologies.com |
Versions | 12.0 13.0 14.0 |
Import priclist items from XLSX or CSV files
Make sure you have XLRD python library installed, or simply type : pip install xlrd.
This module helps you to import entries into listprice directly from Excel/CSV files, saving your time.
After install , clique on "Import Prices from File" on priclist from then upload your file.

Data file should have the following columns, ( sample files are also provided in module folder)

- code : Product name or prodcut barcodde
- price: Product price.
- min_quantity: (optional) min quantity for the price to be applicable.
- start date (optional)
- end date (optional)
Please log in to comment on this module
Report comment
Any abuse of this reporting system will be penalizedThere are no ratings yet!
Update old prices
Dear Sir
Is this module updates the old fixed prices or only add new fixed prices?
Re: Update old prices
HI,
By default module adds new prices to existing ones. But it has is an option (checkbox) to select if you want old prices to be erased before import.
Regards