|
Hi everyone,
I need to implement a modified version of the sale workflow, but instead of modifying directly the "sale.order.basic" workflow I want to create a new one by duplication.
Duplication works fino for the workflow object, for activities and transitions, but when I try to edit the new workflow in the visual diagram editor the page stops with a red message: Loading...
I tried to wait long but nothing. So I opened the server log and found this error:
[2009-09-02 11:52:16,993] ERROR:web-services:[01]: Traceback (most recent call last):
[2009-09-02 11:52:16,993] ERROR:web-services:[02]: File "osv\osv.pyo", line 59, in wrapper
[2009-09-02 11:52:16,993] ERROR:web-services:[03]: File "osv\osv.pyo", line 119, in execute
[2009-09-02 11:52:16,993] ERROR:web-services:[04]: File "osv\osv.pyo", line 111, in execute_cr
[2009-09-02 11:52:16,993] ERROR:web-services:[05]: File "C:\Programmi\OpenERP AllInOne\Server\addons\base\ir\workflow\workflow.py", line 77, in graph_get
[2009-09-02 11:52:16,993] ERROR:web-services:[06]: File "tools\graph.pyo", line 704, in process
[2009-09-02 11:52:16,993] ERROR:web-services:[07]: File "tools\graph.pyo", line 666, in order_in_rank
[2009-09-02 11:52:16,993] ERROR:web-services:[08]: File "tools\graph.pyo", line 537, in process_order
[2009-09-02 11:52:16,993] ERROR:web-services:[09]: IndexError: list index out of range
It could be becouse the duplication doesn't create a graph for the new workflow.
Anyone can help?
If this is a bug, how can i report it and where?
Leonardo
|