Skip to Content
Menu
This question has been flagged
4 Replies
3295 Views

I wanted to post data from my odoo to API belonging to other company. I have to send data in JSON format.

I have searched everywhere, from outside we can easily access Odoo API using either XMLRPC or JSONRPC but there is no any method to post data from odoo to outside API. 

Does anyone know how to send data? Help me with some sample code. I also wanted to know how odoo handle web services. 

I have tried to post data using requests module I don't know whether it works or not.


Avatar
Discard

You may refer any payment gateway integration in Odoo.

Author

Where can I find it any Idea, and how can it be helpful? Does this integration post data to outside API?

Author

Do you have any sample code from where I can connect to API and post data using Odoo? How can I achieve it from Odoo?

Best Answer

Hi

For posting into an outside application, you need the API guidelines of that application.

It is not related to Odoo. If they providing API, you can make a request for the post either from python or js in the Odoo.


Thanks

Avatar
Discard
Related Posts Replies Views Activity
6
Dec 24
29777
1
Sep 23
837
2
Nov 22
4365
1
Jun 22
6771
1
Sep 21
2044