[FIX] hr_gamification: add auto_install to attribute, when get gamification and hr, automatically installed

bzr revid: mat@openerp.com-20140207102029-6y45r4cmrc1h8kx7
This commit is contained in:
Martin Trigaux 2014-02-07 11:20:29 +01:00
parent f988e74828
commit 344452e73a
1 changed files with 1 additions and 0 deletions

View File

@ -37,4 +37,5 @@ Badge received are displayed on the user profile.
'views/gamification.xml',
],
'js': ['static/src/js/gamification.js'],
'auto_install': True,
}