Search 1.9 billion lines of Odoo code on GitHub

link_sale_purchase_stock

Author: Radovan Skolnik, Odoo Community Association (OCA)
License: AGPL-3
Branch: link_sale_purchase_stock
Repository: Rad0van/stock-logistics-workflow
Dependencies: purchase, purchase_stock, sale, sale_purchase, sale_stock, and stock_dropshipping
Languages: HTML (364, 49.5%), Python (251, 34.1%), XML (58, 7.9%), and reStructuredText (62, 8.4%)

<h1 class="title">MTO Sale &lt;-&gt; Purchase</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/stock-logistics-workflow/tree/13.0/link_sale_purchase_stock"><img alt="OCA/stock-logistics-workflow" src="https://img.shields.io/badge/github-OCA%2Fstock--logistics--workflow-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/stock-logistics-workflow-13-0/stock-logistics-workflow-13-0-link_sale_purchase_stock"><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/154/13.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p> <p>This module provides functionality to link Sale Orders and Purchase Orders if Make to Order (MTO) is activated on one of the sold product. The functionality is backported from master (future 14.0) version of Odoo. Due to Odoo rules this cannot/will not be included into 13.0 version of Odoo this module was created in attempt to bring this functionality into 13.0</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="#bug-tracker" id="id3">Bug Tracker</a></li> <li><a class="reference internal" href="#credits" id="id4">Credits</a><ul> <li><a class="reference internal" href="#authors" id="id5">Authors</a></li> <li><a class="reference internal" href="#contributors" id="id6">Contributors</a></li> <li><a class="reference internal" href="#maintainers" id="id7">Maintainers</a></li> </ul> </li> </ul> </div> <a name="configuration"></a> <h2><a class="toc-backref" href="#id1">Configuration</a></h2> <p>There is no need to configure this module.</p> <blockquote> Tip: you need to install this manually.</blockquote> <a name="usage"></a> <h2><a class="toc-backref" href="#id2">Usage</a></h2> <p>To use this module, you need to:</p> <ol class="arabic simple"> <li>Create a Sale order with at least one product that is marked <em>Replenish on Order (MTO)</em> or <em>Dropship</em> and none is available in Stock.</li> <li>Confirm the order. Either existing Purchase order is extended with this request or new one is created.</li> <li>Sale order now shows Smart button allowing you to see the associated Purchase order(s)</li> </ol> <div class="figure"> <img alt="Smart button on Sale order linking to associated Purchase order(s)" src="https://raw.githubusercontent.com/OCA/stock-logistics-workflow/13.0/link_sale_purchase_stock/static/description/sale_order.png" /> </div> <ul class="simple"> <li>You can go the other direction - from Purchase order to Sale order(s) as well</li> </ul> <div class="figure"> <img alt="Smart button on Purchase order linking to associated Sale order(s)" src="https://raw.githubusercontent.com/OCA/stock-logistics-workflow/13.0/link_sale_purchase_stock/static/description/purchase_order.png" /> </div> <a name="bug-tracker"></a> <h2><a class="toc-backref" href="#id3">Bug Tracker</a></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 <a class="reference external" href="https://github.com/OCA/stock-logistics-workflow/issues/new?body=module:%20link_sale_purchase_stock%0Aversion:%2013.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="#id4">Credits</a></h2> <a name="authors"></a> <h3><a class="toc-backref" href="#id5">Authors</a></h3> <ul class="simple"> <li>Radovan Skolnik</li> <li>based on master (14.0) version of Odoo</li> </ul> <a name="contributors"></a> <h3><a class="toc-backref" href="#id6">Contributors</a></h3> <ul class="simple"> <li><a class="reference external" href="https://github.com/odoo/odoo">Odoo</a></li> <li><a class="reference external" href="https://www.kema.sk">KEMA SK, s.r.o.</a>:<ul> <li>Radovan Skolnik &lt;<a class="reference external" href="mailto:radovan&#64;skolnik.info">radovan&#64;skolnik.info</a>&gt;</li> </ul> </li> </ul> <a name="maintainers"></a> <h3><a class="toc-backref" href="#id7">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/stock-logistics-workflow/tree/13.0/link_sale_purchase_stock">OCA/stock-logistics-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>