Hello,
I've a connector that transfers automatically sales order from WooCommerce to Odoo.
I would like to understand which is the best way to import the Product column content into sales order because later I have to run the sales orders into production and I need that sales orders are formatted well without any further re-coding.
For products with variants (each variant has a internal ref) the sales row receive codes like this:
[INTERNAL_REFERENCE] Product name
For products without variants but with internal reference
[INTERNAL_REFERENCE] Product name
Is this the right way ? Any active working experience in this topic ?
Thanks