[Erp5-report] r11841 - /erp5/trunk/products/ERP5/Document/Account.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Jan 3 02:45:29 CET 2007


Author: jp
Date: Wed Jan  3 02:45:28 2007
New Revision: 11841

URL: http://svn.erp5.org?rev=11841&view=rev
Log:
Removed dependency to ancient Core. Left commented class def to remind to create Interfaces to replace ancient Core classes.

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

Modified: erp5/trunk/products/ERP5/Document/Account.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/Account.py?rev=11841&r1=11840&r2=11841&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/Account.py (original)
+++ erp5/trunk/products/ERP5/Document/Account.py Wed Jan  3 02:45:28 2007
@@ -32,9 +32,11 @@
 from Products.ERP5Type import Permissions, PropertySheet, Constraint, Interface
 from Products.ERP5Type.XMLObject import XMLObject
 
-from Products.ERP5.Core.MetaNode import MetaNode
+#from Products.ERP5.Core.MetaNode import MetaNode
 
-class Account(MetaNode, XMLObject):
+
+#class Account(MetaNode, XMLObject):
+class Account(XMLObject):
     """
       An account is an abstract metanode which holds
       currencies. Accounting is implemented through




More information about the Erp5-report mailing list