[FIX] Now auto_install, also removed dependency on auth_signup
authorvta vta@openerp.com <>
Thu, 3 Jan 2013 14:31:02 +0000 (15:31 +0100)
committervta vta@openerp.com <>
Thu, 3 Jan 2013 14:31:02 +0000 (15:31 +0100)
bzr revid: vta@openerp.com-20130103143102-06jg3bkioi4xzox2

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