Commit e402249f authored by Jérome Perrin's avatar Jérome Perrin

use terms from glossary and delegate more to proxy fields

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27184 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 29498516
...@@ -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>
...@@ -18,7 +15,6 @@ ...@@ -18,7 +15,6 @@
<list> <list>
<string>title</string> <string>title</string>
<string>default</string> <string>default</string>
<string>display_width</string>
<string>editable</string> <string>editable</string>
</list> </list>
</value> </value>
...@@ -67,10 +63,6 @@ ...@@ -67,10 +63,6 @@
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value> </value>
</item> </item>
<item>
<key> <string>display_width</string> </key>
<value> <string></string> </value>
</item>
<item> <item>
<key> <string>editable</string> </key> <key> <string>editable</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
...@@ -102,10 +94,6 @@ ...@@ -102,10 +94,6 @@
<key> <string>default</string> </key> <key> <string>default</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>display_width</string> </key>
<value> <int>20</int> </value>
</item>
<item> <item>
<key> <string>editable</string> </key> <key> <string>editable</string> </key>
<value> <int>0</int> </value> <value> <int>0</int> </value>
...@@ -124,7 +112,7 @@ ...@@ -124,7 +112,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Resource</string> </value> <value> <string>Product or Service</string> </value>
</item> </item>
</dictionary> </dictionary>
</value> </value>
......
113 114
\ 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