odoo14-addon-mrp-multi-level


Nameodoo14-addon-mrp-multi-level JSON
Version 14.0.1.15.0 PyPI version JSON
download
home_pagehttps://github.com/OCA/manufacture
SummaryAdds an MRP Scheduler
upload_time2024-04-03 14:04:41
maintainerNone
docs_urlNone
authorUcamco, ForgeFlow, Odoo Community Association (OCA)
requires_python>=3.6
licenseLGPL-3
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ===============
MRP Multi Level
===============

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

.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
    :target: https://odoo-community.org/page/development-status
    :alt: Production/Stable
.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png
    :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
    :alt: License: LGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fmanufacture-lightgray.png?logo=github
    :target: https://github.com/OCA/manufacture/tree/14.0/mrp_multi_level
    :alt: OCA/manufacture
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
    :target: https://translation.odoo-community.org/projects/manufacture-14-0/manufacture-14-0-mrp_multi_level
    :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/manufacture&target_branch=14.0
    :alt: Try me on Runboat

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

This module allows you to calculate, based in known inventory, demand, and
supply, and based on parameters set at product variant level, the new
procurements for each product.

To do this, the calculation starts at top level of the bill of material
and explodes this down to the lowest level.

Key Features
------------

* MRP parameters set by product variant MRP area pairs.
* Cron job to calculate the MRP demand.
* Manually calculate the MRP demand.
* Confirm the calculated MRP demand and create PO's, or MO's.
* Able to see the products for which action is needed throught Planned Orders.
* Integration with `Stock Demand Estimates <https://github.com/OCA/stock-logistics-warehouse/tree/12.0/stock_demand_estimate>`_ system.
  Note: You need to install `mrp_multi_level_estimate module <https://github.com/OCA/manufacture/tree/12.0/mrp_multi_level_estimate>`_.

**Table of contents**

.. contents::
   :local:

Configuration
=============

MRP Areas
~~~~~~~~~

* Go to *Manufacturing > Configuration > MRP Areas* and define or edit
  any existing area. You can specify the working hours for every area.



Product MRP Area Parameters
~~~~~~~~~~~~~~~~~~~~~~~~~~~

* Go to *Manufacturing > Master Data > Product MRP Area Parameters* and set
  the MRP parameters for a given product and area.

Usage
=====

To manually run the MRP scheduler:

#. Go to *Manufacturing > Operations > Run MRP Multi Level*.
#. On the wizard click *Run MRP*.

To launch replenishment orders (moves, purchases, production orders...):

#. Go to *Manufacturing > Operations > MRP Inventory*.
#. Filter with *To procure*.
#. Select multiple records and click on *Action > Procure* or click the right
   hand side gears in any record.
#. On the wizard, check everything is ok and click *Execute*.

Changelog
=========

13.0.1.5.0 (2020-04-09)
~~~~~~~~~~~~~~~~~~~~~~~

**Features**

- Show *Run MRP Multi Level* menu only to a specific new security group *Run MRP Manually*. (`#492 <https://github.com/OCA/manufacture/issues/492>`_)


13.0.1.4.0 (2020-03-26)
~~~~~~~~~~~~~~~~~~~~~~~
  * Add menu entry for planned orders
  * Add button to navigate from planned orders to linked manufacturing orders
  * Add action to convert planned orders to fixed
  * When changing the due date in a planned order the release date is recomputed

13.0.1.3.0 (2020-03-02)
~~~~~~~~~~~~~~~~~~~~~~~

* [IMP] Minor changes"
  (`#470 <https://github.com/OCA/manufacture/pull/470>`_).

  * Planned Order release and due date become required.
  * Add button to Product MRP Area to update MOQ from Supplier Info.
  * Link Manufacturing Orders with Planned Orders.
  * Allow Mrp Inventory Procure Wizard to be used from other models.
  * Make MRP Inventory creation more extensible.
  * Main Supplier computation (v13 requires explicit False definitions)

13.0.1.2.0 (2020-02-20)
~~~~~~~~~~~~~~~~~~~~~~~

* [IMP] Minor changes
  (`#468 <https://github.com/OCA/manufacture/pull/468>`_).

  * Planned Orders become fixed on manual creation by default
  * Released Quantity becomes readonly
  * Add product reference if Planned Order name is not defined on bom explosion

13.0.1.1.0 (2020-02-21)
~~~~~~~~~~~~~~~~~~~~~~~

