Commit 83bf1021 authored by Nicolas Delaby's avatar Nicolas Delaby

Add MovementGroup for destination_decision

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17964 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6e692a7a
......@@ -1073,6 +1073,12 @@ class DestinationMovementGroup(PropertyMovementGroup):
_property = 'destination'
allow_class(DestinationMovementGroup)
class DestinationDecisionMovementGroup(PropertyMovementGroup):
"""Group movements having the same destination decision."""
_property = 'destination_decision'
allow_class(DestinationDecisionMovementGroup)
class SourceProjectMovementGroup(PropertyMovementGroup):
""" Group movements that have the same source project ."""
_property = 'source_project'
......
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