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:
- 客戶關係
- e-Commerce
- 會計
- 庫存
- PoS
- Project
- MRP
此問題已被標幟
1
回覆
8237
瀏覽次數
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
相關帖文 | 回覆 | 瀏覽次數 | 活動 | |
---|---|---|---|---|
|
1
11月 23
|
1459 | ||
|
0
9月 18
|
2681 | ||
|
0
10月 17
|
9166 | ||
|
2
7月 24
|
9516 | ||
|
1
3月 22
|
13506 |
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