* [FIX] Minor changes
  (`#469 <https://github.com/OCA/manufacture/pull/469>`_).

  * Fix Main supplier computation in multi company
  * Drop Triplicated field in search view


* [IMP] Minor changes
  (`#463 <https://github.com/OCA/manufacture/pull/463>`_).

  * Show supply method on MRP Inventory
  * Allow no-MRP users to look into Products

13.0.1.0.0 (2019-12-18)
~~~~~~~~~~~~~~~~~~~~~~~

* [MIG] Migration to v13.

12.0.1.0.0 (2019-08-05)
~~~~~~~~~~~~~~~~~~~~~~~

* [MIG] Migration to v12:

  * Estimates as a forecasting mechanism is moved to a new module
    (mrp_multi_level_estimate).

11.0.3.0.0 (2019-05-22)
~~~~~~~~~~~~~~~~~~~~~~~

* [REW/IMP] Rework to include Planned Orders.
  (`#365 <https://github.com/OCA/manufacture/pull/365>`_).
* [IMP] Able to procure from a different location than the area's location.

11.0.2.2.0 (2019-05-02)
~~~~~~~~~~~~~~~~~~~~~~~

* [IMP] Able to run MRP only for selected areas.
  (`#360 <https://github.com/OCA/manufacture/pull/360>`_).

11.0.2.1.0 (2019-04-02)
~~~~~~~~~~~~~~~~~~~~~~~

* [IMP] Implement *Nbr. Days* functionality to be able to group demand when
  generating supply proposals.
  (`#345 <https://github.com/OCA/manufacture/pull/345>`_).

11.0.2.0.0 (2018-11-20)
~~~~~~~~~~~~~~~~~~~~~~~

* [REW] Refactor MRP Area.
  (`#322 <https://github.com/OCA/manufacture/pull/322>`_):

  * MRP product concept dropped in favor of *Product MRP Area Parameters*.
    This allow to set different MRP parameters for the same product in
    different areas.
  * Menu items reordering.

11.0.1.1.0 (2018-08-30)
~~~~~~~~~~~~~~~~~~~~~~~

* [FIX] Consider *Qty Multiple* on product to propose the quantity to procure.
  (`#297 <https://github.com/OCA/manufacture/pull/297>`_)

11.0.1.0.1 (2018-08-03)
~~~~~~~~~~~~~~~~~~~~~~~

* [FIX] User and system locales doesn't break MRP calculation.
  (`#290 <https://github.com/OCA/manufacture/pull/290>`_)
* [FIX] Working Hours are now defined only at Warehouse level and displayed
  as a related on MRP Areas.
  (`#290 <https://github.com/OCA/manufacture/pull/290>`__)

11.0.1.0.0 (2018-07-09)
~~~~~~~~~~~~~~~~~~~~~~~

* Start of the history.

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

