I currently have an external API using xml-rpc which is retrieving details from a customer invoice and outputting the details in a JSON file. I want to automate this process within odoo such that whenever an invoice is paid, the API is triggered and download the JSON file of that invoice. Do I have to turn my external API into a custom module and is it possible for the automation? Or is there an application that will help me achieve this?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客戶關係
- e-Commerce
- 會計
- 庫存
- PoS
- Project
- MRP
此問題已被標幟
1
回覆
1074
瀏覽次數
Hi,
Please Refer to the following Question and answer similar to your requirement.
https://www.odoo.com/sk_SK/forum/pomoc-1/how-can-i-make-a-http-request-to-external-api-in-automated-actions-180956
Hope it helps