odoo-addon-mrp-production-grouped-by-product


Nameodoo-addon-mrp-production-grouped-by-product JSON
Version 15.0.1.0.1.1 PyPI version JSON
download
home_pagehttps://github.com/OCA/manufacture
SummaryProduction Grouped By Product
upload_time2024-08-23 03:38:32
maintainerNone
docs_urlNone
authorTecnativa, Odoo Community Association (OCA)
requires_python>=3.8
licenseAGPL-3
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =============================
Production Grouped By Product
=============================

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

.. |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%2Fmanufacture-lightgray.png?logo=github
    :target: https://github.com/OCA/manufacture/tree/15.0/mrp_production_grouped_by_product
    :alt: OCA/manufacture
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
    :target: https://translation.odoo-community.org/projects/manufacture-15-0/manufacture-15-0-mrp_production_grouped_by_product
    :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=15.0
    :alt: Try me on Runboat

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

When you have several sales orders with make to order (MTO) products that
require to be manufactured, you end up with one manufacturing order for each of
these sales orders, which is very bad for the management.

With this module, each time an MTO manufacturing order is required to be
created, it first checks that there's no other existing order not yet started
for the same product and bill of materials inside the specied time frame , and
if there's one, then the quantity of that order is increased instead of
creating a new one.

**Table of contents**

.. contents::
   :local:

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

To configure the time frame for grouping manufacturing order:

#. Go to *Inventory > Configuration > Warehouse Management > Operation Types*
#. Locate the manufacturing type you are using (default one is called
   "Manufacturing").
#. Open it and change these 2 values:

   * MO grouping max. hour (UTC): The maximum hour (between 0 and 23) for
     considering new manufacturing orders inside the same interval period, and
     thus being grouped on the same MO. IMPORTANT: The hour should be expressed
     in UTC.
   * MO grouping interval (days): The number of days for grouping together on
     the same manufacturing order.

   Example: If you leave the default values 19 and 1, all the planned orders
   between 19:00:01 of the previous day and 20:00:00 of the target date will
   be grouped together.

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

* Add a check in the product form for excluding it from being grouped.

Changelog
=========

15.0.1.0.0 (2022-09-12)
~~~~~~~~~~~~~~~~~~~~~~~

* [MIG] Migration to v15.

14.0.1.0.0 (2021-11-16)
~~~~~~~~~~~~~~~~~~~~~~~

* [MIG] Migration to v14.

13.0.1.0.0 (2020-01-09)
~~~~~~~~~~~~~~~~~~~~~~~

* [MIG] Migration to v13.

12.0.1.0.0 (2019-04-17)
~~~~~~~~~~~~~~~~~~~~~~~

* [MIG] Migration to v12:

11.0.2.0.1 (2018-07-02)
~~~~~~~~~~~~~~~~~~~~~~~

* [FIX] fix test in mrp_production_grouped_by_product

11.0.2.0.0 (2018-06-04)
~~~~~~~~~~~~~~~~~~~~~~~

* [IMP] mrp_production_grouped_by_product: Time frames

11.0.1.0.1 (2018-05-11)
~~~~~~~~~~~~~~~~~~~~~~~

* [IMP] mrp_production_grouped_by_company: Context evaluation on mrp.production + tests

11.0.1.0.0 (2018-05-11)
~~~~~~~~~~~~~~~~~~~~~~~

* 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_production_grouped_by_product%0Aversion:%2015.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
~~~~~~~

* Tecnativa

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

* `Tecnativa <https://www.tecnativa.com>`__

  * David Vidal
  * Pedro M. Baeza

* `Ecosoft <https://ecosoft.co.th/>`__:

  * Pimolnat Suntian <pimolnats@ecosoft.co.th>

* `ForgeFlow <https://www.forgeflow.com/>`__:

  * Lois Rilo <lois.rilo@forgeflow.com>

* `Punt Sistemes <https://www.puntsistemes.com/>`__:

  * Salva Benlloch <sbenlloch@puntsistemes.es>

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.

