c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #17975
[Bug 727263] Re: [6.0] diagram view (workflow) doesn't show group in GTK
Suggested fixes in
lp:~jba-openerp/openobject-server/trunk-bugfix-727263
lp:~jba-openerp/openobject-client/trunk-bugfix-727263
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/727263
Title:
[6.0] diagram view (workflow) doesn't show group in GTK
Status in OpenERP Server:
New
Bug description:
I suggest to put the each element of the edge label on a separate line. And in the workflow diagram view, to display the group which is a very important business info in the workflow representation.
Merge proposal concerns:
client/bin/widget/view/diagram_gtk/parser.py : cleaning of the ugly code. Need to be merged before server improvement
server/bin/addons/base/ir/workflow/workflow_view.xml : display group
server/bin/addons/base/ir/ir_ui_view.py : improve label
Other improvement ideas are :
- do not define transition.condition as required with default value 'True'. The condition is not required. Making it not required will prevent polluting the diagram with "True" on all transitions without conditions.
- do not generate plenty of time the diagram when switching to diagram view, leaving it, or browsing. Generate it once, it should be enough.
References