[Erp5-report] r10042 - /erp5/trunk/products/ERP5/Document/Project.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Sun Sep 17 14:26:16 CEST 2006
Author: jp
Date: Sun Sep 17 14:26:15 2006
New Revision: 10042
URL: http://svn.erp5.org?rev=10042&view=rev
Log:
Removed Factory Type Information
Modified:
erp5/trunk/products/ERP5/Document/Project.py
Modified: erp5/trunk/products/ERP5/Document/Project.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/Project.py?rev=10042&r1=10041&r2=10042&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/Project.py (original)
+++ erp5/trunk/products/ERP5/Document/Project.py Sun Sep 17 14:26:15 2006
@@ -64,48 +64,3 @@
# Declarative Interface
__implements__ = ( )
- # Factory Type Information
- factory_type_information = \
- { 'id' : portal_type
- , 'meta_type' : meta_type
- , 'description' : 'Use Project to define projects in consulting firm'
- , 'icon' : 'document_icon.gif'
- , 'product' : 'ERP5'
- , 'factory' : 'addProject'
- , 'immediate_view' : 'project_view'
- , 'allow_discussion' : 1
- , 'allowed_content_types': ('Order Line',
- )
- , 'actions' :
- ( { 'id' : 'view'
- , 'name' : 'View'
- , 'action' : 'project_view'
- , 'category' : 'object_view'
- , 'permissions' : (
- Permissions.View, )
- }
- , { 'id' : 'print'
- , 'name' : 'Print'
- , 'action' : 'project_print'
- , 'category' : 'object_print'
- , 'permissions' : (
- Permissions.View, )
- }
- , { 'id' : 'metadata'
- , 'name' : 'Metadata'
- , 'action' : 'metadata_view'
- , '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