From 344452e73a3918126a83ab4d3ad393e941ad8c73 Mon Sep 17 00:00:00 2001 From: Martin Trigaux Date: Fri, 7 Feb 2014 11:20:29 +0100 Subject: [PATCH] [FIX] hr_gamification: add auto_install to attribute, when get gamification and hr, automatically installed bzr revid: mat@openerp.com-20140207102029-6y45r4cmrc1h8kx7 --- addons/hr_gamification/__openerp__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/hr_gamification/__openerp__.py b/addons/hr_gamification/__openerp__.py index c75a4454437..14925421cb1 100644 --- a/addons/hr_gamification/__openerp__.py +++ b/addons/hr_gamification/__openerp__.py @@ -37,4 +37,5 @@ Badge received are displayed on the user profile. 'views/gamification.xml', ], 'js': ['static/src/js/gamification.js'], + 'auto_install': True, }