Search 1.9 billion lines of Odoo code on GitHub

web_search_debounce

Author: Akretion,Odoo Community Association (OCA)
License: AGPL-3
Branch: 10.0
Repository: akretion/ak-odoo-incubator
Dependencies: base, and web
Languages: JavaScript (26, 41.3%), Python (9, 14.3%), XML (10, 15.9%), and reStructuredText (18, 28.6%)
Other branches: 10-api-client-without-keychain, 10-base_sparse_field_list, 10-prevent2create_objec, 10-sale-price-origin_mem, 10-stock-reserve-location_mem, 10.0-add-account-unreconcile-clean, 10.0-add-database_age_cron, 10.0-customer_kanban_report, 10.0-fix-project_api_test, 10.0-project_api_black, and 10.0-proxy_action_notif
Other repositories: 0yik/ak-odoo-incubator, EBII/ak-odoo-incubator, RL-OtherApps/ak-odoo-incubator, camptocamp/ak-odoo-incubator, florian-dacosta/ak-odoo-incubator, hadjerBachiri/ak-odoo-incubator, kevinkhao/ak-odoo-incubator, magnuscolors/ak-odoo-incubator, sc4you/ak-odoo-incubator, vidtsin/ak-odoo-incubator, and westlyou/ak-odoo-incubator

<h1 class="title">web_search_debounce</h1> <p>Delay the search in autocomplete (many2one) until the user stop typing.</p> <p>Without this module :</p> <p>A search request (AJAX call) is made after each key entered in the input. Useless requests/responses for both the server and the user.</p> <p>With this module :</p> <p>A search request is made when the user stop typing. (default 800 ms). Less useless requests/responses are made.</p> <a name="roadmap-todo"></a> <h2>Roadmap / TODO</h2> <ul class="simple"> <li>On first run, it will wait instead triggering search with &quot;&quot;</li> </ul> <a name="contributors"></a> <h2>Contributors</h2> <ul class="simple"> <li>haprfr Akretion</li> </ul> <a name="maintainer"></a> <h2>Maintainer</h2> <p>Akretion</p>