[Erp5-report] r34959 kazuhiko - /erp5/trunk/products/ERP5/PropertySheet/DefaultSupply.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon May 3 18:53:29 CEST 2010
Author: kazuhiko
Date: Mon May 3 18:53:28 2010
New Revision: 34959
URL: http://svn.erp5.org?rev=34959&view=rev
Log:
add base_unit_price acquisition for Sale Supply Line etc.
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=34959&r1=34958&r2=34959&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/DefaultSupply.py [utf8] (original)
+++ erp5/trunk/products/ERP5/PropertySheet/DefaultSupply.py [utf8] Mon May 3 18:53:28 2010
@@ -57,7 +57,7 @@
'portal_type' : ('Internal Supply Line',),
'acquired_property_id' : ('base_price', 'id', 'priced_quantity',
'price_currency', 'price_currency_title',
- 'price_precision',
+ 'price_precision', 'base_unit_price',
'source', 'destination',
'source_title', 'destination_title',
'source_value', 'destination_value',
@@ -80,7 +80,7 @@
'portal_type' : ('Purchase Supply Line',),
'acquired_property_id' : ('base_price', 'id', 'priced_quantity',
'price_currency', 'price_currency_title',
- 'price_precision',
+ 'price_precision', 'base_unit_price',
'source', 'destination',
'source_title', 'destination_title',
'source_value', 'destination_value',
@@ -103,7 +103,7 @@
'portal_type' : ('Sale Supply Line',),
'acquired_property_id' : ('base_price', 'id', 'priced_quantity',
'price_currency', 'price_currency_title',
- 'price_precision',
+ 'price_precision', 'base_unit_price',
'source', 'destination',
'source_title', 'destination_title',
'source_value', 'destination_value',
More information about the Erp5-report
mailing list