[Erp5-report] r7705 - /erp5/trunk/products/ERP5/Document/Variation.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Jun 13 13:08:10 CEST 2006


Author: romain
Date: Tue Jun 13 13:08:08 2006
New Revision: 7705

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

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

Modified: erp5/trunk/products/ERP5/Document/Variation.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/Variation.py?rev=7705&r1=7704&r2=7705&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/Variation.py (original)
+++ erp5/trunk/products/ERP5/Document/Variation.py Tue Jun 13 13:08:08 2006
@@ -56,49 +56,3 @@
                       , PropertySheet.Variation
                       , PropertySheet.VariationRange
                       )
-
-    # 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'           : 'organisation_icon.gif'
-         , 'product'        : 'ERP5'
-         , 'factory'        : 'addOrganisation'
-         , 'immediate_view' : 'organisation_edit'
-         , 'actions'        :
-        ( { 'id'            : 'view'
-          , 'name'          : 'View'
-          , 'category'      : 'object_view'
-          , 'action'        : 'organisation_edit'
-          , 'permissions'   : (
-              Permissions.View, )
-          }
-        , { 'id'            : 'print'
-          , 'name'          : 'Print'
-          , 'category'      : 'object_print'
-          , 'action'        : 'organisation_print'
-          , 'permissions'   : (
-              Permissions.View, )
-          }
-        , { 'id'            : 'metadata'
-          , 'name'          : 'Metadata'
-          , 'category'      : 'object_edit'
-          , 'action'        : 'metadata_edit'
-          , 'permissions'   : (
-              Permissions.View, )
-          }
-        , { 'id'            : 'translate'
-          , 'name'          : 'Translate'
-          , 'category'      : 'object_action'
-          , 'action'        : 'translation_template_view'
-          , 'permissions'   : (
-              Permissions.TranslateContent, )
-          }
-        )
-      }
-
-




More information about the Erp5-report mailing list