diff --git a/product/ERP5/Document/SimulationMovement.py b/product/ERP5/Document/SimulationMovement.py index e9004ea096c9372606885ed2cd8c3677ec39dcc1..c5c18f09b6e9df0044865f6d2dd3acb78b94c636 100755 --- a/product/ERP5/Document/SimulationMovement.py +++ b/product/ERP5/Document/SimulationMovement.py @@ -349,14 +349,6 @@ a service in a public administration).""" """ return self.getRootAppliedRule().hasActivity(**kw) - security.declarePublic('reindexObject') - def reindexObject(self, **kw): - """ - 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') def getExplanation(self): """