[FIX] auth_openid: added `web` dependency in the manifest.
authorVo Minh Thu <vmt@openerp.com>
Wed, 15 Feb 2012 13:16:34 +0000 (14:16 +0100)
committerVo Minh Thu <vmt@openerp.com>
Wed, 15 Feb 2012 13:16:34 +0000 (14:16 +0100)
bzr revid: vmt@openerp.com-20120215131634-vk92kp2e0p2k288d

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',
     ],