[FIX] openerp/addons/base/ir/ir_actions.py: correct SyntaxError introduced in last...
authorChristophe Simonis <chs@openerp.com>
Thu, 20 Feb 2014 17:09:49 +0000 (18:09 +0100)
committerChristophe Simonis <chs@openerp.com>
Thu, 20 Feb 2014 17:09:49 +0000 (18:09 +0100)
bzr revid: chs@openerp.com-20140220170949-kc4ru12sc5on300c

openerp/addons/base/ir/ir_actions.py

index cb8440d..31c1700 100644 (file)
@@ -938,10 +938,6 @@ class ir_actions_server(osv.osv):
             'context': context,
         }
 
-        }
-        return eval_context
-
-
     def run(self, cr, uid, ids, context=None):
         """ Runs the server action. For each server action, the condition is
         checked. Note that a void (``False``) condition is considered as always