odoo13-addon-stock-move-source-relocate


Nameodoo13-addon-stock-move-source-relocate JSON
Version 13.0.1.1.0 PyPI version JSON
download
home_pagehttps://github.com/OCA/wms
SummaryChange source location of unavailable moves
upload_time2021-02-25 06:07:26
maintainer
docs_urlNone
authorCamptocamp, Odoo Community Association (OCA)
requires_python>=3.5
licenseAGPL-3
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ============================
Stock Move Source Relocation
============================

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !! 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%2Fwms-lightgray.png?logo=github
    :target: https://github.com/OCA/wms/tree/13.0/stock_move_source_relocate
    :alt: OCA/wms
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
    :target: https://translation.odoo-community.org/projects/wms-13-0/wms-13-0-stock_move_source_relocate
    :alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
    :target: https://runbot.odoo-community.org/runbot/285/13.0
    :alt: Try me on Runbot

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

Relocate source location of unconfirmed moves

Add relocation rules for moves.

Some use cases:

* Handle all the replenishments at the same place
* Trigger minimum stock rules or DDMRP buffers in one location

Behavior:

* When we try to assign a stock move and the move is not available, a rule
  matching the source location (sub-locations included), the picking type and an
  optional domain is searched
* If a relocation is found, the move source location is updated with the new one
* If the move was partially available, it is split in 2 parts:

 * one available part which keeps its source location
 * one confirmed part which is updated with the new source location

Notes:

Goes well with ``stock_available_to_promise_release``.
When using the mentioned module, we assume that we release moves (which
creates the whole chain of moves) only when we know that we have the
quantities in stock (otherwise the module splits the delivery). So generally,
we have the goods are available, but maybe not at the correct place: this
module is handy to organize internal replenishments.

Compatible with ``stock_dynamic_routing``: when the source location is updated
by this module, a dynamic routing may be applied.

.. 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
=============

The configuration of the source relocations is done in "Inventory > Configuration > Source Relocation".

Creation of a rule:

Properties that define where the rule will be applied:

* Location: any unreserved move in this location or sub-location is relocated
* Picking Type: any unreserved move in this picking type is relocated
* Rule Domain: filter the moves to relocate with arbitrary domains

Note: all of the above must be met to relocate a move.

The Relocate Location field defines what the move source location will be changed to. It must be a sub-location of the location.

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

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

* Camptocamp

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

* Guewen Baconnier <guewen.baconnier@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.

This module is part of the `OCA/wms <https://github.com/OCA/wms/tree/13.0/stock_move_source_relocate>`_ 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/wms",
    "name": "odoo13-addon-stock-move-source-relocate",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.5",
    "maintainer_email": "",
    "keywords": "",
    "author": "Camptocamp, Odoo Community Association (OCA)",
    "author_email": "support@odoo-community.org",
    "download_url": "",
    "platform": "",
    "description": "============================\nStock Move Source Relocation\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%2Fwms-lightgray.png?logo=github\n    :target: https://github.com/OCA/wms/tree/13.0/stock_move_source_relocate\n    :alt: OCA/wms\n.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n    :target: https://translation.odoo-community.org/projects/wms-13-0/wms-13-0-stock_move_source_relocate\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/285/13.0\n    :alt: Try me on Runbot\n\n|badge1| |badge2| |badge3| |badge4| |badge5| \n\nRelocate source location of unconfirmed moves\n\nAdd relocation rules for moves.\n\nSome use cases:\n\n* Handle all the replenishments at the same place\n* Trigger minimum stock rules or DDMRP buffers in one location\n\nBehavior:\n\n* When we try to assign a stock move and the move is not available, a rule\n  matching the source location (sub-locations included), the picking type and an\n  optional domain is searched\n* If a relocation is found, the move source location is updated with the new one\n* If the move was partially available, it is split in 2 parts:\n\n * one available part which keeps its source location\n * one confirmed part which is updated with the new source location\n\nNotes:\n\nGoes well with ``stock_available_to_promise_release``.\nWhen using the mentioned module, we assume that we release moves (which\ncreates the whole chain of moves) only when we know that we have the\nquantities in stock (otherwise the module splits the delivery). So generally,\nwe have the goods are available, but maybe not at the correct place: this\nmodule is handy to organize internal replenishments.\n\nCompatible with ``stock_dynamic_routing``: when the source location is updated\nby this module, a dynamic routing may be applied.\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\nThe configuration of the source relocations is done in \"Inventory > Configuration > Source Relocation\".\n\nCreation of a rule:\n\nProperties that define where the rule will be applied:\n\n* Location: any unreserved move in this location or sub-location is relocated\n* Picking Type: any unreserved move in this picking type is relocated\n* Rule Domain: filter the moves to relocate with arbitrary domains\n\nNote: all of the above must be met to relocate a move.\n\nThe Relocate Location field defines what the move source location will be changed to. It must be a sub-location of the location.\n\nBug Tracker\n===========\n\nBugs are tracked on `GitHub Issues <https://github.com/OCA/wms/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/wms/issues/new?body=module:%20stock_move_source_relocate%0Aversion:%2013.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* Camptocamp\n\nContributors\n~~~~~~~~~~~~\n\n* Guewen Baconnier <guewen.baconnier@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\nThis module is part of the `OCA/wms <https://github.com/OCA/wms/tree/13.0/stock_move_source_relocate>`_ 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": "Change source location of unavailable moves",
    "version": "13.0.1.1.0",
    "project_urls": {
        "Homepage": "https://github.com/OCA/wms"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ba47e1a40069070fdb54bda25c534f82f08c484092c21a6b301d4b1ba66525ab",
                "md5": "70e7aba87a943d5063910856f768c39a",
                "sha256": "f05fe6d4ce541aaf5a0f2662b062341b58ecb47d0326dd50c6353cd43df046ce"
            },
            "downloads": -1,
            "filename": "odoo13_addon_stock_move_source_relocate-13.0.1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "70e7aba87a943d5063910856f768c39a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.5",
            "size": 33073,
            "upload_time": "2021-02-25T06:07:26",
            "upload_time_iso_8601": "2021-02-25T06:07:26.126884Z",
            "url": "https://files.pythonhosted.org/packages/ba/47/e1a40069070fdb54bda25c534f82f08c484092c21a6b301d4b1ba66525ab/odoo13_addon_stock_move_source_relocate-13.0.1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2021-02-25 06:07:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "OCA",
    "github_project": "wms",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "odoo13-addon-stock-move-source-relocate"
}
        
Elapsed time: 0.12545s