This question has been flagged

We recently changed from Odoo 8 to Odoo 12. In Odoo 12 we are creating orders automatically by using the external xmlrpc api.

The issue we are facing is when we set the workflow to automatic or we confirm the quotation it gives the sales order the Invoice status "Nothing to Invoice". We need it to be on "To Invoice" for it to create an invoice automatically based on the invoiceable lines.

The sales orders that are confirmed and are on the invoice state "Nothing to Invoice" have all blue coloured sales order lines.

Furthermore, when we add a new random order line by hand to the quotation and then set the quotation to automatic it does generate an invoice.

So what I think is that the settings are correctly set but we need to trigger Odoo with some kind of "onchange" functionality that it will properly register the order lines.

Is there such a trigger that I can use with the external api? Or is there maybe another solution?

Avatar
Discard
Author Best Answer

We needed to change on the order lines the value is_delivery to 0.

In Odoo 8 it was alright to place "FALSE".

Avatar
Discard