diff --git a/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-quick-launch.js b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-quick-launch.js
--- a/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-quick-launch.js
+++ b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-quick-launch.js
@@ -131,11 +131,7 @@
         
         // client filtering does not always work great...         
         pickListProperties: {
-          dataProperties: {
-            useClientFiltering: false
-          },
           textMatchStyle: 'substring',
-          fetchDelay: 50,
           bodyStyleName: 'OBPickListBody'
         },
         pickListHeaderHeight: 0,
@@ -160,7 +156,7 @@
           displayField: OB.Constants.IDENTIFIER,
           valueField: OB.Constants.ID
         }],
-        autoFetchData: false,
+        autoFetchData: true,
         titleOrientation: 'top',
         title: OB.I18N.getLabel(this.titleLabel),
         editorType: 'comboBox',
@@ -168,7 +164,8 @@
         // local filtering enabled, remove the Id filter
         // explicitly from the criteria list, see getPickListFilter
         filterLocally: true,
-        
+        fetchDelay: 50,
+
         optionDataSource: OB.Datasource.get(this.dataSourceId),
         
         emptyPickListMessage: OB.I18N.getLabel('OBUISC_ListGrid.emptyMessage'),
