PipedreamHQ / pipedream

Connect APIs, remarkably fast. Free for developers.
https://pipedream.com
Other
8.82k stars 5.27k forks source link

[APP] Odoo ERP Self Hosted #6542

Open sergio-eliot-rodriguez opened 1 year ago

sergio-eliot-rodriguez commented 1 year ago

Name of app / service Odoo ERP Self Hosted To download: https://www.odoo.com/page/download For Odoo.sho: https://odoo.sh/

The standard plan is hosted on Odoo Online, our cloud infrastructure to host databases without custom modules. With the custom plan, you can host on Odoo Online at no extra cost, or one of these two options:

Download Odoo Enterprise and host it yourself Host on Odoo.sh, the continuous integration platform to host your development, staging and production branches, allowing you to develop or use custom modules.

Link to developer documentation External API: https://www.odoo.com/documentation/15.0/developer/api/extract_api.html Extract API: https://www.odoo.com/documentation/15.0/developer/api/extract_api.html

Odoo.sh offers paid plans Self holted requires installing on premises. Request payload is complex for the submit an app form.

telenieko commented 2 months ago

Current Odoo version is 17, updated documentation links:

https://www.odoo.com/documentation/17.0/developer/reference/external_api.html External API, which is an XML-RPC interface to your Odoo database.

https://www.odoo.com/documentation/17.0/developer/reference/extract_api.html Extract API, this is completely different of the above. It is a separate, paid, service for document processing / data extraction (invoices, etc).