From ae2ee162c59ae7b8cdfe1b15b13ccc9947fd12db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Fri, 11 Mar 2011 13:54:33 +0000 Subject: [PATCH] this docstring was wrong git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44182 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/mixin/rule.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/product/ERP5/mixin/rule.py b/product/ERP5/mixin/rule.py index af9572f5ec..2959ce5915 100644 --- a/product/ERP5/mixin/rule.py +++ b/product/ERP5/mixin/rule.py @@ -79,13 +79,9 @@ class MovementGeneratorMixin: # Implementation of IMovementGenerator def getGeneratedMovementList(self, movement_list=None, rounding=False): """ - Returns an IMovementList generated by a model applied to the context - - context - an IMovementCollection, an IMovementList or an IMovement + Returns a list of movements generated by that rule. movement_list - optional IMovementList which can be passed explicitely - whenever context is an IMovementCollection and whenever - we want to filter context.getMovementList rounding - boolean argument, which controls if rounding shall be applied on generated movements or not -- 2.30.9