[ADD] Prevent database UUID lookup at OpenERP.com

pull/2/head
Stefan Rijnhart 2013-12-21 14:30:55 +01:00
parent fdb3952ff3
commit ca894fbec0
1 changed files with 3 additions and 1 deletions

View File

@ -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": [
],