This question has been flagged
2 Replies
5046 Views

Hi guys, I want to build an products importer tool that downloads all xml files from a FTP server and parse it, remap and import into database. But I don't find any module in Odoo 10 importing products. Please point me the way to import 

Avatar
Discard
Author Best Answer

Thank you, but I want to build my own import tool.

I want to know:

- How to parse xml file content

- How to remap data

- How to validate

and how to update, create new product

Avatar
Discard

have you checked the code base itself ? all answers are there. product.create ( vals )

for remapping see product demo xml

to fetch and parse the xml content, I think you can find built in or external tools too.

Best Answer

Hello, 
Try this : https://apps.odoo.com/apps/modules/10.0/bi_generic_import/.

Avatar
Discard