hi
is it possible to do a bulk upload with eg CSV file to enter the barcodes of a lot of products (and variants) ?
is it in general possible to upload in bulk products with all details already?
thanks
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
hi
is it possible to do a bulk upload with eg CSV file to enter the barcodes of a lot of products (and variants) ?
is it in general possible to upload in bulk products with all details already?
thanks
Hi,
It is probably quicker to write a Python script that iterates through the product list and adds all the product information to the product if you already have the products in some sort of structured, machine-readable format. models for the product.product template. You would not have to spend time manually entering each item into the CSV file.
Please refer to the following link for example:-
https://erpmoldeo.wordpress.com/2011/05/10/importing-products-with-web-services-in-openerp/
OR
create a single product on your own and export it with all fields, which are important to your company. After that, you can populate this csv/xls file with real data and you are set to import it.
but it takes about 0.43 seconds to import a single record.
Regards
Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!
Aanmelden
Under Products click Favorites and then Import. Import function is a bit hidden and took a while for me to find as well.