[Erp5-report] r8364 - /erp5/trunk/products/ERP5/Document/Path.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jul 10 19:10:05 CEST 2006


Author: romain
Date: Mon Jul 10 19:10:02 2006
New Revision: 8364

URL: http://svn.erp5.org?rev=8364&view=rev
Log:
Remove factory type information.

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

Modified: erp5/trunk/products/ERP5/Document/Path.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/Path.py?rev=8364&r1=8363&r2=8364&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/Path.py (original)
+++ erp5/trunk/products/ERP5/Document/Path.py Mon Jul 10 19:10:02 2006
@@ -69,48 +69,3 @@
                     , PropertySheet.Path    # The path defines the efficiency & resource
                     , PropertySheet.FlowCapacity    # The capacity defines the max. qty
                     )
-
-  # Factory Type Information
-  factory_type_information = \
-      {    'id'             : portal_type
-         , 'meta_type'      : meta_type
-         , 'description'    : """\
-An Organisation object holds the information about
-an organisation (ex. a division in a company, a company,
-a service in a public administration)."""
-         , 'icon'           : 'segment_icon.gif'
-         , 'product'        : 'ERP5'
-         , 'factory'        : 'addPath'
-         , 'immediate_view' : 'predicate_view'
-         , 'actions'        :
-        ( { 'id'            : 'view'
-          , 'name'          : 'View'
-          , 'category'      : 'object_view'
-          , 'action'        : 'predicate_view'
-          , 'permissions'   : (
-              Permissions.View, )
-          }
-        , { 'id'            : 'print'
-          , 'name'          : 'Print'
-          , 'category'      : 'object_print'
-          , 'action'        : 'segment_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'        : 'segment_view'
-          , 'permissions'   : (
-              Permissions.TranslateContent, )
-          }
-        )
-      }
-




More information about the Erp5-report mailing list