diff --git a/product/ERP5/Document/SimulationMovement.py b/product/ERP5/Document/SimulationMovement.py
index dc37c5abcbbcba16e23b111bbe6ece649b33b554..e9004ea096c9372606885ed2cd8c3677ec39dcc1 100755
--- a/product/ERP5/Document/SimulationMovement.py
+++ b/product/ERP5/Document/SimulationMovement.py
@@ -354,6 +354,7 @@ a service in a public administration)."""
     """
       We reindex the whole applied rule (only once)
     """
+    Movement.reindexObject(self, **kw)
     self.getRootAppliedRule().reindexObject() # Reindex the whole applied rule
 
   security.declareProtected(Permissions.AccessContentsInformation, 'getExplanation')