[FIX] auth_openid: added `web` dependency in the manifest.
[odoo/odoo.git] / addons / auth_openid / __openerp__.py
index 9d61d41..cd1a12f 100644 (file)
@@ -28,7 +28,7 @@
     'author': 'OpenERP s.a.',
     'maintainer': 'OpenERP s.a.',
     'website': 'http://www.openerp.com',
-    'depends': ['base'],
+    'depends': ['base', 'web'],
     'data': [
         'res_users.xml',
     ],