Commit 99c6486e authored by Rafael Monnerat's avatar Rafael Monnerat

Added SourceProjectMovementGroup (is used by erp5_project)



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10332 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1dc1136b
......@@ -1063,3 +1063,8 @@ class DestinationMovementGroup(PropertyMovementGroup):
_property = 'destination'
allow_class(DestinationMovementGroup)
class SourceProjectMovementGroup(PropertyMovementGroup):
""" Group movements that have the same source project ."""
_property = 'source_project'
allow_class(SourceProjectMovementGroup)
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