From f8f4734cff3132b2362810d52d213221198ede6c Mon Sep 17 00:00:00 2001 From: Martin Trigaux Date: Fri, 12 Apr 2013 17:24:51 +0200 Subject: [PATCH] [IMP] goal data are ponctual bzr revid: mat@openerp.com-20130412152451-8rt8le5kmm5yv8hw --- addons/gamification/goal_base_data.xml | 5 +++++ addons/gamification/static/src/xml/gamification.xml | 1 + 2 files changed, 6 insertions(+) diff --git a/addons/gamification/goal_base_data.xml b/addons/gamification/goal_base_data.xml index 6b383a59291..750ce3284c8 100644 --- a/addons/gamification/goal_base_data.xml +++ b/addons/gamification/goal_base_data.xml @@ -7,6 +7,7 @@ Change Timezone Configure your profile and specify your timezone count + True [('id','=',user_id),('partner_id.tz', '!=', False)] @@ -17,6 +18,7 @@ Change of avatar In your user perference manually + True id @@ -27,6 +29,7 @@ Set your company data Specify at least a website count + True [('user_ids', 'in', user_id), ('name', '!=', 'Your Company')] @@ -36,6 +39,7 @@