diff --git a/README.md b/README.md index 03e3bebf7..1b6437675 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ addon | version | maintainers | summary [mrp_bom_location](mrp_bom_location/) | 13.0.1.0.1 | | Adds location field to Bill of Materials and its components. [mrp_bom_note](mrp_bom_note/) | 13.0.1.0.0 | | Notes in Bill of Materials [mrp_bom_tracking](mrp_bom_tracking/) | 13.0.1.0.1 | | Logs any change to a BoM in the chatter -[mrp_multi_level](mrp_multi_level/) | 13.0.1.15.4 | [![JordiBForgeFlow](https://github.com/JordiBForgeFlow.png?size=30px)](https://github.com/JordiBForgeFlow) [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) | Adds an MRP Scheduler +[mrp_multi_level](mrp_multi_level/) | 13.0.1.16.0 | [![JordiBForgeFlow](https://github.com/JordiBForgeFlow.png?size=30px)](https://github.com/JordiBForgeFlow) [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) | Adds an MRP Scheduler [mrp_multi_level_estimate](mrp_multi_level_estimate/) | 13.0.1.1.1 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) | Allows to consider demand estimates using MRP multi level. [mrp_planned_order_matrix](mrp_planned_order_matrix/) | 13.0.1.0.0 | | Allows to create fixed planned orders on a grid view. [mrp_production_grouped_by_product](mrp_production_grouped_by_product/) | 13.0.1.0.2 | | Production Grouped By Product diff --git a/mrp_multi_level/README.rst b/mrp_multi_level/README.rst new file mode 100644 index 000000000..5d17a2a4f --- /dev/null +++ b/mrp_multi_level/README.rst @@ -0,0 +1,263 @@ +=============== +MRP Multi Level +=============== + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:41955c916243032ed9b36d161c23079f949b6b19967b0ca5f0fd467f71d1fdfd + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |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-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/13.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-13-0/manufacture-13-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=13.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 `_ system. + Note: You need to install `mrp_multi_level_estimate module `_. + +**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 `_) + + +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 `_). + + * 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 `_). + + * 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 `_). + + * Fix Main supplier computation in multi company + * Drop Triplicated field in search view + + +* [IMP] Minor changes + (`#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 `_). +* [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 `_). + +11.0.2.1.0 (2019-04-02) +~~~~~~~~~~~~~~~~~~~~~~~ + +* [IMP] Implement *Nbr. Days* functionality to be able to group demand when + generating supply proposals. + (`#345 `_). + +11.0.2.0.0 (2018-11-20) +~~~~~~~~~~~~~~~~~~~~~~~ + +* [REW] Refactor MRP Area. + (`#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 `_) + +11.0.1.0.1 (2018-08-03) +~~~~~~~~~~~~~~~~~~~~~~~ + +* [FIX] User and system locales doesn't break MRP calculation. + (`#290 `_) +* [FIX] Working Hours are now defined only at Warehouse level and displayed + as a related on MRP Areas. + (`#290 `__) + +11.0.1.0.0 (2018-07-09) +~~~~~~~~~~~~~~~~~~~~~~~ + +* Start of the history. + +Bug Tracker +=========== + +Bugs are tracked on `GitHub 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 `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +~~~~~~~ + +* Ucamco +* ForgeFlow + +Contributors +~~~~~~~~~~~~ + +* Wim Audenaert +* Jordi Ballester +* Lois Rilo +* Héctor Villarreal +* Christopher Ormaza +* Alexandre Fayolle + +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 `__: + +|maintainer-JordiBForgeFlow| |maintainer-LoisRForgeFlow| + +This module is part of the `OCA/manufacture `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/mrp_multi_level/__manifest__.py b/mrp_multi_level/__manifest__.py index 8863e7324..663b1f0fc 100644 --- a/mrp_multi_level/__manifest__.py +++ b/mrp_multi_level/__manifest__.py @@ -4,7 +4,7 @@ { "name": "MRP Multi Level", - "version": "13.0.1.15.4", + "version": "13.0.1.16.0", "license": "LGPL-3", "author": "Ucamco, ForgeFlow, Odoo Community Association (OCA)", "maintainers": ["JordiBForgeFlow", "LoisRForgeFlow"], diff --git a/mrp_multi_level/static/description/index.html b/mrp_multi_level/static/description/index.html new file mode 100644 index 000000000..e7d12210d --- /dev/null +++ b/mrp_multi_level/static/description/index.html @@ -0,0 +1,640 @@ + + + + + +MRP Multi Level + + + +
+

MRP Multi Level

+ + +

Beta License: LGPL-3 OCA/manufacture Translate me on Weblate Try me on Runboat

+

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 system. +Note: You need to install mrp_multi_level_estimate module.
  • +
+

Table of contents

+ +
+

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:

+
    +
  1. Go to Manufacturing > Operations > Run MRP Multi Level.
  2. +
  3. On the wizard click Run MRP.
  4. +
+

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

+
    +
  1. Go to Manufacturing > Operations > MRP Inventory.
  2. +
  3. Filter with To procure.
  4. +
  5. Select multiple records and click on Action > Procure or click the right +hand side gears in any record.
  6. +
  7. On the wizard, check everything is ok and click Execute.
  8. +
+
+
+

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)
  • +
+
+
+

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).
      +
    • 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).
      +
    • 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).
      +
    • Fix Main supplier computation in multi company
    • +
    • Drop Triplicated field in search view
    • +
    +
  • +
  • [IMP] Minor changes +(#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).
  • +
  • [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).
  • +
+
+
+

11.0.2.1.0 (2019-04-02)

+
    +
  • [IMP] Implement Nbr. Days functionality to be able to group demand when +generating supply proposals. +(#345).
  • +
+
+
+

11.0.2.0.0 (2018-11-20)

+
    +
  • [REW] Refactor MRP Area. +(#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)
  • +
+
+
+

11.0.1.0.1 (2018-08-03)

+
    +
  • [FIX] User and system locales doesn’t break MRP calculation. +(#290)
  • +
  • [FIX] Working Hours are now defined only at Warehouse level and displayed +as a related on MRP Areas. +(#290)
  • +
+
+
+

11.0.1.0.0 (2018-07-09)

+
    +
  • Start of the history.
  • +
+
+
+
+

Bug Tracker

+

Bugs are tracked on GitHub 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.

+

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

+
+
+

Credits

+
+

Authors

+
    +
  • Ucamco
  • +
  • ForgeFlow
  • +
+
+
+

Contributors

+ +
+
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

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.

+

Current maintainers:

+

JordiBForgeFlow LoisRForgeFlow

+

This module is part of the OCA/manufacture project on GitHub.

+

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

+
+
+
+
+ +