[FIX] ir_actions: add missing comma

bzr revid: chs@openerp.com-20140407165455-0zbsl1omgvw9e5ta
This commit is contained in:
Christophe Simonis 2014-04-07 18:54:55 +02:00
parent 0fad8159f3
commit c1cc370d75
1 changed files with 1 additions and 1 deletions

View File

@ -944,7 +944,7 @@ class ir_actions_server(osv.osv):
'uid': uid,
'user': user,
'context': context,
'workflow': workflow
'workflow': workflow,
'Warning': openerp.exceptions.Warning,
}