Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
7917 Переглядів

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

Related Posts Відповіді Переглядів Дія
2
черв. 25
449
1
серп. 23
12903
0
черв. 20
61
1
бер. 15
6192
4
квіт. 24
2225