Commit 8c2b76fd authored by Jean-Paul Smets's avatar Jean-Paul Smets

Added commens to explain how refactoring must be handled.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30624 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3695e01f
......@@ -33,7 +33,19 @@ from zope.interface import Interface
class IDivergenceMessage(Interface):
def getMovementGroup():
"""Returns movement group of a builder which was responsible for generating tested_property"""
"""Returns movement group of a builder which was
responsible for generating tested_property.
XXX-JPS - REFACTOR NEEDED
Issue 1:
This is wrong since multiple builders can be used to
build a single Delivery. Moreover, what is used for grouping
and what is used to set properties can be different.
Issue 2:
This class is related to ERP5 and not to ERP5Type
"""
def getCollectOrderGroup():
"""Wraps and canonises result of Movement Groups' getCollectOrderGroup getter"""
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment