Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
7919 Widoki

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?

Awatar
Odrzuć
Najlepsza odpowiedź

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


Awatar
Odrzuć

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

Powiązane posty Odpowiedzi Widoki Czynność
2
cze 25
454
1
sie 23
12904
0
cze 20
61
1
mar 15
6194
4
kwi 24
2227