[FIX] workflow/print: changed wording for recursive cluster representation.

bzr revid: vmt@openerp.com-20110303125506-pk1hh1oynlz3ssf7
This commit is contained in:
Vo Minh Thu 2011-03-03 13:55:06 +01:00
parent 435b61c90e
commit 00220a6fc9
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ def graph_get(cr, graph, wkf_ids, nested, workitem, processed_subflows):
cr.execute('select * from wkf where id=%s', (n['subflow_id'],))
wkfinfo = cr.dictfetchone()
args['label'] = \
'\"Recursive Subflow: %s\\nOSV: %s%s\"' % \
'\"Subflow: %s\\nOSV: %s\\n(already expanded)%s\"' % \
(n['name'], wkfinfo['osv'], workitems)
args['color'] = 'green'
args['style'] ='filled'