mirror of
https://github.com/odoo/documentation.git
synced 2026-01-02 17:59:20 +07:00
In Odoo 18 and lower versions, update notifications are sent over HTTP, not HTTPS: Odoo 18:bbcafb7bb1/odoo/tools/config.py (L78)Odoo 17:a7ccd81fb2/odoo/tools/config.py (L78)Odoo 16:6b5a839428/odoo/tools/config.py (L78)The documentation has listed 443 as the main port since 2019: https://github.com/odoo/documentation/pull/324 , but what it mentions about the most recent version of Odoo using services.odoo.com wasn't true until Odoo 18: https://github.com/odoo/odoo/pull/163202 . That PR kept the HTTP usage and not HTTPS as was originally intended: https://github.com/odoo/odoo/pull/30272 . closes odoo/documentation#11408 X-original-commit:4d079db7f8Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>