[Erp5-report] r10098 - /erp5/trunk/products/ERP5/PropertySheet/Resource.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Sep 18 14:47:35 CEST 2006
Author: jp
Date: Mon Sep 18 14:47:34 2006
New Revision: 10098
URL: http://svn.erp5.org?rev=10098&view=rev
Log:
Removed symbol. Please use short_title instead
Modified:
erp5/trunk/products/ERP5/PropertySheet/Resource.py
Modified: erp5/trunk/products/ERP5/PropertySheet/Resource.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Resource.py?rev=10098&r1=10097&r2=10098&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/Resource.py (original)
+++ erp5/trunk/products/ERP5/PropertySheet/Resource.py Mon Sep 18 14:47:34 2006
@@ -70,7 +70,7 @@
'default' : 1.0,
'mode' : 'w' },
{ 'id' : 'base_unit_quantity',
- 'description' : 'The amount of base units of the resource',
+ 'description' : 'The smallest transferrable amount expressed in the default unit',
'type' : 'float',
'default' : 1.0,
'mode' : 'w' },
@@ -135,10 +135,6 @@
{ 'id' : 'time_quantity',
'description' : 'time of the resource',
'type' : 'float',
- 'mode' : 'w' },
- { 'id' : 'symbol',
- 'description' : 'Symbol to use to print a quantity on PDF reports, etc... Currently used to define currency symbol only.',
- 'type' : 'string',
'mode' : 'w' },
# Definition of the variation domain
{ 'id' : 'variation_base_category',
More information about the Erp5-report
mailing list