diff --git a/product/ERP5/Document/Account.py b/product/ERP5/Document/Account.py index 43b60e099e01025cfe79bef883d9e8c960bc5323..c01f83fd65bca59b08c8663564521830ae074014 100644 --- a/product/ERP5/Document/Account.py +++ b/product/ERP5/Document/Account.py @@ -32,9 +32,11 @@ from AccessControl import ClassSecurityInfo 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