Skip to Content
Menu
This question has been flagged
1 Reply
4816 Views

HI All,

Please help us to know, How to integrate an external system have REST API to push the create customer and create product from Odoo(Pushing the data online). This means when the customer is created in ODOO it will be immediately available in external system.

Verion :- Odoo.9.0

Question :- How to integrate an external system have REST API in Create customer and Create Product of ODOO.


Thanks And Regards

Rakesh

Avatar
Discard
Best Answer

Hi Rakesh

Just override the create of the res.partner and product.product models and use python requests from https://pypi.python.org/pypi/requests/

http://docs.python-requests.org/en/master/

To call the external api rest systems with the data.

Avatar
Discard
Related Posts Replies Views Activity
3
Aug 24
847
2
Jun 24
276
2
May 24
3992
2
Mar 24
3963
2
Mar 24
554