diff --git a/product/ERP5Type/Base.py b/product/ERP5Type/Base.py
index 2fa8edf9b07e0a7e8120db0084069b9a9cda9399..ae1b9f6429c8cc234c4395a495a34ed7c7800fd3 100644
--- a/product/ERP5Type/Base.py
+++ b/product/ERP5Type/Base.py
@@ -3170,8 +3170,6 @@ class Base( CopyContainer,
     self.isIndexable = 0
     self.isTemplate = 1
     # XXX reset security here
-    # Clear cache to display new template in action box.
-    self.portal_caches.clearCacheFactory('erp5_ui_medium')
 
   security.declareProtected(Permissions.ModifyPortalContent,'makeTemplateInstance')
   def makeTemplateInstance(self):