{ "info": { "author": "Ucamco, Eficent, Odoo Community Association (OCA)", "author_email": "support@odoo-community.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Odoo", "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", "Programming Language :: Python" ], "description": "===============\nMRP Multi Level\n===============\n\n.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n !! This file is generated by oca-gen-addon-readme !!\n !! changes will be overwritten. !!\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-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/12.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-12-0/manufacture-12-0-mrp_multi_level\n :alt: Translate me on Weblate\n.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png\n :target: https://runbot.odoo-community.org/runbot/129/12.0\n :alt: Try me on Runbot\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 `_ system.\n Note: You need to install `mrp_multi_level_estimate module `_.\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\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\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 `_).\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 `_).\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 `_).\n\n11.0.2.0.0 (2018-11-20)\n~~~~~~~~~~~~~~~~~~~~~~~\n\n* [REW] Refactor MRP Area.\n (`#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 `_)\n\n11.0.1.0.1 (2018-08-03)\n~~~~~~~~~~~~~~~~~~~~~~~\n\n* [FIX] User and system locales doesn't break MRP calculation.\n (`#290 `_)\n* [FIX] Working Hours are now defined only at Warehouse level and displayed\n as a related on MRP Areas.\n (`#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 `_.\nIn case of trouble, please check there if your issue has already been reported.\nIf you spotted it first, help us smashing it by providing a detailed and welcomed\n`feedback `_.\n\nDo not contact contributors directly about support or help with technical issues.\n\nCredits\n=======\n\nAuthors\n~~~~~~~\n\n* Ucamco\n* Eficent\n\nContributors\n~~~~~~~~~~~~\n\n* Wim Audenaert \n* Jordi Ballester \n* Lois Rilo \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-jbeficent| image:: https://github.com/jbeficent.png?size=40px\n :target: https://github.com/jbeficent\n :alt: jbeficent\n.. |maintainer-lreficent| image:: https://github.com/lreficent.png?size=40px\n :target: https://github.com/lreficent\n :alt: lreficent\n\nCurrent `maintainers `__:\n\n|maintainer-jbeficent| |maintainer-lreficent| \n\nThis module is part of the `OCA/manufacture `_ project on GitHub.\n\nYou are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/OCA/manufacture", "keywords": "", "license": "LGPL-3", "maintainer": "", "maintainer_email": "", "name": "odoo12-addon-mrp-multi-level", "package_url": "https://pypi.org/project/odoo12-addon-mrp-multi-level/", "platform": "", "project_url": "https://pypi.org/project/odoo12-addon-mrp-multi-level/", "project_urls": { "Homepage": "https://github.com/OCA/manufacture" }, "release_url": "https://pypi.org/project/odoo12-addon-mrp-multi-level/12.0.1.0.0.99.dev6/", "requires_dist": [ "odoo12-addon-mrp-warehouse-calendar", "odoo (<12.1dev,>=12.0a)" ], "requires_python": ">=3.5", "summary": "Adds an MRP Scheduler", "version": "12.0.1.0.0.99.dev6" }, "last_serial": 5962954, "releases": { "12.0.1.0.0.99.dev3": [ { "comment_text": "", "digests": { "md5": "92c09af26f1da9a1075d4033719d0703", "sha256": "5e287269df6fa611504dfbf73836601f3a63e9d67fc87c7a4b567623936351ce" }, "downloads": -1, "filename": "odoo12_addon_mrp_multi_level-12.0.1.0.0.99.dev3-py3-none-any.whl", "has_sig": false, "md5_digest": "92c09af26f1da9a1075d4033719d0703", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 99699, "upload_time": "2019-09-03T04:53:07", "url": "https://files.pythonhosted.org/packages/13/3b/e6450267f647c22fb5aafa80cb648b58501e545b59f5db60e9f93c7dee06/odoo12_addon_mrp_multi_level-12.0.1.0.0.99.dev3-py3-none-any.whl" } ], "12.0.1.0.0.99.dev4": [ { "comment_text": "", "digests": { "md5": "7e51415ee843780b99d35882b3089500", "sha256": "10cc8daaf8ce2014728886b285ae58f6e2bf9ac9fa9d5eeb06bf88bf665de80c" }, "downloads": -1, "filename": "odoo12_addon_mrp_multi_level-12.0.1.0.0.99.dev4-py3-none-any.whl", "has_sig": false, "md5_digest": "7e51415ee843780b99d35882b3089500", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 100209, "upload_time": "2019-09-11T04:51:03", "url": "https://files.pythonhosted.org/packages/0f/fd/3e017297220daed712f31c3b65c049e777614202b91e4f8e009b5f808b30/odoo12_addon_mrp_multi_level-12.0.1.0.0.99.dev4-py3-none-any.whl" } ], "12.0.1.0.0.99.dev5": [ { "comment_text": "", "digests": { "md5": "c6dd237f869939499114c203b16ebcf4", "sha256": "daef59147dd4a07914687e388cc6b3dfffdcc890eb881e756e3dfa7bd2f32fb1" }, "downloads": -1, "filename": "odoo12_addon_mrp_multi_level-12.0.1.0.0.99.dev5-py3-none-any.whl", "has_sig": false, "md5_digest": "c6dd237f869939499114c203b16ebcf4", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 100229, "upload_time": "2019-10-11T04:51:20", "url": "https://files.pythonhosted.org/packages/a0/2d/11d16d3c7a50406c58dc90877dd75faf70a83eb6af27d604e2d080f17509/odoo12_addon_mrp_multi_level-12.0.1.0.0.99.dev5-py3-none-any.whl" } ], "12.0.1.0.0.99.dev6": [ { "comment_text": "", "digests": { "md5": "15f3b8d3d7c834ed8433acc79dd5bd74", "sha256": "97b65f4328fb24471cf00022e19faef4e73198528083a671b1d883d109240876" }, "downloads": -1, "filename": "odoo12_addon_mrp_multi_level-12.0.1.0.0.99.dev6-py3-none-any.whl", "has_sig": false, "md5_digest": "15f3b8d3d7c834ed8433acc79dd5bd74", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 100233, "upload_time": "2019-10-12T04:51:37", "url": "https://files.pythonhosted.org/packages/a8/38/66fe19df48b9144988efe22b4db2635d58af834dd63849e5d1f9bb41a39d/odoo12_addon_mrp_multi_level-12.0.1.0.0.99.dev6-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "15f3b8d3d7c834ed8433acc79dd5bd74", "sha256": "97b65f4328fb24471cf00022e19faef4e73198528083a671b1d883d109240876" }, "downloads": -1, "filename": "odoo12_addon_mrp_multi_level-12.0.1.0.0.99.dev6-py3-none-any.whl", "has_sig": false, "md5_digest": "15f3b8d3d7c834ed8433acc79dd5bd74", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 100233, "upload_time": "2019-10-12T04:51:37", "url": "https://files.pythonhosted.org/packages/a8/38/66fe19df48b9144988efe22b4db2635d58af834dd63849e5d1f9bb41a39d/odoo12_addon_mrp_multi_level-12.0.1.0.0.99.dev6-py3-none-any.whl" } ] }