Merge pull request #256 from OCA/sbidoul-patch-1

[FIX] remove duplicate key in manifest and anomalous backslash in string: '\P
pull/253/merge
Maxime Chambreuil - http://www.savoirfairelinux.com 2015-09-22 16:33:56 -04:00
commit 9eea67d877
2 changed files with 1 additions and 2 deletions

View File

@ -31,7 +31,6 @@
"demo": [], "demo": [],
"test": [], "test": [],
"active": False, "active": False,
"license": "AGPL-3",
"installable": True, "installable": True,
"auto_install": False, "auto_install": False,
"application": False, "application": False,

View File

@ -29,7 +29,7 @@ This module deactivates all bindings to openerp.com that
come with the standard code: come with the standard code:
* update notifier code is deactivated and the function is overwritten * 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 * help and account menu items in user menu are removed
* prevent lookup of OPW for current database uuid and resulting * prevent lookup of OPW for current database uuid and resulting
'unsupported' warning 'unsupported' warning