diff --git a/product/ERP5Type/Utils.py b/product/ERP5Type/Utils.py
index bd31c12f079845466a0ee3ed8b69fd056274d1ef..84110df925fd47f84e7abb12b77dffcbae2006f9 100755
--- a/product/ERP5Type/Utils.py
+++ b/product/ERP5Type/Utils.py
@@ -362,13 +362,6 @@ def setDefaultClassProperties(document_class):
           , 'permissions'   : (
               Permissions.View, )
           }
-        , { 'id'            : 'translate'
-          , 'name'          : 'Translate'
-          , 'category'      : 'object_action'
-          , 'action'        : 'translation_template_view'
-          , 'permissions'   : (
-              Permissions.TranslateContent, )
-          }
         )
       }