Search 1.9 billion lines of Odoo code on GitHub

log_search

Author: Akretion,Odoo Community Association (OCA)
License: AGPL-3
Branch: 8.0-log_search
Repository: 0yik/ak-odoo-incubator
Dependencies: sale, and web
Languages: Python (51, 54.8%), and reStructuredText (42, 45.2%)
Other repositories: EBII/ak-odoo-incubator, OpenAT/ak-odoo-incubator, RL-OtherApps/ak-odoo-incubator, akretion/ak-odoo-incubator, camptocamp/ak-odoo-incubator, florian-dacosta/ak-odoo-incubator, hadjerBachiri/ak-odoo-incubator, iamyeonhan/ak-odoo-incubator, kevinkhao/ak-odoo-incubator, magnuscolors/ak-odoo-incubator, marionumza/ak-odoo-incubator, sc4you/ak-odoo-incubator, valenciaricardos/ak-odoo-incubator, vidtsin/ak-odoo-incubator, and westlyou/ak-odoo-incubator

<a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.svg"> </a> <a name="log-search"></a> <h2>Log search</h2> <p>Log user's search in order to etablish statistics. This module is just a collector. It logs in JSON with python's logger:</p> <p>uid: uid of the user doing the search date: isoformated() method: name_search or search value: string or domain count: number of results (limited by _limit_, usually 80) op: if provided</p> <p>Only name_search and search_read on product.product are supported at the moment.</p> <a name="installation"></a> <h3>Installation</h3> <p>Install the module, grep the logs with log_search.</p> <a name="usage"></a> <h3>Usage</h3> <a name="road-map"></a> <h3>Road map</h3> <ul class="simple"> <li>Supports other methods models and other methods</li> </ul> <a name="bug-tracker"></a> <h3>Bug Tracker</h3> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/purchase-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 <a class="reference external" href="https://github.com/OCA/server-tools/issues/new?body=module:%20purchase_fop_shipping%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">here</a>.</p> <a name="credits"></a> <h3>Credits</h3> <a name="contributors"></a> <h4>Contributors</h4> <ul class="simple"> <li>Raphaƫl Reverdy &lt;<a class="reference external" href="mailto:raphael.reverdy&#64;akretion.com.br">raphael.reverdy&#64;akretion.com.br</a>&gt;</li> </ul> <a name="icon"></a> <h4>Icon</h4> <ul class="simple"> <li>Original Odoo purchase module icon</li> <li><a class="reference external" href="https://openclipart.org/detail/159937/clothing-label-with-rope">https://openclipart.org/detail/159937/clothing-label-with-rope</a></li> </ul> <a name="maintainer"></a> <h4>Maintainer</h4> <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>