跳至內容
選單
此問題已被標幟
1 回覆
755 瀏覽次數

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.

頭像
捨棄
最佳答案

Hello, 


You can try this in your odoo configuration file. 


dbfilter = ^%d$


Thanks in advanced.


頭像
捨棄