[Erp5-report] r30833 - /erp5/trunk/products/ERP5/PropertySheet/Arrow.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Nov 24 09:39:54 CET 2009


Author: kazuhiko
Date: Tue Nov 24 09:39:54 2009
New Revision: 30833

URL: http://svn.erp5.org?rev=30833&view=rev
Log:
source_function and destination_function should be Category not Order type portal types.

Modified:
    erp5/trunk/products/ERP5/PropertySheet/Arrow.py

Modified: erp5/trunk/products/ERP5/PropertySheet/Arrow.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Arrow.py?rev=30833&r1=30832&r2=30833&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/Arrow.py [utf8] (original)
+++ erp5/trunk/products/ERP5/PropertySheet/Arrow.py [utf8] Tue Nov 24 09:39:54 2009
@@ -549,7 +549,7 @@
             'description' : 'The title of the source function of this movement',
             'type'        : 'string',
             'acquisition_base_category'     : ('source_function',),
-            'acquisition_portal_type'       : Expression('python: portal.getPortalOrderTypeList()'),
+            'acquisition_portal_type'       : ('Category',),
             'acquisition_copy_value'        : 0,
             'acquisition_accessor_id'       : 'getTitle',
             'acquisition_depends'           : None,
@@ -559,7 +559,7 @@
             'description' : 'The id of the source function of this movement',
             'type'        : 'string',
             'acquisition_base_category'     : ('source_function',),
-            'acquisition_portal_type'       : Expression('python: portal.getPortalOrderTypeList()'),
+            'acquisition_portal_type'       : ('Category',),
             'acquisition_copy_value'        : 0,
             'acquisition_accessor_id'       : 'getId',
             'acquisition_depends'           : None,
@@ -569,7 +569,7 @@
             'description' : 'The titles of the source function of this movement',
             'type'        : 'string',
             'acquisition_base_category'     : ('source_function',),
-            'acquisition_portal_type'       : Expression('python: portal.getPortalOrderTypeList()'),
+            'acquisition_portal_type'       : ('Category',),
             'acquisition_copy_value'        : 0,
             'acquisition_accessor_id'       : 'getRelativeUrl',
             'acquisition_depends'           : None,
@@ -580,7 +580,7 @@
             'description' : 'The title of the destination function of this movement',
             'type'        : 'string',
             'acquisition_base_category'     : ('destination_function',),
-            'acquisition_portal_type'       : Expression('python: portal.getPortalOrderTypeList()'),
+            'acquisition_portal_type'       : ('Category',),
             'acquisition_copy_value'        : 0,
             'acquisition_accessor_id'       : 'getTitle',
             'acquisition_depends'           : None,
@@ -590,7 +590,7 @@
             'description' : 'The id of the destination function of this movement',
             'type'        : 'string',
             'acquisition_base_category'     : ('destination_function',),
-            'acquisition_portal_type'       : Expression('python: portal.getPortalOrderTypeList()'),
+            'acquisition_portal_type'       : ('Category',),
             'acquisition_copy_value'        : 0,
             'acquisition_accessor_id'       : 'getId',
             'acquisition_depends'           : None,
@@ -600,7 +600,7 @@
             'description' : 'The titles of the destination function of this movement',
             'type'        : 'string',
             'acquisition_base_category'     : ('destination_function',),
-            'acquisition_portal_type'       : Expression('python: portal.getPortalOrderTypeList()'),
+            'acquisition_portal_type'       : ('Category',),
             'acquisition_copy_value'        : 0,
             'acquisition_accessor_id'       : 'getRelativeUrl',
             'acquisition_depends'           : None,




More information about the Erp5-report mailing list