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

Hi all,

I'm trying to call a web service of another system from ODOO.

For instance, when creating a contact in ODOO, I want ODOO to call an external web service

This system has a REST web services platform.

I tried to use server actions but I didn't manage to call a web service using "response = requests.get("url of web service")" but I've got some import problem with requests..

Any Idea where I can find some examples or documentation to help me ?

Thx

Avatar
Discard
Author Best Answer

Looks like I can't do it directly in a server action.

I think I'll have to write a custom module to do all my custom stuff

Avatar
Discard