diff --git a/product/ERP5Type/Utils.py b/product/ERP5Type/Utils.py
index 618222820e3d5dcacd0ac34e930956e827ff40de..8d23e611537434673ae6faa8a7f599cc9d76c47e 100644
--- a/product/ERP5Type/Utils.py
+++ b/product/ERP5Type/Utils.py
@@ -328,7 +328,9 @@ class DocumentConstructor(Method):
 
     def __call__(self, folder, id, REQUEST=None,
                  activate_kw=None, is_indexable=None, **kw):
-      o = self.klass(id, title=None)
+#       o = self.klass(id, title=None)
+      # XXX Is it safe to set the title to None ?
+      o = self.klass(id)
       if activate_kw is not None:
         o._v_activate_kw = activate_kw
       if is_indexable is not None: