Skip to Content
Menú
This question has been flagged
1 Respondre
12788 Vistes

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
Descartar
Best Answer

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
Descartar
Autor

Thanks a lot.

Related Posts Respostes Vistes Activitat
2
d’ag. 25
3265
1
de març 24
2236
2
d’oct. 23
3421
1
d’abr. 25
2189
0
de febr. 25
1283