Commit 622a8850 authored by Kevin Deldycke's avatar Kevin Deldycke

2006-06-27 Kevin

* Add symbol on Currencies.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8179 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6812ad32
......@@ -345,6 +345,14 @@
<string>title</string>
<string>Title</string>
</tuple>
<tuple>
<string>symbol</string>
<string>Symbol</string>
</tuple>
<tuple>
<string>precision</string>
<string>Precision</string>
</tuple>
</list>
</value>
</item>
......@@ -412,7 +420,7 @@
</item>
<item>
<key> <string>lines</string> </key>
<value> <int>10</int> </value>
<value> <int>15</int> </value>
</item>
<item>
<key> <string>list_action</string> </key>
......@@ -430,6 +438,10 @@
<list/>
</value>
</item>
<item>
<key> <string>page_template</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>portal_types</string> </key>
<value>
......@@ -490,6 +502,10 @@
<string>id</string>
<string>ID</string>
</tuple>
<tuple>
<string>reference</string>
<string>Currency Code</string>
</tuple>
</list>
</value>
</item>
......
......@@ -99,7 +99,7 @@
<key> <string>left</string> </key>
<value>
<list>
<string>my_reference</string>
<string>my_id</string>
<string>my_title</string>
</list>
</value>
......@@ -108,6 +108,8 @@
<key> <string>right</string> </key>
<value>
<list>
<string>my_symbol</string>
<string>my_reference</string>
<string>my_base_unit_quantity</string>
</list>
</value>
......
......@@ -203,7 +203,7 @@
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
<value> <string>ISO code of the currency or something similar</string> </value>
</item>
<item>
<key> <string>display_maxwidth</string> </key>
......@@ -211,7 +211,7 @@
</item>
<item>
<key> <string>display_width</string> </key>
<value> <int>20</int> </value>
<value> <int>6</int> </value>
</item>
<item>
<key> <string>editable</string> </key>
......
......@@ -203,7 +203,7 @@
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
<value> <string>Full, long name of the currency</string> </value>
</item>
<item>
<key> <string>display_maxwidth</string> </key>
......
......@@ -243,7 +243,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Surname</string> </value>
<value> <string>Last Name</string> </value>
</item>
<item>
<key> <string>truncate</string> </key>
......
2006-06-27 Kevin
* Add symbol on Currencies.
2006-06-09 Kevin
* Remove financial_year_stop_date field since Accounting Period Objects replace it.
......
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