[Erp5-report] r9069 - in /erp5/trunk/products/ERP5Banking: Document/ PropertySheet/

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Aug 7 16:06:27 CEST 2006


Author: aurel
Date: Mon Aug  7 16:06:22 2006
New Revision: 9069

URL: http://svn.erp5.org?rev=9069&view=rev
Log:
use varaitionRange property sheet instead of defining variation in
cash delivery cell property line

Modified:
    erp5/trunk/products/ERP5Banking/Document/CashDeliveryCell.py
    erp5/trunk/products/ERP5Banking/PropertySheet/CashDeliveryLine.py

Modified: erp5/trunk/products/ERP5Banking/Document/CashDeliveryCell.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Banking/Document/CashDeliveryCell.py?rev=9069&r1=9068&r2=9069&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Banking/Document/CashDeliveryCell.py (original)
+++ erp5/trunk/products/ERP5Banking/Document/CashDeliveryCell.py Mon Aug  7 16:06:22 2006
@@ -54,15 +54,16 @@
 
   # Declarative properties
   property_sheets = ( PropertySheet.Base
-                    , PropertySheet.CategoryCore
-                    , PropertySheet.Arrow
-                    , PropertySheet.Amount
-                    , PropertySheet.Task
-                    , PropertySheet.Movement
-                    , PropertySheet.Price
-                    , PropertySheet.Predicate
-                    , PropertySheet.MappedValue
-                    , PropertySheet.ItemAggregation
+                      , PropertySheet.CategoryCore
+                      , PropertySheet.Arrow
+                      , PropertySheet.Amount
+                      , PropertySheet.Task
+                      , PropertySheet.Movement
+                      , PropertySheet.Price
+                      , PropertySheet.Predicate
+                      , PropertySheet.MappedValue
+                      , PropertySheet.ItemAggregation
+                      , PropertySheet.VariationRange
                     )
 
   security.declareProtected(Permissions.View, 'getBaobabSource')

Modified: erp5/trunk/products/ERP5Banking/PropertySheet/CashDeliveryLine.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Banking/PropertySheet/CashDeliveryLine.py?rev=9069&r1=9068&r2=9069&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Banking/PropertySheet/CashDeliveryLine.py (original)
+++ erp5/trunk/products/ERP5Banking/PropertySheet/CashDeliveryLine.py Mon Aug  7 16:06:22 2006
@@ -37,5 +37,4 @@
 
   _categories = ( 'emission_letter'
                 , 'cash_status'
-                , 'variation'
                 )




More information about the Erp5-report mailing list