Commit fbf3fb4e authored by Sebastien Robin's avatar Sebastien Robin

remove translate in factory type information


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1078 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a45dbcb0
......@@ -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, )
}
)
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment