Commit 8ea1847c authored by Jérome Perrin's avatar Jérome Perrin

Rename "Fixing Price" to "Exchange Rate" in Currency Exchange Lines (...

Rename "Fixing Price" to "Exchange Rate" in Currency Exchange Lines ( http://en.wikipedia.org/wiki/Exchange_rate ). Use 6 places for precision in exchange rate.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17826 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8c03b05c
...@@ -3,11 +3,8 @@ ...@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <global name="ProxyField" module="Products.ERP5Form.ProxyField"/>
<string>Products.ERP5Form.ProxyField</string> <tuple/>
<string>ProxyField</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
...@@ -17,6 +14,8 @@ ...@@ -17,6 +14,8 @@
<value> <value>
<list> <list>
<string>title</string> <string>title</string>
<string>description</string>
<string>precision</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -77,6 +76,10 @@ ...@@ -77,6 +76,10 @@
<key> <string>values</string> </key> <key> <string>values</string> </key>
<value> <value>
<dictionary> <dictionary>
<item>
<key> <string>description</string> </key>
<value> <string>How much this currency is worth in terms of the reference currency.</string> </value>
</item>
<item> <item>
<key> <string>field_id</string> </key> <key> <string>field_id</string> </key>
<value> <string>my_money_quantity</string> </value> <value> <string>my_money_quantity</string> </value>
...@@ -85,13 +88,17 @@ ...@@ -85,13 +88,17 @@
<key> <string>form_id</string> </key> <key> <string>form_id</string> </key>
<value> <string>Base_viewFieldLibrary</string> </value> <value> <string>Base_viewFieldLibrary</string> </value>
</item> </item>
<item>
<key> <string>precision</string> </key>
<value> <int>6</int> </value>
</item>
<item> <item>
<key> <string>target</string> </key> <key> <string>target</string> </key>
<value> <string>Click to edit the target</string> </value> <value> <string>Click to edit the target</string> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Fixing Price</string> </value> <value> <string>Exchange Rate</string> </value>
</item> </item>
</dictionary> </dictionary>
</value> </value>
......
...@@ -3,11 +3,8 @@ ...@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <global name="ProxyField" module="Products.ERP5Form.ProxyField"/>
<string>Products.ERP5Form.ProxyField</string> <tuple/>
<string>ProxyField</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
...@@ -107,7 +104,7 @@ ...@@ -107,7 +104,7 @@
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string>The reference currency in which the fixing price is given.</string> </value> <value> <string>The reference currency in which the exchange rate is given.</string> </value>
</item> </item>
<item> <item>
<key> <string>field_id</string> </key> <key> <string>field_id</string> </key>
......
...@@ -102,7 +102,7 @@ ...@@ -102,7 +102,7 @@
</tuple> </tuple>
<tuple> <tuple>
<string>base_price</string> <string>base_price</string>
<string>Fixing Price</string> <string>Exchange Rage</string>
</tuple> </tuple>
<tuple> <tuple>
<string>translated_validation_state_title</string> <string>translated_validation_state_title</string>
...@@ -167,7 +167,7 @@ ...@@ -167,7 +167,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Currency Exchange Lines</string> </value> <value> <string>Currency Exchange Rates</string> </value>
</item> </item>
</dictionary> </dictionary>
</value> </value>
......
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
<value> <string>Click to edit the target</string> </value> <value> <string>Click to edit the target</string> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Precision</string> </value> <value> <string>Precision</string> </value>
</item> </item>
</dictionary> </dictionary>
......
229 231
\ No newline at end of file \ No newline at end of file
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