From c13d7179fa9faada15907af155bc54c1297f2dc5 Mon Sep 17 00:00:00 2001 From: Lorenzo Battistini Date: Fri, 11 Jan 2013 17:27:16 +0100 Subject: [PATCH] [FIX] eval --- super_calendar/super_calendar.py | 1 + 1 file changed, 1 insertion(+) diff --git a/super_calendar/super_calendar.py b/super_calendar/super_calendar.py index 5cffa8918..57c698f66 100644 --- a/super_calendar/super_calendar.py +++ b/super_calendar/super_calendar.py @@ -25,6 +25,7 @@ from openerp import logging from mako.template import Template from datetime import datetime from openerp import tools +from tools.safe_eval import safe_eval as eval def _models_get(self, cr, uid, context=None): obj = self.pool.get('ir.model')