Search 1.9 billion lines of Odoo code on GitHub

purchase_order_qty_by_product_category

Author: Camptocamp, Odoo Community Association (OCA), Italo Lopes
License: AGPL-3
Branch: 15.0-add-purchase_order_qty_by_product_category
Repository: camptocamp/purchase-workflow
Dependencies: base, and purchase
Languages: HTML (342, 33.4%), PO File (83, 8.1%), Python (464, 45.3%), XML (88, 8.6%), and reStructuredText (48, 4.7%)
Other branches: merge-branch-2987-15.0.2.1.0, merge-branch-2987-15.0.2.1.1, merge-branch-2987-BSTED-747-4db8af33, merge-branch-2987-BSTED-747-5032fc1d, merge-branch-2987-BSTED-747-ae1d0259, merge-branch-2987-BSTED-747-dabcf0b9, merge-branch-2987-BSTED-747-eccf3432, merge-branch-2987-BSTED-756-b97867a9, and merge-branch-2987-BSTED-756-ec518e45

<h1 class="title">Purchase - Order Qty By Product Category</h1> <p><a class="reference external image-reference" 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 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.png" /></a> <a class="reference external image-reference" href="https://github.com/camptocamp/purchase-workflow/tree/15.0-add-purchase_order_qty_by_product_category/purchase_order_qty_by_product_category"><img alt="camptocamp/purchase-workflow" src="https://img.shields.io/badge/github-camptocamp%2Fpurchase--workflow-lightgray.png?logo=github" /></a></p> <p>This module is used to display product quantities involved in a PO grouped by product category.</p> <p><strong>Table of contents</strong></p> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#usage" id="id1">Usage</a></li> <li><a class="reference internal" href="#bug-tracker" id="id2">Bug Tracker</a></li> <li><a class="reference internal" href="#credits" id="id3">Credits</a><ul> <li><a class="reference internal" href="#authors" id="id4">Authors</a></li> <li><a class="reference internal" href="#contributors" id="id5">Contributors</a></li> <li><a class="reference internal" href="#maintainers" id="id6">Maintainers</a></li> </ul> </li> </ul> </div> <a name="usage"></a> <h2><a class="toc-backref" href="#id1">Usage</a></h2> <p>Once the module is installed, you can configure whether quantities should be split by UoM by default. To do so, you can:</p> <ol class="arabic simple"> <li>configure an <code>ir.config_parameter</code> record, with key &quot;purchase_ordered_qty_by_product_category.split_by_uom&quot; and value &quot;1&quot;</li> <li>go to the Purchase settings and flag the &quot;Split Quantity Category By UoM&quot; checkbox</li> </ol> <p>You can also configure whether reference UoM should be used for grouping. To do so, you can:</p> <ol class="arabic simple"> <li>configure an <code>ir.config_parameter</code> record, with key &quot;purchase_ordered_qty_by_product_category.split_by_uom_reference&quot; and value &quot;1&quot;</li> <li>go to the Purchase settings and flag the &quot;Split Quantity Category By Reference UoM&quot; checkbox</li> </ol> <p>NB: splitting by reference UoM is available only if splitting by UoM is activated first.</p> <a name="bug-tracker"></a> <h2><a class="toc-backref" href="#id2">Bug Tracker</a></h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/camptocamp/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 <a class="reference external" href="https://github.com/camptocamp/purchase-workflow/issues/new?body=module:%20purchase_order_qty_by_product_category%0Aversion:%2015.0-add-purchase_order_qty_by_product_category%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="#id3">Credits</a></h2> <a name="authors"></a> <h3><a class="toc-backref" href="#id4">Authors</a></h3> <ul class="simple"> <li>Camptocamp SA</li> <li>Italo Lopes</li> </ul> <a name="contributors"></a> <h3><a class="toc-backref" href="#id5">Contributors</a></h3> <ul class="simple"> <li>Italo Lopes &lt;<a class="reference external" href="mailto:italo.lopes&#64;camptocamp.com">italo.lopes&#64;camptocamp.com</a>&gt;</li> <li>Silvio Gregorini &lt;<a class="reference external" href="mailto:silvio.gregorini&#64;camptocamp.com">silvio.gregorini&#64;camptocamp.com</a>&gt;</li> </ul> <a name="maintainers"></a> <h3><a class="toc-backref" href="#id6">Maintainers</a></h3> <p>This module is part of the <a class="reference external" href="https://github.com/camptocamp/purchase-workflow/tree/15.0-add-purchase_order_qty_by_product_category/purchase_order_qty_by_product_category">camptocamp/purchase-workflow</a> project on GitHub.</p> <p>You are welcome to contribute.</p>