Commit 6812ad32 authored by Kevin Deldycke's avatar Kevin Deldycke

Add symbol to let us define symbol for each currency

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8177 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 742a5ec3
......@@ -136,6 +136,10 @@ 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