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

don't show ID here

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20535 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ef2bcbed
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
<value> <value>
<list> <list>
<string>title</string> <string>title</string>
<string>lines</string>
<string>columns</string> <string>columns</string>
<string>all_columns</string> <string>all_columns</string>
<string>sort</string> <string>sort</string>
...@@ -95,8 +94,12 @@ ...@@ -95,8 +94,12 @@
<value> <value>
<list> <list>
<tuple> <tuple>
<string>id</string> <string>int_index</string>
<string>ID</string> <string>Index</string>
</tuple>
<tuple>
<string>reference</string>
<string>Reference</string>
</tuple> </tuple>
<tuple> <tuple>
<string>title</string> <string>title</string>
...@@ -126,8 +129,12 @@ ...@@ -126,8 +129,12 @@
<value> <value>
<list> <list>
<tuple> <tuple>
<string>id</string> <string>int_index</string>
<string>ID</string> <string>Index</string>
</tuple>
<tuple>
<string>reference</string>
<string>Reference</string>
</tuple> </tuple>
<tuple> <tuple>
<string>title</string> <string>title</string>
...@@ -177,10 +184,6 @@ ...@@ -177,10 +184,6 @@
<key> <string>form_id</string> </key> <key> <string>form_id</string> </key>
<value> <string>SalePackingList_viewFieldLibrary</string> </value> <value> <string>SalePackingList_viewFieldLibrary</string> </value>
</item> </item>
<item>
<key> <string>lines</string> </key>
<value> <int>10</int> </value>
</item>
<item> <item>
<key> <string>portal_types</string> </key> <key> <string>portal_types</string> </key>
<value> <value>
...@@ -223,7 +226,7 @@ ...@@ -223,7 +226,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Sale Packing List Lines</string> </value> <value> <string>Sale Packing List Movements</string> </value>
</item> </item>
</dictionary> </dictionary>
</value> </value>
......
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