diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_callDialogMethod.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_callDialogMethod.xml
index 79ccd5d2780367c084b44119be9196118c6db665..98f13cca8552bcc0837347a159a846e2fcf38ba6 100644
--- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_callDialogMethod.xml
+++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_callDialogMethod.xml
@@ -159,7 +159,7 @@ try:\n
 \n
   # If url is too long, we do not redirecting\n
   # to avoir crash <christophe@nexedi.com>\n
-  if len(make_query(cleanedup_kw)) > 200 :\n
+  if len(make_query(cleanedup_kw)) > 2000:\n
     cannot_redirect = 1\n
 \n
   # if we cannot redirect, then call the form directly.\n