X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=addons%2Fauth_openid%2F__openerp__.py;h=10c77f29965f760285d7fa6ac4f7300682779ac9;hb=117bf937b9b9489718a46ad5d6a967110ee5c3f7;hp=040a96a3995cfbdece53a3a855656b429832edf1;hpb=3dc8168974b024a5fca9d1cd83329f7d19dc17ff;p=odoo%2Fodoo.git diff --git a/addons/auth_openid/__openerp__.py b/addons/auth_openid/__openerp__.py index 040a96a..10c77f2 100644 --- a/addons/auth_openid/__openerp__.py +++ b/addons/auth_openid/__openerp__.py @@ -2,7 +2,7 @@ ############################################################################## # # OpenERP, Open Source Management Solution -# Copyright (C) 2010-2011 OpenERP s.a. (). +# Copyright (C) 2010-2012 OpenERP s.a. (). # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as @@ -21,27 +21,25 @@ { - 'name': 'OpenID', + 'name': 'OpenID Authentification', 'version': '2.0', - 'category': 'Hidden', - 'description': """Allow users to login through OpenID.""", + 'category': 'Tools', + 'description': """ +Allow users to login through OpenID. +==================================== +""", 'author': 'OpenERP s.a.', 'maintainer': 'OpenERP s.a.', 'website': 'http://www.openerp.com', - 'depends': ['base'], - 'data': [ - 'res_users.xml', - ], - 'js': [ - 'static/src/js/auth_openid.js', - ], - 'css': [ - 'static/src/css/openid.css', - ], + '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'], 'external_dependencies': { 'python' : ['openid'], }, 'installable': True, - 'active': False, + 'auto_install': False, } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: