[FIX] Now auto_install, also removed dependency on auth_signup
[odoo/odoo.git] / addons / web_analytics / __openerp__.py
index a15e770..5dc7be4 100644 (file)
@@ -31,9 +31,10 @@ Collects web application usage with Google Analytics.
     """,
     'author': 'OpenERP SA',
     'website': 'http://openerp.com',
-    'depends': ['web', 'auth_signup'],
+    'depends': ['web'],
     'data': [],
     'installable': True,
+    'auto_install': True,
     'active': False,
     'js': ['static/src/js/web_analytics.js'],
 }