diff --git a/product/ERP5/Document/BusinessTemplate.py b/product/ERP5/Document/BusinessTemplate.py
index 0d678c4c3541e63c21a6fc1dbffae8a75592740f..3471db70020970b1f134dd10da18a0696aa8509f 100755
--- a/product/ERP5/Document/BusinessTemplate.py
+++ b/product/ERP5/Document/BusinessTemplate.py
@@ -724,7 +724,6 @@ class TestTemplateItem(BaseTemplateItem):
     BaseTemplateItem.install(self, context, **kw)
     for id,text in self._archive.items():
       writeLocalTest(id, text, create=1) # This raises an exception if the file exists.
-      importLocalPropertySheet(id)
 
   def uninstall(self, context, **kw):
     for id in self._archive.keys():