Hello,
I manage to create customers and invoices and link them through the API. But I have a problem when trying to import invoices from the ODOO interface.
The error is that the external id corresponding to the partner_id / id I provide does not match any records.
What should I do so that the clients created through the API are found in this list? and is it possible to configure this id when creating the client via the API?
Thank you
If the partner is already registered, then fetch the related partner and assign in invoice. Both creation and fetching partners are possible with ODOO web services/API