Import products during import orders
The magento2 odoo connector allows unshipped,shipped and specific order and also allow to import virtual, downloadable and grouped product order.
Virtual product order: Search product in Odoo first, then check that product within layer; if not found, create product within layer and add that product to sale order; if product is not found in Odoo, then place a log.
You can see virtual product at Magento > Products > Products.

Downloadable product order: Search product in Odoo first, then check that product within layer; if not found, create product within layer and add that product to sale order; if product is not found in Odoo, then place a log.
You can see downloadable products at Magento > Products > Products.

Grouped product order: if you are importing the grouped product order then doesn’t it matter your Automatically Create Odoo Product If Not Found? is true or false but you need to create child products of the main grouped product in odoo and create a grouped product’s order in magento and import that order.
