跳至內容
選單
此問題已被標幟
1 回覆
8247 瀏覽次數

I need to connect to the Odoo database through my Python script in order to add and receive data from the database, update and delete it. What's the best way to do this? Of the options I have: Odoo ORM, psycopg2, xmlrpc. Which option would be the best?

頭像
捨棄
最佳答案

Hi 

You can use Odoo xmlrpc, which is one of the best methods for fetching and receiving data.

Please check the following references to connect Odoo database from Python using xmlrpc

https://www.odoo.com/documentation/16.0/developer/reference/external_api.html

https://youtu.be/HHDkFFs3CX8


Hope this helps

Regards


頭像
捨棄

Hi , Can we access data from multiple tables that have relations between them ?
Regards,
Farooq

相關帖文 回覆 瀏覽次數 活動
3
7月 25
848
1
8月 23
13301
0
6月 20
61
1
3月 15
6381
4
4月 24
2471