diff --git a/product/ERP5/MovementGroup.py b/product/ERP5/MovementGroup.py index 1d5904768168c9451255584c9295195b666f050c..17249305119b804424ce3ac219458a223e76dfea 100644 --- a/product/ERP5/MovementGroup.py +++ b/product/ERP5/MovementGroup.py @@ -36,6 +36,10 @@ class FakeMovementError(Exception) : pass class MovementGroupError(Exception) : pass class MovementGroupNode: + # XXX last_line_movement_group is a wrong name. Actually, it is + # the last delivery movement group. This parameter is used to + # pick up a branching point of making separate lines when + # a separate method requests separating movements. def __init__(self, movement_group_list=None, movement_list=None, last_line_movement_group=None, separate_method_name_list=[], movement_group=None):