diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/IdTool_zGetValueList.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/IdTool_zGetValueList.xml
index 6fbfb37e4b5ff03ef9aa0b7dc101221efafd9b6d..9431ff9b901f690f8f14c48422f37cfc630a3613 100644
--- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/IdTool_zGetValueList.xml
+++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/IdTool_zGetValueList.xml
@@ -6,10 +6,32 @@
     </pickle>
     <pickle>
       <dictionary>
+        <item>
+            <key> <string>allow_simple_one_argument_traversal</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
         <item>
             <key> <string>arguments_src</string> </key>
             <value> <string></string> </value>
         </item>
+        <item>
+            <key> <string>cache_time_</string> </key>
+            <value> <int>0</int> </value>
+        </item>
+        <item>
+            <key> <string>class_file_</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>class_name_</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>connection_hook</string> </key>
+            <value> <string></string> </value>
+        </item>
         <item>
             <key> <string>connection_id</string> </key>
             <value> <string>erp5_sql_transactionless_connection</string> </value>
@@ -18,6 +40,14 @@
             <key> <string>id</string> </key>
             <value> <string>IdTool_zGetValueList</string> </value>
         </item>
+        <item>
+            <key> <string>max_cache_</string> </key>
+            <value> <int>100</int> </value>
+        </item>
+        <item>
+            <key> <string>max_rows_</string> </key>
+            <value> <int>0</int> </value>
+        </item>
         <item>
             <key> <string>src</string> </key>
             <value> <string>select id_group, last_id from portal_ids</string> </value>
diff --git a/product/ERP5/bootstrap/erp5_core/bt/change_log b/product/ERP5/bootstrap/erp5_core/bt/change_log
index 516a30c105e3698ec82ed8860e337c8c1bc22747..be36622885761fb1ad0c4d29350aaf6e810289a7 100644
--- a/product/ERP5/bootstrap/erp5_core/bt/change_log
+++ b/product/ERP5/bootstrap/erp5_core/bt/change_log
@@ -1,3 +1,6 @@
+2012-07-20 tatuya
+* Set max_row 0 on IdTool_zGetValueList so that we can get all the records of portal_ids table when there are more than 1000 id_group.
+
 2012-03-07 arnaud.fontaine
 * Allow to choose preferred source code editor in Preference view.
 * Use source code editor defined in Preference for Component_view.
diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision
index e8f93305117031d99b25644f5d1313c5466729cb..d14d672ef64e23c4172ac89fc3fd2d98f6721538 100644
--- a/product/ERP5/bootstrap/erp5_core/bt/revision
+++ b/product/ERP5/bootstrap/erp5_core/bt/revision
@@ -1 +1 @@
-41042
\ No newline at end of file
+41043
\ No newline at end of file