Hi All,
This is my first question on the forum so please excuse me if I am asking something that you have already answered else where. Believe me I have tried but havent found answer to our slightly complicated problem.
We want to offer a service via our server on Odoo 13 Community Edition where we would allocate different database to different customers. So far it seems simple use of db filter with %h or %d option. We have used this option on a sub domain based model and that has worked but doesnt solve our problem. At the same time we dont want to give the customer a choice to select the database name.
We want to offer the customer to bring in their own domain or use one of our sub domains. The situation can be elaborated as follows, we want a solution to do all this on single server:
Our Domain (for example only) - vr.com
1. Launching our Subscription via a Odoo Database Name - vrwebsite
We would like to point vr.com to vrwebsite database
2. Odoo Database Name - client1
Domain to be used by customer - customerdomain.com
so customerdomain.com should point to client1 database
3. Odoo Database Name - client2
Sub-Domain to be used by customer - abc.vr.com
so ab.vr.com should point to client2 database
Would be highly obliged if you can help me understand how to tackle this situation. We are using Apache2 Server on Ubuntu 18.04
Thanks,
VPS