[FIX] stock_partial_picking: improve the code by storing value of product UoM (Mainta...
[odoo/odoo.git] / addons / users_ldap / __openerp__.py
index b4dbfb1..9559c0f 100644 (file)
     "name" : "Authenticate users with ldap server",
     "version" : "0.1",
     "depends" : ["base"],
-    "author" : "Tiny",
-    "description": """Adds support for authentication by ldap server""",
+    "author" : "OpenERP SA",
+    "description": """Adds support for authentication by ldap server.
+This module only works with Unix/Linux
+    """,
+
+
     "website" : "http://www.openerp.com",
     "category" : "Generic Modules/Others",
     "init_xml" : [
         "users_ldap_view.xml",
     ],
     "active": False,
-    "installable": True
+    "installable": True,
+    "certificate" : "001141446349334700221",
+    "external_dependencies" : {
+        'python' : ['ldap'],
+    }
 }
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: