[FIX] users_ldap: typo in __openerp__
authorOlivier Dony <odo@openerp.com>
Wed, 19 Jan 2011 16:56:36 +0000 (17:56 +0100)
committerOlivier Dony <odo@openerp.com>
Wed, 19 Jan 2011 16:56:36 +0000 (17:56 +0100)
bzr revid: odo@openerp.com-20110119165636-atozrscqaxuo355w

addons/users_ldap/__openerp__.py

index 7d54e1f..9559c0f 100644 (file)
@@ -40,7 +40,7 @@ This module only works with Unix/Linux
     "active": False,
     "installable": True,
     "certificate" : "001141446349334700221",
-    "dependencies" : {
+    "external_dependencies" : {
         'python' : ['ldap'],
     }
 }