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

Hello,

How can we connect our server to an other database odoo.sh using RPC web service.

And what is the default xml_rpc port on odoo.sh project.


Regrads

아바타
취소
베스트 답변

See https://www.odoo.sh/faq

Each Odoo build comes with an XML-RPC interface. It allows you to interact from an external application. You can find here the documentation for the Odoo API.

In order to connect to your database, you will need:

  1. the database URL (eg: mydatabase.dev.odoo.com)
  2. the port number is 443
  3. the database name can be found in the shell by typing psql and checking the prompt invite name (the part before the =>)
  4. the login and password for the desired user
아바타
취소
작성자

Thanks a lot.

관련 게시물 답글 화면 활동
2
8월 25
3260
1
3월 24
2233
2
10월 23
3420
1
4월 25
2182
0
2월 25
1283