Search 1.9 billion lines of Odoo code on GitHub

stock_fast_qty_search

Author: Akretion,Odoo Community Association (OCA)
License: no license
Branch: 8.0-fix_qty_search_perf
Repository: akretion/stock-logistics-workflow
Dependencies: decimal_precision, product, and stock
Languages: Python (315, 93.2%), and reStructuredText (23, 6.8%)

<img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.svg"> <a name="fast-product-quantities-search"></a> <h2>Fast product quantities search</h2> <p>Currently search product by quantity is verry slow. With this module search time is divided by ~ 200 (tested on 80k products). For 80K products in databases, search product by quantity take ~ 6.6 mn (400 second). So odoo, compute quantities for each product and make filter in python side. With this module product are filtred in one SQL request executed in 2 seconds.</p> <a name="bug-tracker"></a> <h2>Bug Tracker</h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/stock-logistics-workflow/issues">GitHub Issues</a>. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback.</p> <a name="credits"></a> <h2>Credits</h2> <a name="contributors"></a> <h3>Contributors</h3> <ul class="simple"> <li>Mourad EL HADJ MIMOUNE &lt;<a class="reference external" href="mailto:mourad.elhadj.mimoune&#64;akretion.com">mourad.elhadj.mimoune&#64;akretion.com</a>&gt;</li> </ul> <a name="maintainer"></a> <h3>Maintainer</h3> <a class="reference external image-reference" href="http://odoo-community.org"><img alt="Odoo Community Association" src="http://odoo-community.org/logo.png" /></a> <p>This module is maintained by the OCA.</p> <p>OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.</p> <p>To contribute to this module, please visit <a class="reference external" href="http://odoo-community.org">http://odoo-community.org</a>.</p>