odoo14-addon-ddmrp-adjustment


Nameodoo14-addon-ddmrp-adjustment JSON
Version 14.0.1.5.0 PyPI version JSON
download
home_pagehttps://github.com/OCA/ddmrp
SummaryAllow to apply factor adjustments to buffers.
upload_time2024-06-14 09:55:37
maintainerNone
docs_urlNone
authorForgeFlow, Odoo Community Association (OCA)
requires_python>=3.6
licenseAGPL-3
keywords
VCS
bugtrack_url
requirements pandas
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ================
DDMRP Adjustment
================

.. 
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !! This file is generated by oca-gen-addon-readme !!
   !! changes will be overwritten.                   !!
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !! source digest: sha256:714aa41ab92609a25cdc97ff6c684f210a673013fc573a93e485552195463141
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
    :target: https://odoo-community.org/page/development-status
    :alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
    :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
    :alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fddmrp-lightgray.png?logo=github
    :target: https://github.com/OCA/ddmrp/tree/14.0/ddmrp_adjustment
    :alt: OCA/ddmrp
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
    :target: https://translation.odoo-community.org/projects/ddmrp-14-0/ddmrp-14-0-ddmrp_adjustment
    :alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
    :target: https://runboat.odoo-community.org/builds?repo=OCA/ddmrp&target_branch=14.0
    :alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

Allow to extend DDMRP App to be able to apply Adjustments for dynamically
altering buffers for planned or anticipated events. This include:

* **Demand Adjustment Factor (DAF)**: 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.
* **Lead Time Adjustment Factor (LTAF)**: 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.
* Zone Adjustment Factor (ZAF): pending to implement

**Table of contents**

.. contents::
   :local:

Usage
=====

To plan buffer adjustments act as follows:

#. Click on *Inventory > Demand Planning > Create Buffer Adjustments*.
#. In the popup window fill the *Period* and *Date Range Type* to perform
   your planning.
#. Check the boxes of the *Factor to Apply* in which you are interested.
#. Select the DDMRP Buffers where to apply this factors.
#. Under the title *Sheet* you will see a generated sheet in which you can
   fill the values for each period.
#. Click *Validate* to confirm your planning and the system will end up
   showing you the newly created DDMRP adjustment records.

Known issues / Roadmap
======================

* Implement new factors
* Reuse existing factor and modify them instead of always creating new ones.
* Add small graph view in buffer form as a way to overview DAFs.

Changelog
=========

13.0.1.0.0 (2020-07-02)
~~~~~~~~~~~~~~~~~~~~~~~

* Standard migration to v13.

11.0.1.1.0 (2019-02-01)
~~~~~~~~~~~~~~~~~~~~~~~

* Refactor data model to reduce complexity. Functionality unchanged.

11.0.1.0.0 (2018-08-01)
~~~~~~~~~~~~~~~~~~~~~~~

* Start of the history

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/ddmrp/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <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**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
~~~~~~~

* ForgeFlow

Contributors
~~~~~~~~~~~~

* Lois Rilo <lois.rilo@forgeflow.com>
* Jordi Ballester <jordi.ballester@forgeflow.com>
* Akim Juillerat <akim.juillerat@camptocamp.com>

Maintainers
~~~~~~~~~~~

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
   :alt: Odoo Community Association
   :target: https://odoo-community.org

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.

.. |maintainer-JordiBForgeFlow| image:: https://github.com/JordiBForgeFlow.png?size=40px
    :target: https://github.com/JordiBForgeFlow
    :alt: JordiBForgeFlow
.. |maintainer-LoisRForgeFlow| image:: https://github.com/LoisRForgeFlow.png?size=40px
    :target: https://github.com/LoisRForgeFlow
    :alt: LoisRForgeFlow

