[FIX] openerp/addons/base/ir/ir_actions.py: correct SyntaxError introduced in last commit

bzr revid: chs@openerp.com-20140220170949-kc4ru12sc5on300c
This commit is contained in:
Christophe Simonis 2014-02-20 18:09:49 +01:00
parent 4b72678bc7
commit 170f3ef1f9
1 changed files with 0 additions and 4 deletions

View 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