Search 1.9 billion lines of Odoo code on GitHub

ddmrp_adjustment

Author: ForgeFlow, Odoo Community Association (OCA)
License: AGPL-3
Branch: 14.0
Repository: brain-tec/ddmrp
Dependencies: date_range, ddmrp, and web_widget_x2many_2d_matrix
Languages: HTML (397, 34.0%), Python (488, 41.9%), XML (174, 14.9%), and reStructuredText (107, 9.2%)
Other branches: 11.0, 13.0, 13.0-add-ddmrp_packaging, 13.0-imp-ddmrp_sale, 13.0-mig-ddmrp_product_replace, 13.0-ocabot-merge-pr-85-by-jgrandguillaume-bump-minor, 13.0-ocabot-merge-pr-86-by-JordiBForgeFlow-bump-patch, 13.0-ocabot-merge-pr-87-by-JordiBForgeFlow-bump-patch, 13.0-ocabot-merge-pr-87-by-LoisRForgeFlow-bump-patch, and 15.0
Other repositories: Change2improve/ddmrp, ERPLibre/ddmrp, ForgeFlow/ddmrp-1, Gabinete-Digital/ddmrp, NeatNerdPrime/ddmrp, OCA/ddmrp, SSISoftware/ddmrp, SeuMarco/ddmrp, ajinvn2019/ddmrp, aurestic/ddmrp, camilinsolano/ddmrp, camptocamp/ddmrp, daramousk/ddmrp, grindtildeath/ddmrp, guewen/ddmrp-1, kittiu/ddmrp, kmee/ddmrp, nagarajannxweb/ddmrp, niulinlnc/ddmrp, noorealam96/ddmrp, pragmatic-dev/ddmrp, simplex-sx/ddmrp, ursais/ddmrp, wahello/ddmrp, and zhusl/ddmrp

<h1 class="title">DDMRP Adjustment</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/ddmrp/tree/14.0/ddmrp_adjustment"><img alt="OCA/ddmrp" src="https://img.shields.io/badge/github-OCA%2Fddmrp-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/ddmrp-14-0/ddmrp-14-0-ddmrp_adjustment"><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/255/14.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p> <p>Allow to extend DDMRP App to be able to apply Adjustments for dynamically altering buffers for planned or anticipated events. This include:</p> <ul class="simple"> <li><strong>Demand Adjustment Factor (DAF)</strong>: is a manipulation of the ADU input within a specific time period. The system will look for existing DAFs when computing the ADU for each buffer and apply them. The system will also explode the resulting increase in demand of parent buffers to all their children buffers using the BoM.</li> <li><strong>Lead Time Adjustment Factor (LTAF)</strong>: manipulates the Decoupled Lead Time for an individual part or group of parts (buffer profile, same partner...) to adjust for a planned or known expansions of LT.</li> <li>Zone Adjustment Factor (ZAF): pending to implement</li> </ul> <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="id4">Usage</a></li> <li><a class="reference internal" href="#known-issues-roadmap" id="id5">Known issues / Roadmap</a></li> <li><a class="reference internal" href="#changelog" id="id6">Changelog</a><ul> <li><a class="reference internal" href="#id1" id="id7">13.0.1.0.0 (2020-07-02)</a></li> <li><a class="reference internal" href="#id2" id="id8">11.0.1.1.0 (2019-02-01)</a></li> <li><a class="reference internal" href="#id3" id="id9">11.0.1.0.0 (2018-08-01)</a></li> </ul> </li> <li><a class="reference internal" href="#bug-tracker" id="id10">Bug Tracker</a></li> <li><a class="reference internal" href="#credits" id="id11">Credits</a><ul> <li><a class="reference internal" href="#authors" id="id12">Authors</a></li> <li><a class="reference internal" href="#contributors" id="id13">Contributors</a></li> <li><a class="reference internal" href="#maintainers" id="id14">Maintainers</a></li> </ul> </li> </ul> </div> <a name="usage"></a> <h2><a class="toc-backref" href="#id4">Usage</a></h2> <p>To plan buffer adjustments act as follows:</p> <ol class="arabic simple"> <li>Click on <em>Inventory &gt; Demand Planning &gt; Create Buffer Adjustments</em>.</li> <li>In the popup window fill the <em>Period</em> and <em>Date Range Type</em> to perform your planning.</li> <li>Check the boxes of the <em>Factor to Apply</em> in which you are interested.</li> <li>Select the DDMRP Buffers where to apply this factors.</li> <li>Under the title <em>Sheet</em> you will see a generated sheet in which you can fill the values for each period.</li> <li>Click <em>Validate</em> to confirm your planning and the system will end up showing you the newly created DDMRP adjustment records.</li> </ol> <a name="known-issues-roadmap"></a> <h2><a class="toc-backref" href="#id5">Known issues / Roadmap</a></h2> <ul class="simple"> <li>Implement new factors</li> <li>Reuse existing factor and modify them instead of always creating new ones.</li> <li>Add small graph view in buffer form as a way to overview DAFs.</li> </ul> <a name="changelog"></a> <h2><a class="toc-backref" href="#id6">Changelog</a></h2> <a name="id1"></a> <h3><a class="toc-backref" href="#id7">13.0.1.0.0 (2020-07-02)</a></h3> <ul class="simple"> <li>Standard migration to v13.</li> </ul> <a name="id2"></a> <h3><a class="toc-backref" href="#id8">11.0.1.1.0 (2019-02-01)</a></h3> <ul class="simple"> <li>Refactor data model to reduce complexity. Functionality unchanged.</li> </ul> <a name="id3"></a> <h3><a class="toc-backref" href="#id9">11.0.1.0.0 (2018-08-01)</a></h3> <ul class="simple"> <li>Start of the history</li> </ul> <a name="bug-tracker"></a> <h2><a class="toc-backref" href="#id10">Bug Tracker</a></h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/ddmrp/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/ddmrp/issues/new?body=module:%20ddmrp_adjustment%0Aversion:%2014.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="#id11">Credits</a></h2> <a name="authors"></a> <h3><a class="toc-backref" href="#id12">Authors</a></h3> <ul class="simple"> <li>ForgeFlow</li> </ul> <a name="contributors"></a> <h3><a class="toc-backref" href="#id13">Contributors</a></h3> <ul class="simple"> <li>Lois Rilo &lt;<a class="reference external" href="mailto:lois.rilo&#64;forgeflow.com">lois.rilo&#64;forgeflow.com</a>&gt;</li> <li>Jordi Ballester &lt;<a class="reference external" href="mailto:jordi.ballester&#64;forgeflow.com">jordi.ballester&#64;forgeflow.com</a>&gt;</li> <li>Akim Juillerat &lt;<a class="reference external" href="mailto:akim.juillerat&#64;camptocamp.com">akim.juillerat&#64;camptocamp.com</a>&gt;</li> </ul> <a name="maintainers"></a> <h3><a class="toc-backref" href="#id14">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>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainers</a>:</p> <p><a class="reference external" href="https://github.com/JordiBForgeFlow"><img alt="JordiBForgeFlow" src="https://github.com/JordiBForgeFlow.png?size=40px" /></a> <a class="reference external" href="https://github.com/LoisRForgeFlow"><img alt="LoisRForgeFlow" src="https://github.com/LoisRForgeFlow.png?size=40px" /></a></p> <p>This module is part of the <a class="reference external" href="https://github.com/OCA/ddmrp/tree/14.0/ddmrp_adjustment">OCA/ddmrp</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>