跳至内容
菜单
此问题已终结
2 回复
6487 查看

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!

形象
丢弃
最佳答案

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.

形象
丢弃
相关帖文 回复 查看 活动
2
12月 24
5940
2
6月 24
11219
0
9月 24
1142
1
6月 24
2542
0
3月 24
1290