[FIX] Now auto_install, also removed dependency on auth_signup

bzr revid: vta@openerp.com-20130103143102-06jg3bkioi4xzox2
This commit is contained in:
vta vta@openerp.com 2013-01-03 15:31:02 +01:00
parent 16d25f400e
commit 64ff6a065d
1 changed files with 2 additions and 1 deletions

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