Hello Odoo Community,
I am working on automating the sales order creation process in Odoo using Python. I have successfully connected to Odoo using XML-RPC and can create sales orders for products without variants. However, I am struggling to figure out how to include product variants in the sales orders.
- Is it possible to create sales orders with product variants using Odoo's external API?
- If yes, what are the necessary fields and methods to achieve this?
- I recently came across the Odoo Client Library. Does this library simplify the process of working with product variants? If so, how can I get started with it?
Any guidance or examples would be greatly appreciated.
Thank you!