Skip to Content
Menu
This question has been flagged
1 Reply
614 Views

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.

Avatar
Discard
Best Answer

Hello, 


You can try this in your odoo configuration file. 


dbfilter = ^%d$


Thanks in advanced.


Avatar
Discard