Commit 87ad2e8c authored by Jérome Perrin's avatar Jérome Perrin

Another movement group to group by payment_mode


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18779 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 95def7e5
......@@ -1103,7 +1103,6 @@ allow_class(DestinationMovementGroup)
class DestinationDecisionMovementGroup(PropertyMovementGroup):
"""Group movements having the same destination decision."""
_property = 'destination_decision'
allow_class(DestinationDecisionMovementGroup)
class SourceProjectMovementGroup(PropertyMovementGroup):
......@@ -1138,3 +1137,9 @@ class QuantityUnitMovementGroup(PropertyMovementGroup):
""" Group movements that have the same quantity unit."""
_property = 'quantity_unit'
allow_class(QuantityUnitMovementGroup)
class PaymentModeMovementGroup(PropertyMovementGroup):
""" Group movements that have the same payment mode."""
_property = 'payment_mode'
allow_class(PaymentModeMovementGroup)
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