mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-29 20:30:39 +00:00 
			
		
		
		
	Do not rebuild the entire StockItem tree every time a single StockItem is deleted!
This commit is contained in:
		| @@ -1650,9 +1650,6 @@ def before_delete_stock_item(sender, instance, using, **kwargs): | ||||
|         child.parent = instance.parent | ||||
|         child.save() | ||||
|  | ||||
|     # Rebuild the MPTT tree | ||||
|     StockItem.objects.rebuild() | ||||
|  | ||||
|  | ||||
| class StockItemAttachment(InvenTreeAttachment): | ||||
|     """ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user