Tuesday, July 1, 2025
1 change · 18.0
Enhancements to existing features
The Turkish Nilvera integration now records connection issues as informational logs instead of errors. This keeps diagnostic details available while preventing automated upgrade checks from failing when internet access is blocked.
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