[Erp5-report] r20336 - /erp5/trunk/products/ERP5/Document/Calendar.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Apr 8 10:54:03 CEST 2008


Author: jerome
Date: Tue Apr  8 10:54:03 2008
New Revision: 20336

URL: http://svn.erp5.org?rev=20336&view=rev
Log:
Make Calendar a subclass of Delivery, because they contain movements

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

Modified: erp5/trunk/products/ERP5/Document/Calendar.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/Calendar.py?rev=20336&r1=20335&r2=20336&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/Calendar.py (original)
+++ erp5/trunk/products/ERP5/Document/Calendar.py Tue Apr  8 10:54:03 2008
@@ -28,10 +28,9 @@
 
 from AccessControl import ClassSecurityInfo
 from Products.ERP5Type import Permissions, PropertySheet, Constraint, Interface
-from Products.ERP5Type.XMLObject import XMLObject
-from Products.ERP5.Document.Path import Path
+from Products.ERP5.Document.Delivery import Delivery
 
-class Calendar(Path, XMLObject):
+class Calendar(Delivery):
     """
      Calendar contains Calendar Lines.
     """




More information about the Erp5-report mailing list