This question has been flagged
3 Replies
10017 Views

Hi,

I created a REST API with my web application and I want to manage this data with Odoo.

So, I want to create my own module on Odoo to read this REST API from my web application with odoo.

Please guide me how to read the REST APIs with 3 parameters (URL, user, Mp) on Odoo.

Thank you

Avatar
Discard
Best Answer

https://apps.odoo.com/apps/modules/12.0/restful/

This module helps you to connect or integrate any third party application with Odoo. It provides a fluent and easy HTTP based API interface instead of the Odoo default RPC.

 the https://www.youtube.com/watch?v=qnexpljgfl 

https://www.surekhatech.com/blog/working-with-odoo-web-services 

You may refer them and modify as per your requirement. 

Thanks, 

Bobby Joseph [  iWesabe  ]

Avatar
Discard
Best Answer

Hello Walid,

Could  you please  let  me  know  if  you  found how to read REST API and get response in ODOO? In my case, I have  a Flask Rest API that I want to integrate to inventory module. 


Avatar
Discard
Author Best Answer

@BOBBY JOSEPH

Sorry but my problem is the opposite, i want to display the result of my API on odoo.

Avatar
Discard