[Erp5-report] r30646 - /erp5/trunk/products/ERP5/PropertySheet/SolverSelection.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Nov 16 10:40:09 CET 2009


Author: jp
Date: Mon Nov 16 10:40:07 2009
New Revision: 30646

URL: http://svn.erp5.org?rev=30646&view=rev
Log:
Removed until reel need understood

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

Modified: erp5/trunk/products/ERP5/PropertySheet/SolverSelection.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/SolverSelection.py?rev=30646&r1=30645&r2=30646&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/SolverSelection.py [utf8] (original)
+++ erp5/trunk/products/ERP5/PropertySheet/SolverSelection.py [utf8] Mon Nov 16 10:40:07 2009
@@ -36,25 +36,8 @@
   """
 
   _properties = (
-    # XXX - this can not work and must be moved to MixIn (pt of pt)
-    {   'id'          : 'delivery_solver_id',
-        'description' : 'The ID the delivery solver which is selected',
-        'type'        : 'string',
-        'acquisition_base_category'     : ('solver',),
-        'acquisition_portal_type'       : Expression('python:portal.getPortalDeliverySolverTypeList()'),
-        'acquisition_copy_value'        : 0,
-        'acquisition_accessor_id'       : 'getId',
-        'acquisition_depends'           : None,
-        'mode'        : 'r' },
-    {   'id'          : 'target_solver_id',
-        'description' : 'The title of the source organisation of this movement',
-        'type'        : 'string',
-        'acquisition_base_category'     : ('solver',),
-        'acquisition_portal_type'       : Expression('python:portal.getPortalTargetSolverTypeList()'),
-        'acquisition_copy_value'        : 0,
-        'acquisition_accessor_id'       : 'getId',
-        'acquisition_depends'           : None,
-        'mode'        : 'r' },
+    # XXX - Not sure if anything else needed.
+    
   )
 
   _categories = ('solver',)




More information about the Erp5-report mailing list