This question has been flagged
1 Reply
4218 Views

I have other program and I want to call the web service odoo to create,edit delete record to odoo database.

is it possible? what web service I will be using? there is an available tutorial for this?

Avatar
Discard
Best Answer

Hi,

You can read this odoo documentation, this will give you idea about how to connect, search, create, edit , unlink data in the Odoo database using xmlrpc.

https://www.odoo.com/documentation/10.0/api_integration.html


The doc is easy and clear as if is explained with examples.


Thanks

Avatar
Discard