Hey everyone,
Today I've tried Odoo for the first time and it seems promising.
However, as a developer, I'm interested in how can I integrate Odoo with other applications. So far I haven't found any proper documentation about how to perform CRUD operations via HTTP requests to my Odoo instance.
I want to be able to do stuff like GET all invoices, or POST new product etc. I'm not interested in creating any apps/modules or any web controllers, I just want to get data and post data to my Odoo server via HTTP requests.
Thanks in advance!
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
Here's a link to the documentation
www.odoo.com/documentation/15.0/developer/misc/api/external_api.html
Also\\\ a\\\ small\\\ helper\\\ library in\\\ python\\\ for\\\ the\\\ hhtp\\\ calls
github.com/odoo/odoo-client-lib
Sorry that the links aren't clickable, odoo's text widget is really terrible with hyperlink apparently!
Hi Mark:
Odoo's external api documentation provides the information you are looking for.
https://www.odoo.com/documentation/15.0/developer/misc/api/odoo.html
FYI - Odoo does not have a REST based API out of the box, if that's what you are looking for.
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
2
Jun 24
|
7249 | ||
|
0
Sep 24
|
95 | ||
|
1
Jun 24
|
510 | ||
|
0
Mar 24
|
381 | ||
|
2
Mar 23
|
1258 |