Bugs are tracked on `GitHub Issues <https://github.com/OCA/manufacture/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/manufacture/issues/new?body=module:%20mrp_multi_level%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
~~~~~~~

* Ucamco
* ForgeFlow

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

* Wim Audenaert <wim.audenaert@ucamco.com>
* Jordi Ballester <jordi.ballester@forgeflow.com>
* Lois Rilo <lois.rilo@forgeflow.com>
* Héctor Villarreal <hector.villarreal@forgeflow.com>
* Christopher Ormaza <chris.ormaza@forgeflow.com>
* Alexandre Fayolle <alexandre.fayolle@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/manufacture <https://github.com/OCA/manufacture/tree/14.0/mrp_multi_level>`_ 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/manufacture",
    "name": "odoo14-addon-mrp-multi-level",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Ucamco, ForgeFlow, Odoo Community Association (OCA)",
    "author_email": "support@odoo-community.org",
    "download_url": null,
    "platform": null,
    "description": "===============\nMRP Multi Level\n===============\n\n.. \n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! This file is generated by oca-gen-addon-readme !!\n   !! changes will be overwritten.                   !!\n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! source digest: sha256:ca0dd5cda6f304b30caef468c7478b3135444002bf6c5e6c3fd517c9b73fe8e6\n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n\n.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png\n    :target: https://odoo-community.org/page/development-status\n    :alt: Production/Stable\n.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png\n    :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html\n    :alt: License: LGPL-3\n.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fmanufacture-lightgray.png?logo=github\n    :target: https://github.com/OCA/manufacture/tree/14.0/mrp_multi_level\n    :alt: OCA/manufacture\n.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n    :target: https://translation.odoo-community.org/projects/manufacture-14-0/manufacture-14-0-mrp_multi_level\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/manufacture&target_branch=14.0\n    :alt: Try me on Runboat\n\n|badge1| |badge2| |badge3| |badge4| |badge5|\n\nThis module allows you to calculate, based in known inventory, demand, and\nsupply, and based on parameters set at product variant level, the new\nprocurements for each product.\n\nTo do this, the calculation starts at top level of the bill of material\nand explodes this down to the lowest level.\n\nKey Features\n------------\n\n* MRP parameters set by product variant MRP area pairs.\n* Cron job to calculate the MRP demand.\n* Manually calculate the MRP demand.\n* Confirm the calculated MRP demand and create PO's, or MO's.\n* Able to see the products for which action is needed throught Planned Orders.\n* Integration with `Stock Demand Estimates <https://github.com/OCA/stock-logistics-warehouse/tree/12.0/stock_demand_estimate>`_ system.\n  Note: You need to install `mrp_multi_level_estimate module <https://github.com/OCA/manufacture/tree/12.0/mrp_multi_level_estimate>`_.\n\n**Table of contents**\n\n.. contents::\n   :local:\n\nConfiguration\n=============\n\nMRP Areas\n~~~~~~~~~\n\n* Go to *Manufacturing > Configuration > MRP Areas* and define or edit\n  any existing area. You can specify the working hours for every area.\n\n\n\nProduct MRP Area Parameters\n~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n* Go to *Manufacturing > Master Data > Product MRP Area Parameters* and set\n  the MRP parameters for a given product and area.\n\nUsage\n=====\n\nTo manually run the MRP scheduler:\n\n#. Go to *Manufacturing > Operations > Run MRP Multi Level*.\n#. On the wizard click *Run MRP*.\n\nTo launch replenishment orders (moves, purchases, production orders...):\n\n#. Go to *Manufacturing > Operations > MRP Inventory*.\n#. Filter with *To procure*.\n#. Select multiple records and click on *Action > Procure* or click the right\n   hand side gears in any record.\n#. On the wizard, check everything is ok and click *Execute*.\n\nChangelog\n=========\n\n13.0.1.5.0 (2020-04-09)\n~~~~~~~~~~~~~~~~~~~~~~~\n\n**Features**\n\n- Show *Run MRP Multi Level* menu only to a specific new security group *Run MRP Manually*. (`#492 <https://github.com/OCA/manufacture/issues/492>`_)\n\n\n13.0.1.4.0 (2020-03-26)\n~~~~~~~~~~~~~~~~~~~~~~~\n  * Add menu entry for planned orders\n  * Add button to navigate from planned orders to linked manufacturing orders\n  * Add action to convert planned orders to fixed\n  * When changing the due date in a planned order the release date is recomputed\n\n13.0.1.3.0 (2020-03-02)\n~~~~~~~~~~~~~~~~~~~~~~~\n\n* [IMP] Minor changes\"\n  (`#470 <https://github.com/OCA/manufacture/pull/470>`_).\n\n  * Planned Order release and due date become required.\n  * Add button to Product MRP Area to update MOQ from Supplier Info.\n  * Link Manufacturing Orders with Planned Orders.\n  * Allow Mrp Inventory Procure Wizard to be used from other models.\n  * Make MRP Inventory creation more extensible.\n  * Main Supplier computation (v13 requires explicit False definitions)\n\n13.0.1.2.0 (2020-02-20)\n~~~~~~~~~~~~~~~~~~~~~~~\n\n* [IMP] Minor changes\n  (`#468 <https://github.com/OCA/manufacture/pull/468>`_).\n\n  * Planned Orders become fixed on manual creation by default\n  * Released Quantity becomes readonly\n  * Add product reference if Planned Order name is not defined on bom explosion\n\n13.0.1.1.0 (2020-02-21)\n~~~~~~~~~~~~~~~~~~~~~~~\n\n* [FIX] Minor changes\n  (`#469 <https://github.com/OCA/manufacture/pull/469>`_).\n\n  * Fix Main supplier computation in multi company\n  * Drop Triplicated field in search view\n\n\n* [IMP] Minor changes\n  (`#463 <https://github.com/OCA/manufacture/pull/463>`_).\n\n  * Show supply method on MRP Inventory\n  * Allow no-MRP users to look into Products\n\n13.0.1.0.0 (2019-12-18)\n~~~~~~~~~~~~~~~~~~~~~~~\n\n* [MIG] Migration to v13.\n\n12.0.1.0.0 (2019-08-05)\n~~~~~~~~~~~~~~~~~~~~~~~\n\n* [MIG] Migration to v12:\n\n  * Estimates as a forecasting mechanism is moved to a new module\n    (mrp_multi_level_estimate).\n\n11.0.3.0.0 (2019-05-22)\n~~~~~~~~~~~~~~~~~~~~~~~\n\n* [REW/IMP] Rework to include Planned Orders.\n  (`#365 <https://github.com/OCA/manufacture/pull/365>`_).\n* [IMP] Able to procure from a different location than the area's location.\n\n11.0.2.2.0 (2019-05-02)\n~~~~~~~~~~~~~~~~~~~~~~~\n\n* [IMP] Able to run MRP only for selected areas.\n  (`#360 <https://github.com/OCA/manufacture/pull/360>`_).\n\n11.0.2.1.0 (2019-04-02)\n~~~~~~~~~~~~~~~~~~~~~~~\n\n* [IMP] Implement *Nbr. Days* functionality to be able to group demand when\n  generating supply proposals.\n  (`#345 <https://github.com/OCA/manufacture/pull/345>`_).\n\n11.0.2.0.0 (2018-11-20)\n~~~~~~~~~~~~~~~~~~~~~~~\n\n* [REW] Refactor MRP Area.\n  (`#322 <https://github.com/OCA/manufacture/pull/322>`_):\n\n  * MRP product concept dropped in favor of *Product MRP Area Parameters*.\n    This allow to set different MRP parameters for the same product in\n    different areas.\n  * Menu items reordering.\n\n11.0.1.1.0 (2018-08-30)\n~~~~~~~~~~~~~~~~~~~~~~~\n\n* [FIX] Consider *Qty Multiple* on product to propose the quantity to procure.\n  (`#297 <https://github.com/OCA/manufacture/pull/297>`_)\n\n11.0.1.0.1 (2018-08-03)\n~~~~~~~~~~~~~~~~~~~~~~~\n\n* [FIX] User and system locales doesn't break MRP calculation.\n  (`#290 <https://github.com/OCA/manufacture/pull/290>`_)\n* [FIX] Working Hours are now defined only at Warehouse level and displayed\n  as a related on MRP Areas.\n  (`#290 <https://github.com/OCA/manufacture/pull/290>`__)\n\n11.0.1.0.0 (2018-07-09)\n~~~~~~~~~~~~~~~~~~~~~~~\n\n* Start of the history.\n\nBug Tracker\n===========\n\nBugs are tracked on `GitHub Issues <https://github.com/OCA/manufacture/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/manufacture/issues/new?body=module:%20mrp_multi_level%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* Ucamco\n* ForgeFlow\n\nContributors\n~~~~~~~~~~~~\n\n* Wim Audenaert <wim.audenaert@ucamco.com>\n* Jordi Ballester <jordi.ballester@forgeflow.com>\n* Lois Rilo <lois.rilo@forgeflow.com>\n* H\u00e9ctor Villarreal <hector.villarreal@forgeflow.com>\n* Christopher Ormaza <chris.ormaza@forgeflow.com>\n* Alexandre Fayolle <alexandre.fayolle@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/manufacture <https://github.com/OCA/manufacture/tree/14.0/mrp_multi_level>`_ 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": "LGPL-3",
    "summary": "Adds an MRP Scheduler",
    "version": "14.0.1.15.0",
    "project_urls": {
        "Homepage": "https://github.com/OCA/manufacture"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "250c9ce5cd44c117f6ada9c1748d709ab094fcc6ebbba05ce7703f4fa837cdeb",
                "md5": "5f4506d3819c76f7c2cb0debd38e7511",
                "sha256": "368d6dfd65478285db091b6363b968613d5b58dc3c5ac2c5b1875c5b13fffd54"
            },
            "downloads": -1,
            "filename": "odoo14_addon_mrp_multi_level-14.0.1.15.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5f4506d3819c76f7c2cb0debd38e7511",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 127795,
            "upload_time": "2024-04-03T14:04:41",
            "upload_time_iso_8601": "2024-04-03T14:04:41.691737Z",
            "url": "https://files.pythonhosted.org/packages/25/0c/9ce5cd44c117f6ada9c1748d709ab094fcc6ebbba05ce7703f4fa837cdeb/odoo14_addon_mrp_multi_level-14.0.1.15.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-03 14:04:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "OCA",
    "github_project": "manufacture",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "odoo14-addon-mrp-multi-level"
}
        
Elapsed time: 0.22602s