This module is part of the `OCA/manufacture <https://github.com/OCA/manufacture/tree/15.0/mrp_production_grouped_by_product>`_ 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": "odoo-addon-mrp-production-grouped-by-product",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Tecnativa, Odoo Community Association (OCA)",
    "author_email": "support@odoo-community.org",
    "download_url": null,
    "platform": null,
    "description": "=============================\nProduction Grouped By Product\n=============================\n\n.. \n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! This file is generated by oca-gen-addon-readme !!\n   !! changes will be overwritten.                   !!\n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! source digest: sha256:fc6bfd0803818e81b30ef12e570b837a625a243513c3f167f8c5471ee7d7d825\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%2Fmanufacture-lightgray.png?logo=github\n    :target: https://github.com/OCA/manufacture/tree/15.0/mrp_production_grouped_by_product\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-15-0/manufacture-15-0-mrp_production_grouped_by_product\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=15.0\n    :alt: Try me on Runboat\n\n|badge1| |badge2| |badge3| |badge4| |badge5|\n\nWhen you have several sales orders with make to order (MTO) products that\nrequire to be manufactured, you end up with one manufacturing order for each of\nthese sales orders, which is very bad for the management.\n\nWith this module, each time an MTO manufacturing order is required to be\ncreated, it first checks that there's no other existing order not yet started\nfor the same product and bill of materials inside the specied time frame , and\nif there's one, then the quantity of that order is increased instead of\ncreating a new one.\n\n**Table of contents**\n\n.. contents::\n   :local:\n\nConfiguration\n=============\n\nTo configure the time frame for grouping manufacturing order:\n\n#. Go to *Inventory > Configuration > Warehouse Management > Operation Types*\n#. Locate the manufacturing type you are using (default one is called\n   \"Manufacturing\").\n#. Open it and change these 2 values:\n\n   * MO grouping max. hour (UTC): The maximum hour (between 0 and 23) for\n     considering new manufacturing orders inside the same interval period, and\n     thus being grouped on the same MO. IMPORTANT: The hour should be expressed\n     in UTC.\n   * MO grouping interval (days): The number of days for grouping together on\n     the same manufacturing order.\n\n   Example: If you leave the default values 19 and 1, all the planned orders\n   between 19:00:01 of the previous day and 20:00:00 of the target date will\n   be grouped together.\n\nKnown issues / Roadmap\n======================\n\n* Add a check in the product form for excluding it from being grouped.\n\nChangelog\n=========\n\n15.0.1.0.0 (2022-09-12)\n~~~~~~~~~~~~~~~~~~~~~~~\n\n* [MIG] Migration to v15.\n\n14.0.1.0.0 (2021-11-16)\n~~~~~~~~~~~~~~~~~~~~~~~\n\n* [MIG] Migration to v14.\n\n13.0.1.0.0 (2020-01-09)\n~~~~~~~~~~~~~~~~~~~~~~~\n\n* [MIG] Migration to v13.\n\n12.0.1.0.0 (2019-04-17)\n~~~~~~~~~~~~~~~~~~~~~~~\n\n* [MIG] Migration to v12:\n\n11.0.2.0.1 (2018-07-02)\n~~~~~~~~~~~~~~~~~~~~~~~\n\n* [FIX] fix test in mrp_production_grouped_by_product\n\n11.0.2.0.0 (2018-06-04)\n~~~~~~~~~~~~~~~~~~~~~~~\n\n* [IMP] mrp_production_grouped_by_product: Time frames\n\n11.0.1.0.1 (2018-05-11)\n~~~~~~~~~~~~~~~~~~~~~~~\n\n* [IMP] mrp_production_grouped_by_company: Context evaluation on mrp.production + tests\n\n11.0.1.0.0 (2018-05-11)\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_production_grouped_by_product%0Aversion:%2015.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* Tecnativa\n\nContributors\n~~~~~~~~~~~~\n\n* `Tecnativa <https://www.tecnativa.com>`__\n\n  * David Vidal\n  * Pedro M. Baeza\n\n* `Ecosoft <https://ecosoft.co.th/>`__:\n\n  * Pimolnat Suntian <pimolnats@ecosoft.co.th>\n\n* `ForgeFlow <https://www.forgeflow.com/>`__:\n\n  * Lois Rilo <lois.rilo@forgeflow.com>\n\n* `Punt Sistemes <https://www.puntsistemes.com/>`__:\n\n  * Salva Benlloch <sbenlloch@puntsistemes.es>\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\nThis module is part of the `OCA/manufacture <https://github.com/OCA/manufacture/tree/15.0/mrp_production_grouped_by_product>`_ project on GitHub.\n\nYou are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n",
    "bugtrack_url": null,
    "license": "AGPL-3",
    "summary": "Production Grouped By Product",
    "version": "15.0.1.0.1.1",
    "project_urls": {
        "Homepage": "https://github.com/OCA/manufacture"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8c9760276bce20fbb6c0c7e10fcba2d4e116f57b701e827210eb2e3a646083a5",
                "md5": "879a76cd05d05ecbc4370d2b6ef7882a",
                "sha256": "c1ffd86ebd60a121451198307dded8cc055092a1ae968d5e481962ecd40d61bb"
            },
            "downloads": -1,
            "filename": "odoo_addon_mrp_production_grouped_by_product-15.0.1.0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "879a76cd05d05ecbc4370d2b6ef7882a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 36256,
            "upload_time": "2024-08-23T03:38:32",
            "upload_time_iso_8601": "2024-08-23T03:38:32.894993Z",
            "url": "https://files.pythonhosted.org/packages/8c/97/60276bce20fbb6c0c7e10fcba2d4e116f57b701e827210eb2e3a646083a5/odoo_addon_mrp_production_grouped_by_product-15.0.1.0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-23 03:38:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "OCA",
    "github_project": "manufacture",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "odoo-addon-mrp-production-grouped-by-product"
}
        
Elapsed time: 0.32680s