Commit a3465c89 authored by Jean-Paul Smets's avatar Jean-Paul Smets

Removed symbol. Please use short_title instead

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10098 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3ae95532
......@@ -70,7 +70,7 @@ class Resource:
'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' },
......@@ -136,10 +136,6 @@ class Resource:
'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',
'storage_id' : 'variation_base_category_list', # Coramy Compatibility
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment