[Erp5-report] r10046 - /erp5/trunk/products/ERP5/Document/VariatedProperty.py

nobody at svn.erp5.org nobody at svn.erp5.org
Sun Sep 17 14:27:21 CEST 2006


Author: jp
Date: Sun Sep 17 14:27:20 2006
New Revision: 10046

URL: http://svn.erp5.org?rev=10046&view=rev
Log:
Removed Factory Type Information 

Modified:
    erp5/trunk/products/ERP5/Document/VariatedProperty.py

Modified: erp5/trunk/products/ERP5/Document/VariatedProperty.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/VariatedProperty.py?rev=10046&r1=10045&r2=10046&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/VariatedProperty.py (original)
+++ erp5/trunk/products/ERP5/Document/VariatedProperty.py Sun Sep 17 14:27:20 2006
@@ -67,49 +67,6 @@
     # Declarative interfaces
     __implements__ = ( Interface.Variated, )
 
-    # Factory Type Information
-    factory_type_information = \
-      {    'id'             : portal_type
-         , 'meta_type'      : meta_type
-         , 'description'    : """\
-A VariatedProperty."""
-         , 'icon'           : 'variated_reference_icon.gif'
-         , 'product'        : 'ERP5'
-         , 'factory'        : 'addVariatedProperty'
-         , 'immediate_view' : 'variated_property_view'
-         , 'actions'        :
-        ( { 'id'            : 'view'
-          , 'name'          : 'View'
-          , 'category'      : 'object_view'
-          , 'action'        : 'variated_property_view'
-          , 'permissions'   : (
-              Permissions.View, )
-          }
-        , { 'id'            : 'print'
-          , 'name'          : 'Print'
-          , 'category'      : 'object_print'
-          , 'action'        : 'variated_reference_print'
-          , 'permissions'   : (
-              Permissions.View, )
-          }
-        , { 'id'            : 'metadata'
-          , 'name'          : 'Metadata'
-          , 'category'      : 'object_view'
-          , 'action'        : 'metadata_edit'
-          , 'permissions'   : (
-              Permissions.View, )
-          }
-        , { 'id'            : 'translate'
-          , 'name'          : 'Translate'
-          , 'category'      : 'object_action'
-          , 'action'        : 'translation_template_view'
-          , 'permissions'   : (
-              Permissions.TranslateContent, )
-          }
-        )
-      }
-
-
     security.declareProtected( Permissions.ModifyPortalContent, 'newCellContent' )
     def newCellContent(self, id, **kw):
       """




More information about the Erp5-report mailing list