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

Hi 
We are a +300 company and wish to go for Odoo 16 enterprise edition. 
The servers will be isolated from the internet via a firewall. What connection must be open to renew the subscription? And what is the exact data that will be sent through this connection?

we have seen online that servers.odoo.com:(443 or 81) must be open. is it correct ?

Avatar
Discard
Best Answer

You can see exactly what we do and how we do it at https://github.com/odoo/odoo/blob/16.0/addons/mail/models/update.py#L21


http://services.openerp.com/publisher-warranty/ is the URL we use.

We receive:

  • database UUID and name
  • database creation date, version and language
  • subscription code
  • number of active regular and portal users
  • installed apps
  • company name, email address and phone number


Note that all Enterprise Subscriptions are covered by the Enterprise Agreement which states that you must:

  • take all measures necessary to guarantee the unmodified execution of the part of the Software that verifies the validity of the Odoo Enterprise Edition usage, as described in 3 Access to the Software ;

Avatar
Discard