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

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
3298
1
3月 24
2241
2
10月 23
3428
1
4月 25
2213
0
2月 25
1294