Commit 41fc02e0 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

add current limitation in the comment.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31278 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d43e1028
......@@ -105,7 +105,12 @@ class NewOrderRule(RuleMixin, Predicate):
class OrderRuleMovementGenerator(object):
def getAggregatedMovementList(self, context, movement_list=None,
rounding=False):
"""Input movement list comes from order"""
"""
Input movement list comes from order
XXX This implementation is very primitive, and does not support BPM,
i.e. business paths are not taken into account.
"""
order = context.getDefaultCausalityValue()
if order is None:
return []
......
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