Search 1.9 billion lines of Odoo code on GitHub

sale_product_classification

Author: Tecnativa, Odoo Community Association (OCA)
License: AGPL-3
Branch: 12.0
Repository: aaltinisik/sale-workflow
Dependencies: product, and sale
Languages: HTML (369, 36.9%), PO File (74, 7.4%), Python (362, 36.2%), XML (113, 11.3%), and reStructuredText (81, 8.1%)
Other repositories: Change2improve/sale-workflow, Comunitea/sale-workflow, Darknroses/sale-workflow, Digital5-Odoo/sale-workflow, ERPLibre/sale-workflow, Ingeos/sale-workflow, JuaniFreedoo/sale-workflow, MindAndGo/sale-workflow, NeatNerdPrime/sale-workflow, OCA/sale-workflow, PESOL/sale-workflow, SimoRubi/sale-workflow, Studio73/sale-workflow, Tecnativa/sale-workflow, TheCloneMaster/sale-workflow, acsone/sale-workflow, anodino-dev/sale-workflow, aurestic/sale-workflow, brain-tec/sale-workflow, camptocamp/sale-workflow, coopiteasy/sale-workflow, diggy128/sale-workflow, eLBati/sale-workflow, elego/sale-workflow, hurrinico/sale-workflow, igallart/sale-workflow, jado95/sale-workflow, jromeroarg/sale-workflow, kmee/sale-workflow, legalsylvain/sale-workflow, marcelomora/sale-workflow, sergiocorato/sale-workflow, sunflowerit/sale-workflow, sygel-technology/sale-workflow, tirma-sa/sale-workflow, and vialaurea/OCA-sale-workflow

<h1 class="title">Sale Product Classification</h1> <p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" 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.png" /></a> <a class="reference external" href="https://github.com/OCA/sale-workflow/tree/12.0/sale_product_classification"><img alt="OCA/sale-workflow" src="https://img.shields.io/badge/github-OCA%2Fsale--workflow-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/sale-workflow-12-0/sale-workflow-12-0-sale_product_classification"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/167/12.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p> <p>Classify products according to their sales and seasonality.</p> <p><strong>Table of contents</strong></p> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#configuration" id="id1">Configuration</a></li> <li><a class="reference internal" href="#usage" id="id2">Usage</a></li> <li><a class="reference internal" href="#known-issues-roadmap" id="id3">Known issues / Roadmap</a></li> <li><a class="reference internal" href="#bug-tracker" id="id4">Bug Tracker</a></li> <li><a class="reference internal" href="#credits" id="id5">Credits</a><ul> <li><a class="reference internal" href="#authors" id="id6">Authors</a></li> <li><a class="reference internal" href="#contributors" id="id7">Contributors</a></li> <li><a class="reference internal" href="#maintainers" id="id8">Maintainers</a></li> </ul> </li> </ul> </div> <a name="configuration"></a> <h2><a class="toc-backref" href="#id1">Configuration</a></h2> <p>To configure this module, you need to:</p> <ol class="arabic simple"> <li>Go to <em>Sales &gt; Configuration &gt; Settings</em> and <em>Product Catalog</em> group.</li> <li>There you can configure the sales amount ranges that a product has to acomplish to be consider in each sales classification group.</li> <li>By default, a period of 365 days will be evaluated, but it can be set here as well.</li> <li>We can also set a minimum product life in the <em>Sales classification days to ignore</em> setting.</li> </ol> <p>A cron is available to schedule the classification evaluation periodically. Go to <em>Settings &gt; Technical &gt; Automation &gt; Scheduled Actions</em> and set the <em>Classify products by sales</em> cron to your preferred settings.</p> <a name="usage"></a> <h2><a class="toc-backref" href="#id2">Usage</a></h2> <p>If you want to configure your products by hand, you can go to any of them and set the <strong>Sale Classification</strong> and <strong>Seasonality Classification</strong> on hand.</p> <a name="known-issues-roadmap"></a> <h2><a class="toc-backref" href="#id3">Known issues / Roadmap</a></h2> <ul class="simple"> <li>Seasonality has to be set by hand, but it would be nice to have it computed as well.</li> <li>An option for v13 could be merging the sales classification method with the module <cite>product_abc_classification</cite> that is based on delivered quantities and a more complex rule set design. In the moment of this PR, the module is still in development (<a class="reference external" href="https://github.com/OCA/product-attribute/pull/623">https://github.com/OCA/product-attribute/pull/623</a>) and even a divergent backport is beign made (<a class="reference external" href="https://github.com/OCA/product-attribute/pull/781">https://github.com/OCA/product-attribute/pull/781</a>). So this is a tinier and simpler approach with different metrics that can be merged into the logic of the more generic a broad <cite>product_abc_classification</cite>.</li> </ul> <a name="bug-tracker"></a> <h2><a class="toc-backref" href="#id4">Bug Tracker</a></h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/sale-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 <a class="reference external" href="https://github.com/OCA/sale-workflow/issues/new?body=module:%20sale_product_classification%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p> <p>Do not contact contributors directly about support or help with technical issues.</p> <a name="credits"></a> <h2><a class="toc-backref" href="#id5">Credits</a></h2> <a name="authors"></a> <h3><a class="toc-backref" href="#id6">Authors</a></h3> <ul class="simple"> <li>Tecnativa</li> </ul> <a name="contributors"></a> <h3><a class="toc-backref" href="#id7">Contributors</a></h3> <ul class="simple"> <li><a class="reference external" href="https://www.tecnativa.com">Tecnativa</a><ul> <li>David Vidal</li> </ul> </li> </ul> <a name="maintainers"></a> <h3><a class="toc-backref" href="#id8">Maintainers</a></h3> <p>This module is maintained by the OCA.</p> <a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a> <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>This module is part of the <a class="reference external" href="https://github.com/OCA/sale-workflow/tree/12.0/sale_product_classification">OCA/sale-workflow</a> project on GitHub.</p> <p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>