콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
8184 화면

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
798
1
8월 23
13250
0
6월 20
61
1
3월 15
6366
4
4월 24
2438