Hi,
Do one of you have an idea of how to solve the following problem:
I have Odoo v14 Entreprise installed on a dedicated server. Let's name it www.example.com
On this Odoo instance I have two databases:
ExampleProduction
ExampleTest
When I send a Quotation by email from the Production database. The button "View Quotation" return a 404 error.
The cause is because the link does not know if it should redirect to ExampleProduction or ExampleTest DB.
I thought of solving this by using db_name and db_filter in the conf file. But when doing this the Test DB does not show up in /web/database/manager list anymore. Is there another solution I am not aware of to make the button work while maintaining the multiple databases?
Thank you in advance,
Julien