[Erp5-report] r14386 - /erp5/trunk/products/ERP5/Document/Category.py

nobody at svn.erp5.org nobody at svn.erp5.org
Sat May 5 17:09:37 CEST 2007


Author: jp
Date: Sat May  5 17:09:36 2007
New Revision: 14386

URL: http://svn.erp5.org?rev=14386&view=rev
Log:
Inherit __init__ so that Category behaves like any other ERP5Type.

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

Modified: erp5/trunk/products/ERP5/Document/Category.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/Category.py?rev=14386&r1=14385&r2=14386&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/Category.py (original)
+++ erp5/trunk/products/ERP5/Document/Category.py Sat May  5 17:09:36 2007
@@ -112,6 +112,9 @@
                       , PropertySheet.Codification
                       , PropertySheet.Reference
                       , PropertySheet.SortIndex)
+
+    # Inheritance
+    __init__ = Predicate.__init__
  
     # Experimental - virtual document access
     def _experimental_aq_dynamic(self, name):




More information about the Erp5-report mailing list