I have multiple Odoo databases running on one odoo installation/server. I want to configure different domain to point to each database, how can I achieve that? For instance, I have odoo_example1 and odoo_example2 databases. But I want www.example.org to point to odoo_example1 database and www.example.com to point to odoo_example2.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客戶關係
- e-Commerce
- 會計
- 庫存
- PoS
- Project
- MRP
此問題已被標幟
1
回覆
755
瀏覽次數
Hello,
You can try this in your odoo configuration file.
dbfilter = ^%d$
Thanks in advanced.