Hey! How to connect odoo on one computer with postgres on the other computer? Is it possible? If yes, how to do it? Please, do help me out connecting them with detailed steps. Thanks in Advance.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Comptabilité
- Inventaire
- PoS
- Project
- MRP
Cette question a été signalée
1
Répondre
8202
Vues
Just specify the database server in the Odoo configuration file, instead of localhost.
db_host = THE_NAME_OR_IP_OF_THE_POSTGRESQL_SERVER
db_port = THE_PORT_IF_NOT_THE_DEFAULT_PORT
db_user = THE_USER_NAME
db_password = THE_PASSWORD_UNLESS_YOU_SETUP _POSTGRESQL_TRUST_CONNECTIONS
From http://www.odoo.com/documentation/10.0/reference/cmdline.html
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrirePublications associées | Réponses | Vues | Activité | |
---|---|---|---|---|
|
1
nov. 23
|
1444 | ||
|
0
sept. 18
|
2648 | ||
|
0
oct. 17
|
9132 | ||
|
2
juil. 24
|
9480 | ||
|
1
mars 22
|
13483 |
Hi,
For more reference, you can use this link: https://www.odoo.com/it_IT/forum/assistenza-1/how-to-connect-odoo-with-postgresql-146966
Hope it helps