[Erp5-report] r10045 - /erp5/trunk/products/ERP5/Document/Transaction.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Sun Sep 17 14:27:06 CEST 2006
Author: jp
Date: Sun Sep 17 14:27:05 2006
New Revision: 10045
URL: http://svn.erp5.org?rev=10045&view=rev
Log:
Removed Factory Type Information
Modified:
erp5/trunk/products/ERP5/Document/Transaction.py
Modified: erp5/trunk/products/ERP5/Document/Transaction.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/Transaction.py?rev=10045&r1=10044&r2=10045&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/Transaction.py (original)
+++ erp5/trunk/products/ERP5/Document/Transaction.py Sun Sep 17 14:27:05 2006
@@ -62,57 +62,3 @@
, PropertySheet.Reference
)
- # CMF Factory Type Information
- factory_type_information = \
- { 'id' : portal_type
- , 'meta_type' : meta_type
- , 'description' : """\
-An order..."""
- , 'icon' : 'transaction_icon.gif'
- , 'product' : 'ERP5'
- , 'factory' : 'addTransaction'
- , 'immediate_view' : 'transaction_view'
- , 'allow_discussion' : 1
- , 'allowed_content_types': ('Movement',
- )
- , 'filter_content_types' : 1
- , 'global_allow' : 1
- , 'actions' :
- ( { 'id' : 'view'
- , 'name' : 'View'
- , 'category' : 'object_view'
- , 'action' : 'transaction_view'
- , 'permissions' : (
- Permissions.View, )
- }
- , { 'id' : 'list'
- , 'name' : 'Object Contents'
- , 'category' : 'object_action'
- , 'action' : 'folder_contents'
- , 'permissions' : (
- Permissions.View, )
- }
- , { 'id' : 'print'
- , 'name' : 'Print'
- , 'category' : 'object_print'
- , 'action' : 'transaction_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, )
- }
- )
- }
-
More information about the Erp5-report
mailing list