[Erp5-report] r10043 - /erp5/trunk/products/ERP5/Document/ProjectReport.py

nobody at svn.erp5.org nobody at svn.erp5.org
Sun Sep 17 14:26:37 CEST 2006


Author: jp
Date: Sun Sep 17 14:26:36 2006
New Revision: 10043

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

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

Modified: erp5/trunk/products/ERP5/Document/ProjectReport.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/ProjectReport.py?rev=10043&r1=10042&r2=10043&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/ProjectReport.py (original)
+++ erp5/trunk/products/ERP5/Document/ProjectReport.py Sun Sep 17 14:26:36 2006
@@ -43,6 +43,7 @@
     The amount of time on a particular project relates to a client.
     A expense relates to a project.
 
+    OUTPHASED BY TASK REPORT
     """
 
     meta_type = 'ERP5 Project Report'
@@ -67,48 +68,3 @@
     # Declarative Interface
     __implements__ = ( )
 
-    # Factory Type Information
-    factory_type_information = \
-        {  'id'             : portal_type
-         , 'meta_type'      : meta_type
-         , 'description'    : 'Use Project Report to track times and expenses in a consulting firm'
-         , 'icon'           : 'document_icon.gif'
-         , 'product'        : 'ERP5'
-         , 'factory'        : 'addProjectReport'
-         , 'immediate_view' : 'project_report_view'
-         , 'allow_discussion'     : 1
-         , 'allowed_content_types': ('Delivery Line',
-                                      )
-         , 'actions'        :
-        ( { 'id'            : 'view'
-          , 'name'          : 'View'
-          , 'action'        : 'project_report_view'
-          , 'category'      : 'object_view'
-          , 'permissions'   : (
-              Permissions.View, )
-          }
-        , { 'id'            : 'print'
-          , 'name'          : 'Print'
-          , 'action'        : 'project_report_print'
-          , 'category'      : 'object_print'
-          , 'permissions'   : (
-              Permissions.View, )
-          }
-        , { 'id'            : 'metadata'
-          , 'name'          : 'Metadata'
-          , 'action'        : 'metadata_edit'
-          , 'category'      : 'object_view'
-          , 'permissions'   : (
-              Permissions.ModifyPortalContent, )
-          }
-        , { 'id'            : 'translate'
-          , 'name'          : 'Translate'
-          , 'action'        : 'translation_template'
-          , 'category'      : 'object_action'
-          , 'permissions'   : (
-              Permissions.View, )
-          }
-        )
-        }
-
-




More information about the Erp5-report mailing list