[Erp5-report] r32469 kazuhiko - /erp5/trunk/products/ERP5/Document/DeliveryRule.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Feb 12 07:05:20 CET 2010


Author: kazuhiko
Date: Fri Feb 12 07:05:20 2010
New Revision: 32469

URL: http://svn.erp5.org?rev=32469&view=rev
Log:
add more default expandable property list according to the old implementation.

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

Modified: erp5/trunk/products/ERP5/Document/DeliveryRule.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/DeliveryRule.py?rev=32469&r1=32468&r2=32469&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/DeliveryRule.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/DeliveryRule.py [utf8] Fri Feb 12 07:05:20 2010
@@ -211,7 +211,7 @@
     # of hardcoded properties. Theses properties should now be
     # defined on the rule itself
     if len(property_list) == 0:
-      LOG("Order Rule , getExpandablePropertyList", WARNING,
+      LOG("Delivery Rule , getExpandablePropertyList", WARNING,
                  "Hardcoded properties set, please define your rule correctly")
       property_list = (
         'aggregate_list',
@@ -220,7 +220,11 @@
         'description',
         'destination',
         'destination_account',
+        'destination_administration',
+        'destination_decision',
         'destination_function',
+        'destination_payment',
+        'destination_project',
         'destination_section',
         'price',
         'price_currency',
@@ -229,7 +233,11 @@
         'resource',
         'source',
         'source_account',
+        'source_administration',
+        'source_decision',
         'source_function',
+        'source_payment',
+        'source_project',
         'source_section',
         'start_date',
         'stop_date',




More information about the Erp5-report mailing list