From fb8fe96c1077873c316fd8318af6602bac04c88e Mon Sep 17 00:00:00 2001 From: Olivier Dony Date: Fri, 11 Jan 2013 19:45:24 +0100 Subject: [PATCH] [FIX] lunch: everyday alerts were never displayed bzr revid: odo@openerp.com-20130111184524-izvjoiwwnir7kro7 --- addons/lunch/lunch.py | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/lunch/lunch.py b/addons/lunch/lunch.py index f61ecc8..0f9033f 100644 --- a/addons/lunch/lunch.py +++ b/addons/lunch/lunch.py @@ -107,6 +107,7 @@ class lunch_order(osv.Model): elif alert.alter_type == 'week': #the alert is activated during some days of the week return self.check_day(alert) + return True # alter_type == 'days' (every day) def _default_alerts_get(self, cr, uid, context=None): """ -- 1.7.10.4