Hello everyone,
I have set up an API between WooCommerce and Odoo. So far so good; it links the correct product, prices, VAT rates, and such.
The API ensures that a sales order is created immediately (since the order has already been paid, so no quotation is needed).
However, it does not create a delivery for this order. If I create the same order manually, it does. It doesn't check the stock and doesn't fill in anything for the delivery status.
In the API, I see that it sets delivery_count to 0 and delivery_status to 'false'.
Do I need to pass a specific value to the API? Does anyone know a solution to get this right?
Best regards,
Kenneth Maes