Launchpad automatic translations update.
[odoo/odoo.git] / addons / auth_openid / __openerp__.py
index b08eebf..10c77f2 100644 (file)
     'name': 'OpenID Authentification',
     'version': '2.0',
     'category': 'Tools',
-    'description': """Allow users to login through OpenID.""",
+    'description': """
+Allow users to login through OpenID.
+====================================
+""",
     'author': 'OpenERP s.a.',
     'maintainer': 'OpenERP s.a.',
     'website': 'http://www.openerp.com',
     'depends': ['base', 'web'],
-    'data': [
-        'res_users.xml',
-    ],
-    'js': [
-        'static/src/js/auth_openid.js',
-    ],
-    'css': [
-        'static/src/css/openid.css',
-    ],
-    'qweb': [
-        'static/src/xml/auth_openid.xml',
-    ],
+    'data': ['res_users.xml'],
+    'js': ['static/src/js/auth_openid.js'],
+    'css': ['static/src/css/openid.css'],
+    'qweb': ['static/src/xml/auth_openid.xml'],
     'external_dependencies': {
         'python' : ['openid'],
     },
     'installable': True,
     'auto_install': False,
-    'certificate': '00141545181989',
 }
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: