diff --git a/product/ERP5Type/Base.py b/product/ERP5Type/Base.py
index 4efe974601deb048868953243829dcafb53f98b2..80c3e9b815fdb4f577d055b44c5cc5c5c7cd2ca1 100644
--- a/product/ERP5Type/Base.py
+++ b/product/ERP5Type/Base.py
@@ -2968,6 +2968,8 @@ class TempBase(Base):
 
   security.declarePublic('setProperty')
 
+  security.declarePublic('edit')
+
 def newTempDocumentationHelper(folder, id, REQUEST=None, **kw):
   o = TempDocumentationHelper(id)
   o = o.__of__(folder)