altela / odoo-api

XML-RPC API connection script for create, read, write, delete (CRUD) record of Odoo ERP through your own external third-party app or module.
16 stars 3 forks source link

Cannot create RFQ #13

Closed altela closed 2 years ago

altela commented 3 years ago

RFQ cannot be created because order lines are in required state.

altela commented 2 years ago

The problem is not caused by required state, but it's because several fields is not set properly :

product_uom Supposed to use UoM ID instead of UoM name in string. date_planned should be in datetime format.