Commit 0c137388 authored by Jérome Perrin's avatar Jérome Perrin

Rename "Social Form" in "Legal Form"

Rename "Social Capital" in "Registered Capital"
Add doc for those two fields

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17937 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 95a0518b
...@@ -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,7 @@ ...@@ -17,6 +14,7 @@
<value> <value>
<list> <list>
<string>title</string> <string>title</string>
<string>description</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -87,6 +85,10 @@ ...@@ -87,6 +85,10 @@
<key> <string>values</string> </key> <key> <string>values</string> </key>
<value> <value>
<dictionary> <dictionary>
<item>
<key> <string>description</string> </key>
<value> <string>The list of skills for this company.</string> </value>
</item>
<item> <item>
<key> <string>field_id</string> </key> <key> <string>field_id</string> </key>
<value> <string>my_category_list</string> </value> <value> <string>my_category_list</string> </value>
...@@ -100,7 +102,7 @@ ...@@ -100,7 +102,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>Skills</string> </value> <value> <string>Skills</string> </value>
</item> </item>
</dictionary> </dictionary>
......
...@@ -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,7 @@ ...@@ -17,6 +14,7 @@
<value> <value>
<list> <list>
<string>title</string> <string>title</string>
<string>description</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -77,6 +75,10 @@ ...@@ -77,6 +75,10 @@
<key> <string>values</string> </key> <key> <string>values</string> </key>
<value> <value>
<dictionary> <dictionary>
<item>
<key> <string>description</string> </key>
<value> <string>The registered capital of this organisation.</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>
...@@ -90,8 +92,8 @@ ...@@ -90,8 +92,8 @@
<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>Social Capital</string> </value> <value> <string>Registered Capital</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>
...@@ -17,6 +14,7 @@ ...@@ -17,6 +14,7 @@
<value> <value>
<list> <list>
<string>title</string> <string>title</string>
<string>description</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -87,6 +85,10 @@ ...@@ -87,6 +85,10 @@
<key> <string>values</string> </key> <key> <string>values</string> </key>
<value> <value>
<dictionary> <dictionary>
<item>
<key> <string>description</string> </key>
<value> <string>Legal form of business company.</string> </value>
</item>
<item> <item>
<key> <string>field_id</string> </key> <key> <string>field_id</string> </key>
<value> <string>my_category</string> </value> <value> <string>my_category</string> </value>
...@@ -100,8 +102,8 @@ ...@@ -100,8 +102,8 @@
<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>Social Form</string> </value> <value> <string>Legal Form</string> </value>
</item> </item>
</dictionary> </dictionary>
</value> </value>
......
239 240
\ 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