Skip to Content
Menu
This question has been flagged
1 Reply
3508 Views

I want to update my current products in Oddo by uploading a database from excel sheets or similar. In Odoo I already have the category ID and SKU and HCPC for each product. I would like to upload an excel file with SKU or ID and then Odoo or adds HCPC to Odoo based on that excel file.


Avatar
Discard
Best Answer

Hi,

Export the products as an excel or csv from odoo, just only export the product name and once you import you will be getting external id of the products in the sheet, copy paste the data that you need to import to this exported sheet and import the updated sheet to the database. Then based on the external id, odoo will update the existing records in the db.


Thanks

Avatar
Discard

I have 100 000 products in my Odoo database. I want to update product data for all these products by using default code or barcode as key. Exporting this amount of products to Excel and manually editing each row and then importing the file back is not a viable option in this case.

I have an excel sheet with two columns: barcode and standard price. I just want to update this standard price to all products by using barcode as key.

Is there a proper method to do this or should I find a helper module from app store?

Thank you very much for this great information. Keep moving