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