[Erp5-report] r8355 - /erp5/trunk/products/ERP5/Document/Domain.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jul 10 16:49:21 CEST 2006


Author: seb
Date: Mon Jul 10 16:49:19 2006
New Revision: 8355

URL: http://svn.erp5.org?rev=8355&view=rev
Log:
added the method getChildDomainValueList

Modified:
    erp5/trunk/products/ERP5/Document/Domain.py

Modified: erp5/trunk/products/ERP5/Document/Domain.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/Domain.py?rev=8355&r1=8354&r2=8355&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/Domain.py (original)
+++ erp5/trunk/products/ERP5/Document/Domain.py Mon Jul 10 16:49:19 2006
@@ -117,3 +117,10 @@
     domain = newTempDomain(self, id)
     domain = domain.__of__(self)
     return domain
+
+  def getChildDomainValueList(self, *args,**kw):
+    """
+    Return child domain objects already present or me may generate
+    dynamically childs.
+    """
+    return self.portal_domains.getChildDomainValueList(*args,**kw)




More information about the Erp5-report mailing list