Hi,
There is the following module available on OCA to import orders through xml: https://github.com/OCA/edi/tree/10.0/sale_order_import_ubl
The module is good but has two disadvantages for our case.
1. The module imports only the first order. It is not possible to upload an xml with multiple orders at the same time.
2. The customer must be already created. In our xml files there are completely new customers which are not available in Odoo yet.
Does anyone have possibly a ready solution (also paid one) which would import orders from xml file but also allow multiple order in one file and create new customers automatically.
Thank you