diff --git a/product/ERP5/Document/Order.py b/product/ERP5/Document/Order.py index 6aebefe2125f40294fe9a3e294daac8974f1ad16..e950aad13f468df17559424dcceea9d01f4f89a1 100755 --- a/product/ERP5/Document/Order.py +++ b/product/ERP5/Document/Order.py @@ -157,17 +157,6 @@ class Order(Delivery): portal_type='Simulation Movement') return result - def reindexObject(self, *k, **kw): - """ - Reindex children and simulation - """ - if self.isIndexable: - # Reindex children - self.activate().recursiveImmediateReindexObject() - # Make sure expanded simulation is still OK (expand and reindex) - # self.activate().applyToOrderRelatedMovement(method_id = 'expand') - # Removed because overkill - def manage_beforeDelete(self, item, container): """ Delete related Applied Rule