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
- Contabilità
- Magazzino
- PoS
- Project
- MRP
La domanda è stata contrassegnata
1
Rispondi
8204
Visualizzazioni
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
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
RegistratiPost correlati | Risposte | Visualizzazioni | Attività | |
---|---|---|---|---|
|
1
nov 23
|
1445 | ||
|
0
set 18
|
2649 | ||
|
0
ott 17
|
9135 | ||
Restore 6.4 GB zip backup odoo10
Risolto
|
|
2
lug 24
|
9481 | |
|
1
mar 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