From f5a35b953b7d8103846d11eb2225acc2c77a7475 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul=20=28ACSONE=29?= Date: Tue, 22 Sep 2015 18:18:02 +0200 Subject: [PATCH 1/2] [FIX] remove duplicate key in manifest --- auth_from_http_remote_user/__openerp__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/auth_from_http_remote_user/__openerp__.py b/auth_from_http_remote_user/__openerp__.py index 8aaefe07c..633710f79 100644 --- a/auth_from_http_remote_user/__openerp__.py +++ b/auth_from_http_remote_user/__openerp__.py @@ -31,7 +31,6 @@ "demo": [], "test": [], "active": False, - "license": "AGPL-3", "installable": True, "auto_install": False, "application": False, From 606a8f9f038b71e03c11fac7f704126db2656ca9 Mon Sep 17 00:00:00 2001 From: "Moises Lopez - https://www.vauxoo.com/" Date: Tue, 22 Sep 2015 14:53:15 -0500 Subject: [PATCH 2/2] [REF] disable_openerp_online: Fix anomalous backslash in string: '\P' --- disable_openerp_online/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/disable_openerp_online/__openerp__.py b/disable_openerp_online/__openerp__.py index 7acf2c5a5..9d771feed 100644 --- a/disable_openerp_online/__openerp__.py +++ b/disable_openerp_online/__openerp__.py @@ -29,7 +29,7 @@ This module deactivates all bindings to openerp.com that come with the standard code: * update notifier code is deactivated and the function is overwritten -* apps and updates menu items in settings are hidden inside Tools\Parameters +* apps and updates menu items in settings are hidden inside Tools\\Parameters * help and account menu items in user menu are removed * prevent lookup of OPW for current database uuid and resulting 'unsupported' warning