$OpenBSD: patch-tryton_config_py,v 1.2 2019/06/13 12:19:05 semarie Exp $
Disable, by default, the check of a new client version.
Index: tryton/config.py
--- tryton/config.py.orig
+++ tryton/config.py
@@ -53,7 +53,7 @@ class ConfigManager(object):
             'client.language_direction': 'ltr',
             'client.email': '',
             'client.limit': 1000,
-            'client.check_version': True,
+            'client.check_version': False,
             'client.bus_timeout': 10 * 60,
             'icon.colors': '#3465a4,#555753,#cc0000',
             'image.max_size': 10 ** 6,
