[Erp5-report] r29939 - /erp5/trunk/products/ERP5/PropertySheet/DefaultSupply.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Oct 22 17:35:02 CEST 2009


Author: kazuhiko
Date: Thu Oct 22 17:35:01 2009
New Revision: 29939

URL: http://svn.erp5.org?rev=29939&view=rev
Log:
add one more property for default internal supply line.

Modified:
    erp5/trunk/products/ERP5/PropertySheet/DefaultSupply.py

Modified: erp5/trunk/products/ERP5/PropertySheet/DefaultSupply.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/DefaultSupply.py?rev=29939&r1=29938&r2=29939&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/DefaultSupply.py [utf8] (original)
+++ erp5/trunk/products/ERP5/PropertySheet/DefaultSupply.py [utf8] Thu Oct 22 17:35:01 2009
@@ -49,6 +49,25 @@
                                   'destination_reference',
                                   'p_variation_base_category_list'),
             'mode'        : 'w' },
+        # Define default internal supply line
+        {   'id'          : 'internal_supply_line',
+            'storage_id'  : 'default_isl',
+            'description' : '',
+            'type'        : 'content',
+            'portal_type' : ('Internal Supply Line',),
+            'acquired_property_id' : ('base_price', 'id', 'priced_quantity',
+                                  'price_currency', 'price_currency_title',
+                                  'source', 'destination',
+                                  'source_title', 'destination_title',
+                                  'source_value', 'destination_value',
+                                  'quantity_step', 'priced_quantity',
+                                  'start_date', 'stop_date',
+                                  'start_date_range_max',
+                                  'start_date_range_min',
+                                  'comment', 'source_reference',
+                                  'p_variation_base_category_list',
+                                  'destination_account'),
+            'mode'        : 'w' },
         # Define default purchase supply line
         {   'id'          : 'purchase_supply_line',
             'storage_id'  : 'default_psl',




More information about the Erp5-report mailing list