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

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:

  1. ExampleProduction

  2. 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

Avatar
Discard
Best Answer

This is not related to Sales and quotation links. It is only related to a proper multi-database setup. Please analyze the link address provided in the email and you will see what goes wrong.

Just some remarks and hints:

- www.example.com is not a server name. It is a domain.

- please read the available documentation about multi-database deployment and google for other sources:
 https://www.odoo.com/documentation/14.0/setup/deploy.html#dbfilter

In order to make all work properly, you have to make sure that http request is pointing to one database only. In addition please check your mail domain settings and web.base.url in the system parameters.

Without further information about your set up (odoo.conf, reverse proxy) and your database names and domain names, it is not possible to provide further help.

Avatar
Discard