[Erp5-report] r41375 nicolas.dumazet - /erp5/trunk/products/ERP5Type/dynamic/

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Dec 13 09:04:38 CET 2010


Author: nicolas.dumazet
Date: Mon Dec 13 09:04:38 2010
New Revision: 41375

URL: http://svn.erp5.org?rev=41375&view=rev
Log:
SolverTool, as a Type Provider, needs to be handled carefully:
in fact, accessing erp5.portal_types will try loading the contents
of portal_solvers as well...

Modified:
    erp5/trunk/products/ERP5Type/dynamic/portal_type_class.py

Modified: erp5/trunk/products/ERP5Type/dynamic/portal_type_class.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/dynamic/portal_type_class.py?rev=41375&r1=41374&r2=41375&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/dynamic/portal_type_class.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/dynamic/portal_type_class.py [utf8] Mon Dec 13 09:04:38 2010
@@ -118,10 +118,12 @@ property_sheet_generating_portal_type_se
 # Property Sheet to allow the outer (which will actually be stored in
 # 'erp5.portal_type') to be fully generated.
 core_portal_type_class_dict = {
-  'Base Type': {'type_class': 'ERP5TypeInformation',
-                'generating': False},
-  'Types Tool': {'type_class': 'TypesTool',
-                 'generating': False}
+  'Base Type':    {'type_class': 'ERP5TypeInformation',
+                   'generating': False},
+  'Types Tool':   {'type_class': 'TypesTool',
+                   'generating': False},
+  'Solver Tool': {'type_class': 'SolverTool',
+                  'generating': False}
   }
 
 def generatePortalTypeClass(portal_type_name):



More information about the Erp5-report mailing list