[Erp5-report] r20195 - /erp5/trunk/products/ERP5/Document/AccountingTransaction.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Mar 28 14:55:29 CET 2008


Author: jerome
Date: Fri Mar 28 14:55:28 2008
New Revision: 20195

URL: http://svn.erp5.org?rev=20195&view=rev
Log:
don't add AccountingTransaction at the class level because some unrelated
portal types uses this class, and constraints cannot be applied to those
classes.

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

Modified: erp5/trunk/products/ERP5/Document/AccountingTransaction.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/AccountingTransaction.py?rev=20195&r1=20194&r2=20195&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/AccountingTransaction.py (original)
+++ erp5/trunk/products/ERP5/Document/AccountingTransaction.py Fri Mar 28 14:55:28 2008
@@ -64,7 +64,6 @@
                       , PropertySheet.Reference
                       , PropertySheet.Comment
                       , PropertySheet.PaymentCondition
-                      , PropertySheet.AccountingTransaction
                       )
     
     def hasSourceSectionAccounting(self):
@@ -113,7 +112,7 @@
         if prop:
           text_list.append(str(prop))
       return ' '.join(text_list)
-
+  
 # Compatibility
 # It may be necessary to create an alias after removing the Transaction class
 # Products.ERP5Type.Document.Transaction = AccountingTransaction




More information about the Erp5-report mailing list