I need to send data from Odoo to Microsoft Dynamics for a particular customer's sale order while saving it. For that purpose, I need to add a function inside the create button.
From the client-side, they have provided the link, content-type: JSON, authentication(a key), and body.
How to send the data in the save button by using the given body and the above details.
I'm using Odoo v10. I request everyone to help me to sort it out. If anybody can provide an example, it will be grateful.