[Erp5-report] r21377 - /erp5/trunk/products/ERP5Type/ERP5Type.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Jun 6 10:57:04 CEST 2008


Author: romain
Date: Fri Jun  6 10:57:03 2008
New Revision: 21377

URL: http://svn.erp5.org?rev=21377&view=rev
Log:
Add comment

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

Modified: erp5/trunk/products/ERP5Type/ERP5Type.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/ERP5Type.py?rev=21377&r1=21376&r2=21377&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/ERP5Type.py (original)
+++ erp5/trunk/products/ERP5Type/ERP5Type.py Fri Jun  6 10:57:03 2008
@@ -404,6 +404,10 @@
                               'getInstancePropertyAndBaseCategoryList')
     def getInstancePropertyAndBaseCategoryList(self):
       """Return all the properties and base categories of the portal type. """
+      # XXX Does not return the list of all properties and categories
+      # currently (as implementation does not follow exactly the accessor
+      # generation, like for Expression evaluation). Should be probably better
+      # to get the list from property holder and not from property sheet
       ptype_object = self
       # get the klass of the object based on the constructor document
       m = Products.ERP5Type._m




More information about the Erp5-report mailing list