From ca894fbec0bc92e11a9efadc0ee4bcb2e561fbb8 Mon Sep 17 00:00:00 2001 From: Stefan Rijnhart Date: Sat, 21 Dec 2013 14:30:55 +0100 Subject: [PATCH] [ADD] Prevent database UUID lookup at OpenERP.com --- disable_openerp_online/__openerp__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/disable_openerp_online/__openerp__.py b/disable_openerp_online/__openerp__.py index 0f96c7ebf..6db1ad348 100644 --- a/disable_openerp_online/__openerp__.py +++ b/disable_openerp_online/__openerp__.py @@ -20,7 +20,7 @@ ############################################################################## { "name" : "Remove openerp.com bindings", - "version" : "1.0", + "version" : "1.1", "author" : "Therp BV", "complexity": "normal", "description": """ @@ -30,6 +30,7 @@ come with the standard code: * update notifier code is deactivated and the function is overwritten * apps and updates menu items in settings are removed * help and account menu items in user menu are removed +* prevent lookup of OPW for current database uuid and resultin 'unsupported' warning """, "category" : "", "depends" : [ @@ -41,6 +42,7 @@ come with the standard code: 'data/ir_cron.xml', ], "js": [ + 'static/src/js/disable_openerp_online.js', ], "css": [ ],