This question has been flagged
2 Replies
6054 Views

Assume that there is a client that wishes to isolate their production server from the internet completely, use Odoo only through Intranet.


How can I activate the database?

Avatar
Discard
Best Answer

According to our partners, they said that an internet connection is a must since there is a weekly scheduled job for the subscription validation.

we had to configure our firewall to open only on Odoo Subscription Validation URL.

see here:



The Update notification must be able to reach Odoo’s subscription validation servers. In other words, make sure that the Odoo server is able to open outgoing connections towards:

services.odoo.com on port 443 (or 80)

services.openerp.com on port 443 (or 80) for older deployments

Once you activated your database, you must keep these ports open, as the Update notification runs once a week.

https://www.odoo.com/documentation/14.0/administration/db_management/db_premise.html

Avatar
Discard
Author

Yes, apparently a firewall rule is the only option, but it won't work in my case. Since the company policy is to keep the database server completely offline not even through a firewall.

Best Answer

Installing Odoo on WAN or LAN-Servers does not make any difference. Simply install Odoo on premises according to the installation documentation https://www.odoo.com/documentation/13.0/setup/install.html

Avatar
Discard