Tuesday, July 1, 2025
1 change · saas-18.2
Enhancements to existing features
Connection issues with the Turkish Nilvera service are now recorded as informational messages instead of errors. This keeps automated upgrade checks from failing when internet access is blocked, while still preserving details needed for troubleshooting.
Original PR description
In 3b5cb63 we silenced Nilvera connection errors to prevent upgrade CI failures due to blocked internet access. However, using `logger.error` still caused CI to fail when triggered. This commit changes the log level to info to ensure the error is recorded without impacting the CI. Also, we're now printing the stack trace for easier debugging. runbot-227039 Forward-Port-Of: odoo/odoo#215791