diff --git a/addons/gamification/__openerp__.py b/addons/gamification/__openerp__.py index aaa4565cf43..444299b9ffb 100644 --- a/addons/gamification/__openerp__.py +++ b/addons/gamification/__openerp__.py @@ -56,7 +56,8 @@ Both goals and badges are flexibles and can be adapted to a large range of modul 'css': ['static/src/css/gamification.css'], 'js': [ 'static/src/js/gamification.js', - 'static/lib/justgage/justgage.js', + # conficting with justgage from sale_crm + # 'static/lib/justgage/justgage.js', ], 'qweb': ['static/src/xml/gamification.xml'], } diff --git a/addons/gamification/goal_view.xml b/addons/gamification/goal_view.xml index d1da5f027d1..9e1e692359f 100644 --- a/addons/gamification/goal_view.xml +++ b/addons/gamification/goal_view.xml @@ -163,7 +163,7 @@ - +