bzr revid: fp@tinyerp.com-20081203144226-bm9zfqe4e1olemd2
This commit is contained in:
Fabien Pinckaers 2008-12-03 15:42:26 +01:00
parent a5e5b5b8fc
commit 086fbc2d4d
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ def _eval_expr(cr, ident, workitem, action):
ret=False
assert action, 'You used a NULL action in a workflow, use dummy node instead.'
for line in action.split('\n'):
line = line.replace(chr(13),'')
uid=ident[0]
model=ident[1]
ids=[ident[2]]