Search 1.9 billion lines of Odoo code on GitHub

ddmrp_history

Author: ForgeFlow, Odoo Community Association (OCA)
License: LGPL-3
Branch: 13.0-ddmrp-refresh_buffer
Repository: ForgeFlow/ddmrp-1
Dependencies: ddmrp
Languages: HTML (385, 38.4%), PO File (145, 14.5%), Python (317, 31.6%), XML (75, 7.5%), and reStructuredText (81, 8.1%)
Other branches: 11.0-ddmrp-imp-cron, 11.0-ddmrp_history-add-adu, 11.0-ddmrp_history-no-readonly, 11.0-imp-ddmrp-grouping_days, 11.0-mig-ddmrp_mrp_production_request, 13.0, 13.0-ddmrp-refresh_buffer_at_cron, 13.0-ddmrp-split_every-in-crons, 13.0-fix-ddmrp, 14.0, 14.0-fix-onchange-stock-buffer, 14.0-fix-remove_onchange, 14.0-fix-save_adu_field_readonly, 14.0-imp-ddmrp, 14.0-mig-ddmrp_adjustment, 14.0-mig-ddmrp_chatter, 14.0-mig-ddmrp_coverage_days, 14.0-mig-ddmrp_cron_actions_as_job, 14.0-mig-ddmrp_packaging, 14.0-mig-stock_buffer_capacity_limit, 14.0-mig-stock_buffer_route, 15.0-mig-ddmrp_exclude_moves_adu_calc, 15.0-mig-ddmrp_packaging, 15.0-mig-ddmrp_product_replace, 15.0-mig-ddmrp_warning, 15.0-mig-stock_buffer_capacity_limit, 15.0-mig-stock_buffer_route, 15.0-mig-stock_buffer_sales_analysis, and fix-ddmrp_distributed_source_location
Other repositories: Change2improve/ddmrp, ERPLibre/ddmrp, Gabinete-Digital/ddmrp, NeatNerdPrime/ddmrp, Nikul-Chaudhary/ddmrp, OCA/ddmrp, SSISoftware/ddmrp, SeuMarco/ddmrp, ajinvn2019/ddmrp, aurestic/ddmrp, brain-tec/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, zhusl/ddmrp, and zlf4535/ddmrp

<h1 class="title">DDMRP History</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/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/ddmrp/tree/13.0/ddmrp_history"><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-13-0/ddmrp-13-0-ddmrp_history"><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/13.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 store historical data of buffers.</p> <p><strong>Table of contents</strong></p> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#installation" id="id4">Installation</a></li> <li><a class="reference internal" href="#usage" id="id5">Usage</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-06-16)</a></li> <li><a class="reference internal" href="#id2" id="id8">11.0.1.0.1 (2019-02-07)</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="#other-credits" id="id14">Other credits</a></li> <li><a class="reference internal" href="#maintainers" id="id15">Maintainers</a></li> </ul> </li> </ul> </div> <a name="installation"></a> <h2><a class="toc-backref" href="#id4">Installation</a></h2> <p>You need to install the python pandas library:</p> <pre> <code>pip install pandas==0.25.3</code> </pre> <a name="usage"></a> <h2><a class="toc-backref" href="#id5">Usage</a></h2> <p>You can access, as a inventory manager, to all the DDMRP historical data throught <em>Inventory &gt; Reports &gt; DDMRP Buffer History</em>. Additionally you can see a historical evolution chart of any buffer at the bottom of its form view, either by a planning or a execution perspective.</p> <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-06-16)</a></h3> <ul class="simple"> <li>Migration to v13.</li> </ul> <a name="id2"></a> <h3><a class="toc-backref" href="#id8">11.0.1.0.1 (2019-02-07)</a></h3> <ul class="simple"> <li>Make history charts responsive and remove NFP from execution chart.</li> <li>Use user's language to format dates in the charts.</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_history%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="#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="other-credits"></a> <h3><a class="toc-backref" href="#id14">Other credits</a></h3> <p>The initial development of this module has been financially supported by:</p> <ul class="simple"> <li>Aleph Objects, Inc.</li> </ul> <a name="maintainers"></a> <h3><a class="toc-backref" href="#id15">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/13.0/ddmrp_history">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>