diff --git a/product/ERP5/Extensions/Inspect.py b/product/ERP5/Extensions/Inspect.py
index ff4c8e3c663d06413619742976370661418c9460..ea8806fa66c2053bffc969a8bb3bc70270b56ed4 100755
--- a/product/ERP5/Extensions/Inspect.py
+++ b/product/ERP5/Extensions/Inspect.py
@@ -1,6 +1,7 @@
 # Simple Object Inspector
 
 def inspect(self):
+  return str(self.__dict__)	
   #return "type: %s dict:%s" % (type(o), o.__dict__)
   result = ''
   return self.getPhysicalPath()