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 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<tuple>
<string>Products.ERP5Form.ProxyField</string>
<string>ProxyField</string>
</tuple>
<none/>
<global name="ProxyField" module="Products.ERP5Form.ProxyField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
......@@ -17,6 +14,8 @@
<value>
<list>
<string>title</string>
<string>description</string>
<string>precision</string>
</list>
</value>
</item>
......@@ -77,6 +76,10 @@
<key> <string>values</string> </key>
<value>
<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>
<key> <string>field_id</string> </key>
<value> <string>my_money_quantity</string> </value>
......@@ -85,13 +88,17 @@
<key> <string>form_id</string> </key>
<value> <string>Base_viewFieldLibrary</string> </value>
</item>
<item>
<key> <string>precision</string> </key>
<value> <int>6</int> </value>
</item>
<item>
<key> <string>target</string> </key>
<value> <string>Click to edit the target</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Fixing Price</string> </value>
<key> <string>title</string> </key>
<value> <string>Exchange Rate</string> </value>
</item>
</dictionary>
</value>
......
......@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<tuple>
<string>Products.ERP5Form.ProxyField</string>
<string>ProxyField</string>
</tuple>
<none/>
<global name="ProxyField" module="Products.ERP5Form.ProxyField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
......@@ -107,7 +104,7 @@
</item>
<item>
<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>
<key> <string>field_id</string> </key>
......
......@@ -102,7 +102,7 @@
</tuple>
<tuple>
<string>base_price</string>
<string>Fixing Price</string>
<string>Exchange Rage</string>
</tuple>
<tuple>
<string>translated_validation_state_title</string>
......@@ -167,7 +167,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Currency Exchange Lines</string> </value>
<value> <string>Currency Exchange Rates</string> </value>
</item>
</dictionary>
</value>
......
......@@ -87,7 +87,7 @@
<value> <string>Click to edit the target</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<key> <string>title</string> </key>
<value> <string>Precision</string> </value>
</item>
</dictionary>
......
229
\ No newline at end of file
231
\ 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