============================
MRP Request Workcenter Cycle
============================
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png
:target: https://odoo-community.org/page/development-status
:alt: Alpha
.. |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%2Fmanufacture-lightgray.png?logo=github
:target: https://github.com/OCA/manufacture/tree/12.0/mrp_request_workcenter_cycle
:alt: OCA/manufacture
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/manufacture-12-0/manufacture-12-0-mrp_request_workcenter_cycle
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/129/12.0
:alt: Try me on Runbot
|badge1| |badge2| |badge3| |badge4| |badge5|
This module extends the functionality of Manufacturing Request (MR) to allow you
to:
* compute MR quantity from workcenter capacity: this capacity is defined by product
* create manufacturing orders according to selected workcenters
Note: this module use Workcenters without Work Orders.
.. IMPORTANT::
This is an alpha version, the data model and design can change at any time without warning.
Only for development or testing purpose, do not use in production.
`More details on development status <https://odoo-community.org/page/development-status>`_
**Table of contents**
.. contents::
:local:
Configuration
=============
To configure a product to automatically compute Manufacturing Requests quantity you need to:
#. Create some workcenters: go to Manufacturing settings, tick work order and click on Workcenter.
#. Go to the products variants.
#. Go to the *Inventory* tab.
#. Fill **Capacity by workcenter** section.
.. figure:: https://raw.githubusercontent.com/OCA/manufacture/12.0/mrp_request_workcenter_cycle/static/description/settings.png
Usage
=====
To use this module, you need to:
#. Go to *Manufacturing > Manufacturing Requests*.
#. Create a manufacturing request using the product configured with workcenter (Wood Panel in demo data)
#. Fill Target Quantity field and save MR
#. Click on 'Request Approval' button
#. 'Approve' the Manufacturing Request
#. Click on 'Create Manufacturing Orders' button
Check created MOs
.. figure:: https://raw.githubusercontent.com/OCA/manufacture/12.0/mrp_request_workcenter_cycle/static/description/request.png
Known issues / Roadmap
======================
* Support heterogenous units between product and manufacturing request
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 smashing it by providing a detailed and welcomed
`feedback <https://github.com/OCA/manufacture/issues/new?body=module:%20mrp_request_workcenter_cycle%0Aversion:%2012.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
~~~~~~~
* Akretion
Contributors
~~~~~~~~~~~~
Akretion:
* David Beal <david.beal@akretion.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-bealdav| image:: https://github.com/bealdav.png?size=40px
:target: https://github.com/bealdav
:alt: bealdav
Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
|maintainer-bealdav|
This module is part of the `OCA/manufacture <https://github.com/OCA/manufacture/tree/12.0/mrp_request_workcenter_cycle>`_ 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/mrp_request_workcenter_cycle",
"name": "odoo12-addon-mrp-request-workcenter-cycle",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.5",
"maintainer_email": "",
"keywords": "",
"author": "Akretion, Odoo Community Association (OCA)",
"author_email": "support@odoo-community.org",
"download_url": "",
"platform": null,
"description": "============================\nMRP Request Workcenter Cycle\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-Alpha-red.png\n :target: https://odoo-community.org/page/development-status\n :alt: Alpha\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%2Fmanufacture-lightgray.png?logo=github\n :target: https://github.com/OCA/manufacture/tree/12.0/mrp_request_workcenter_cycle\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_request_workcenter_cycle\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 extends the functionality of Manufacturing Request (MR) to allow you \nto:\n\n* compute MR quantity from workcenter capacity: this capacity is defined by product\n* create manufacturing orders according to selected workcenters\n\nNote: this module use Workcenters without Work Orders.\n\n.. IMPORTANT::\n This is an alpha version, the data model and design can change at any time without warning.\n Only for development or testing purpose, do not use in production.\n `More details on development status <https://odoo-community.org/page/development-status>`_\n\n**Table of contents**\n\n.. contents::\n :local:\n\nConfiguration\n=============\n\nTo configure a product to automatically compute Manufacturing Requests quantity you need to:\n\n#. Create some workcenters: go to Manufacturing settings, tick work order and click on Workcenter.\n#. Go to the products variants.\n#. Go to the *Inventory* tab.\n#. Fill **Capacity by workcenter** section.\n\n.. figure:: https://raw.githubusercontent.com/OCA/manufacture/12.0/mrp_request_workcenter_cycle/static/description/settings.png\n\nUsage\n=====\n\nTo use this module, you need to:\n\n#. Go to *Manufacturing > Manufacturing Requests*.\n#. Create a manufacturing request using the product configured with workcenter (Wood Panel in demo data)\n#. Fill Target Quantity field and save MR\n#. Click on 'Request Approval' button\n#. 'Approve' the Manufacturing Request\n#. Click on 'Create Manufacturing Orders' button\n\nCheck created MOs\n\n.. figure:: https://raw.githubusercontent.com/OCA/manufacture/12.0/mrp_request_workcenter_cycle/static/description/request.png\n\nKnown issues / Roadmap\n======================\n\n* Support heterogenous units between product and manufacturing request\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 smashing it by providing a detailed and welcomed\n`feedback <https://github.com/OCA/manufacture/issues/new?body=module:%20mrp_request_workcenter_cycle%0Aversion:%2012.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* Akretion\n\nContributors\n~~~~~~~~~~~~\n\nAkretion:\n\n* David Beal <david.beal@akretion.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-bealdav| image:: https://github.com/bealdav.png?size=40px\n :target: https://github.com/bealdav\n :alt: bealdav\n\nCurrent `maintainer <https://odoo-community.org/page/maintainer-role>`__:\n\n|maintainer-bealdav| \n\nThis module is part of the `OCA/manufacture <https://github.com/OCA/manufacture/tree/12.0/mrp_request_workcenter_cycle>`_ 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": "MRP Request Workcenter Cycle",
"version": "12.0.1.0.1",
"project_urls": {
"Homepage": "https://github.com/OCA/manufacture/mrp_request_workcenter_cycle"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "4a2390f653958a3c9d44d8eaa874c723f1cb46dc5c7024b312d32da9799acf50",
"md5": "af5eed635365a34c313f9af492fc84c1",
"sha256": "9d8ecfb33dec400dea9ada6912528579e2b94b00fe89fcc2d444ff71fd4ae056"
},
"downloads": -1,
"filename": "odoo12_addon_mrp_request_workcenter_cycle-12.0.1.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "af5eed635365a34c313f9af492fc84c1",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.5",
"size": 197185,
"upload_time": "2022-10-25T16:12:59",
"upload_time_iso_8601": "2022-10-25T16:12:59.836010Z",
"url": "https://files.pythonhosted.org/packages/4a/23/90f653958a3c9d44d8eaa874c723f1cb46dc5c7024b312d32da9799acf50/odoo12_addon_mrp_request_workcenter_cycle-12.0.1.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2022-10-25 16:12:59",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "OCA",
"github_project": "manufacture",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "odoo12-addon-mrp-request-workcenter-cycle"
}