[Erp5-report] r33021 kazuhiko - /erp5/trunk/products/ERP5/Document/PaymentCondition.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Feb 23 13:33:56 CET 2010
Author: kazuhiko
Date: Tue Feb 23 13:33:55 2010
New Revision: 33021
URL: http://svn.erp5.org?rev=33021&view=rev
Log:
PaymentCondition now inherits from BusinessPath instead of XMLObject.
Modified:
erp5/trunk/products/ERP5/Document/PaymentCondition.py
Modified: erp5/trunk/products/ERP5/Document/PaymentCondition.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/PaymentCondition.py?rev=33021&r1=33020&r2=33021&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/PaymentCondition.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/PaymentCondition.py [utf8] Tue Feb 23 13:33:55 2010
@@ -30,9 +30,9 @@
from AccessControl import ClassSecurityInfo
from Products.ERP5Type import Permissions, PropertySheet, Constraint, interfaces
-from Products.ERP5Type.XMLObject import XMLObject
+from Products.ERP5.Document.BusinessPath import BusinessPath
-class PaymentCondition(XMLObject):
+class PaymentCondition(BusinessPath):
"""
Payment Conditions are used to define all the parameters of a payment
"""
@@ -52,6 +52,7 @@
, PropertySheet.DublinCore
, PropertySheet.Amount
, PropertySheet.PaymentCondition
+ , PropertySheet.Chain
, PropertySheet.SortIndex
+ , PropertySheet.BusinessPath
)
-
More information about the Erp5-report
mailing list