Current `maintainers <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-JordiBForgeFlow| |maintainer-LoisRForgeFlow| 

This module is part of the `OCA/ddmrp <https://github.com/OCA/ddmrp/tree/14.0/ddmrp_adjustment>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/OCA/ddmrp",
    "name": "odoo14-addon-ddmrp-adjustment",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "ForgeFlow, Odoo Community Association (OCA)",
    "author_email": "support@odoo-community.org",
    "download_url": null,
    "platform": null,
    "description": "================\nDDMRP Adjustment\n================\n\n.. \n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! This file is generated by oca-gen-addon-readme !!\n   !! changes will be overwritten.                   !!\n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! source digest: sha256:714aa41ab92609a25cdc97ff6c684f210a673013fc573a93e485552195463141\n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n\n.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png\n    :target: https://odoo-community.org/page/development-status\n    :alt: Beta\n.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n    :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n    :alt: License: AGPL-3\n.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fddmrp-lightgray.png?logo=github\n    :target: https://github.com/OCA/ddmrp/tree/14.0/ddmrp_adjustment\n    :alt: OCA/ddmrp\n.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n    :target: https://translation.odoo-community.org/projects/ddmrp-14-0/ddmrp-14-0-ddmrp_adjustment\n    :alt: Translate me on Weblate\n.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png\n    :target: https://runboat.odoo-community.org/builds?repo=OCA/ddmrp&target_branch=14.0\n    :alt: Try me on Runboat\n\n|badge1| |badge2| |badge3| |badge4| |badge5|\n\nAllow to extend DDMRP App to be able to apply Adjustments for dynamically\naltering buffers for planned or anticipated events. This include:\n\n* **Demand Adjustment Factor (DAF)**: is a manipulation of the ADU input\n  within a specific time period. The system will look for existing DAFs when\n  computing the ADU for each buffer and apply them. The system will also\n  explode the resulting increase in demand of parent buffers to all their\n  children buffers using the BoM.\n* **Lead Time Adjustment Factor (LTAF)**: manipulates the Decoupled Lead Time\n  for an individual part or group of parts (buffer profile, same partner...)\n  to adjust for a planned or known expansions of LT.\n* Zone Adjustment Factor (ZAF): pending to implement\n\n**Table of contents**\n\n.. contents::\n   :local:\n\nUsage\n=====\n\nTo plan buffer adjustments act as follows:\n\n#. Click on *Inventory > Demand Planning > Create Buffer Adjustments*.\n#. In the popup window fill the *Period* and *Date Range Type* to perform\n   your planning.\n#. Check the boxes of the *Factor to Apply* in which you are interested.\n#. Select the DDMRP Buffers where to apply this factors.\n#. Under the title *Sheet* you will see a generated sheet in which you can\n   fill the values for each period.\n#. Click *Validate* to confirm your planning and the system will end up\n   showing you the newly created DDMRP adjustment records.\n\nKnown issues / Roadmap\n======================\n\n* Implement new factors\n* Reuse existing factor and modify them instead of always creating new ones.\n* Add small graph view in buffer form as a way to overview DAFs.\n\nChangelog\n=========\n\n13.0.1.0.0 (2020-07-02)\n~~~~~~~~~~~~~~~~~~~~~~~\n\n* Standard migration to v13.\n\n11.0.1.1.0 (2019-02-01)\n~~~~~~~~~~~~~~~~~~~~~~~\n\n* Refactor data model to reduce complexity. Functionality unchanged.\n\n11.0.1.0.0 (2018-08-01)\n~~~~~~~~~~~~~~~~~~~~~~~\n\n* Start of the history\n\nBug Tracker\n===========\n\nBugs are tracked on `GitHub Issues <https://github.com/OCA/ddmrp/issues>`_.\nIn case of trouble, please check there if your issue has already been reported.\nIf you spotted it first, help us to smash it by providing a detailed and welcomed\n`feedback <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**>`_.\n\nDo not contact contributors directly about support or help with technical issues.\n\nCredits\n=======\n\nAuthors\n~~~~~~~\n\n* ForgeFlow\n\nContributors\n~~~~~~~~~~~~\n\n* Lois Rilo <lois.rilo@forgeflow.com>\n* Jordi Ballester <jordi.ballester@forgeflow.com>\n* Akim Juillerat <akim.juillerat@camptocamp.com>\n\nMaintainers\n~~~~~~~~~~~\n\nThis module is maintained by the OCA.\n\n.. image:: https://odoo-community.org/logo.png\n   :alt: Odoo Community Association\n   :target: https://odoo-community.org\n\nOCA, or the Odoo Community Association, is a nonprofit organization whose\nmission is to support the collaborative development of Odoo features and\npromote its widespread use.\n\n.. |maintainer-JordiBForgeFlow| image:: https://github.com/JordiBForgeFlow.png?size=40px\n    :target: https://github.com/JordiBForgeFlow\n    :alt: JordiBForgeFlow\n.. |maintainer-LoisRForgeFlow| image:: https://github.com/LoisRForgeFlow.png?size=40px\n    :target: https://github.com/LoisRForgeFlow\n    :alt: LoisRForgeFlow\n\nCurrent `maintainers <https://odoo-community.org/page/maintainer-role>`__:\n\n|maintainer-JordiBForgeFlow| |maintainer-LoisRForgeFlow| \n\nThis module is part of the `OCA/ddmrp <https://github.com/OCA/ddmrp/tree/14.0/ddmrp_adjustment>`_ project on GitHub.\n\nYou are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n\n\n",
    "bugtrack_url": null,
    "license": "AGPL-3",
    "summary": "Allow to apply factor adjustments to buffers.",
    "version": "14.0.1.5.0",
    "project_urls": {
        "Homepage": "https://github.com/OCA/ddmrp"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "08f377728175dc618a2147a6755b703de48006aae2c7ee19ed265f6b0ceb8a61",
                "md5": "590f32260f5b59a1b69915ad7a06e6b6",
                "sha256": "637ded58235cb7a57ad2fbc85f933e28f32692fd78f0020e8909645c91ee45e5"
            },
            "downloads": -1,
            "filename": "odoo14_addon_ddmrp_adjustment-14.0.1.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "590f32260f5b59a1b69915ad7a06e6b6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 38614,
            "upload_time": "2024-06-14T09:55:37",
            "upload_time_iso_8601": "2024-06-14T09:55:37.785822Z",
            "url": "https://files.pythonhosted.org/packages/08/f3/77728175dc618a2147a6755b703de48006aae2c7ee19ed265f6b0ceb8a61/odoo14_addon_ddmrp_adjustment-14.0.1.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-14 09:55:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "OCA",
    "github_project": "ddmrp",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "pandas",
            "specs": [
                [
                    ">=",
                    "0.25.3"
                ]
            ]
        }
    ],
    "lcname": "odoo14-addon-ddmrp-adjustment"
}
        
Elapsed time: 0.50330s