Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
1 Antworten
12650 Ansichten

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

Avatar
Verwerfen
Beste Antwort

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
Avatar
Verwerfen
Autor

Thanks a lot.

Verknüpfte Beiträge Antworten Ansichten Aktivität
1
März 24
1973
1
Apr. 25
2535
2
Okt. 23
3120
1
Apr. 25
1916
0
Feb. 25
1191