odoo13-addon-stock-checkout-sync


Nameodoo13-addon-stock-checkout-sync JSON
Version 13.0.1.1.0 PyPI version JSON
download
home_pagehttps://github.com/OCA/wms
SummarySync location for Checkout operations
upload_time2021-01-23 05:39:05
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 Checkout Synchronization
==============================

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !! 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_checkout_sync
    :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_checkout_sync
    :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| 

Regroup moves at the same location when they reach an operation type.

Example of use case:

* We use several operation types for Picking Transfers (Pick Shelves, Pick Reserve)
* We use several operation types for Packing (Pack, Pack Post)
* The "Checkout Synchronization" flag is activated on the 2 Packing operation types
* The Packing can occur in several areas (Packing/PACK1, Packing/PACK2, Packing/PACK3)

Based on these assumptions, we have these pickings, all for the same order:

* SHELF001, pick 2 goods in the shelves
* RESER001, pick 2 goods in the reserve
* PACK001, pack 3 of the goods (2 from SHELF001, 1 from RESER001)
* PPOST001, pack the remaining good of the reserve

The operator uses the button "Checkout Sync" on a pick transfer,
for instance SHELF001, and select Packing/PACK2 as destination.
We want all the lines that reach PACK001 to be updated with:

* The move lines (except the one that goes to PPOST001) must now reach
  Packing/PACK2
* The same moves' destination must reach Packing/PACK2 as well:
  we constrain the user to move the goods there as we want to move
  all the goods at the same place for the packing.
* As the moves' destinations are updated to the same packing location,
  new move lines will have the correct destination as well


.. figure:: https://raw.githubusercontent.com/OCA/wms/13.0/stock_checkout_sync/static/description/sync-assistant.png
   :alt: Checkout Synchronization Assistant Screen
   :width: 600 px


Notes:

Works best when used 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). Any exception
  (which is now rare when you release this ways) that would lead to a backorder
  is handled by canceling the remaining line.
* When the module is not used, then the destination of the backorders may be
  changed at the same time

Compatible with ``stock_dynamic_routing``.

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

Activate syncing on the picking type form view (Inventory > Settings > Operations Types)
by marking ``Checkout Synchronization``.

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_checkout_sync%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
~~~~~~~~~~~~

* Akim Juillerat <akim.juillerat@camptocamp.com>
* 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_checkout_sync>`_ 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-checkout-sync",
    "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 Checkout Synchronization\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_checkout_sync\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_checkout_sync\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\nRegroup moves at the same location when they reach an operation type.\n\nExample of use case:\n\n* We use several operation types for Picking Transfers (Pick Shelves, Pick Reserve)\n* We use several operation types for Packing (Pack, Pack Post)\n* The \"Checkout Synchronization\" flag is activated on the 2 Packing operation types\n* The Packing can occur in several areas (Packing/PACK1, Packing/PACK2, Packing/PACK3)\n\nBased on these assumptions, we have these pickings, all for the same order:\n\n* SHELF001, pick 2 goods in the shelves\n* RESER001, pick 2 goods in the reserve\n* PACK001, pack 3 of the goods (2 from SHELF001, 1 from RESER001)\n* PPOST001, pack the remaining good of the reserve\n\nThe operator uses the button \"Checkout Sync\" on a pick transfer,\nfor instance SHELF001, and select Packing/PACK2 as destination.\nWe want all the lines that reach PACK001 to be updated with:\n\n* The move lines (except the one that goes to PPOST001) must now reach\n  Packing/PACK2\n* The same moves' destination must reach Packing/PACK2 as well:\n  we constrain the user to move the goods there as we want to move\n  all the goods at the same place for the packing.\n* As the moves' destinations are updated to the same packing location,\n  new move lines will have the correct destination as well\n\n\n.. figure:: https://raw.githubusercontent.com/OCA/wms/13.0/stock_checkout_sync/static/description/sync-assistant.png\n   :alt: Checkout Synchronization Assistant Screen\n   :width: 600 px\n\n\nNotes:\n\nWorks best when used with ``stock_available_to_promise_release``:\n\n* When using the mentioned module, we assume that we release moves (which\n  creates the whole chain of moves) only when we know that we have the\n  quantities in stock (otherwise the module splits the delivery). Any exception\n  (which is now rare when you release this ways) that would lead to a backorder\n  is handled by canceling the remaining line.\n* When the module is not used, then the destination of the backorders may be\n  changed at the same time\n\nCompatible with ``stock_dynamic_routing``.\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\nActivate syncing on the picking type form view (Inventory > Settings > Operations Types)\nby marking ``Checkout Synchronization``.\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_checkout_sync%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* Akim Juillerat <akim.juillerat@camptocamp.com>\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_checkout_sync>`_ 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": "Sync location for Checkout operations",
    "version": "13.0.1.1.0",
    "project_urls": {
        "Homepage": "https://github.com/OCA/wms"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7ad80895037f0b0acd2e996965ec0dd50dbe5c36bb1244d3e8ac08b88debc995",
                "md5": "14f405e4bcbd4e4df6f9e52d5105c53e",
                "sha256": "c1b44b6acd1e1df3ac4ad33f5fe39eb12fe4baba9f7605f3107a468c5be06a8a"
            },
            "downloads": -1,
            "filename": "odoo13_addon_stock_checkout_sync-13.0.1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "14f405e4bcbd4e4df6f9e52d5105c53e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.5",
            "size": 111823,
            "upload_time": "2021-01-23T05:39:05",
            "upload_time_iso_8601": "2021-01-23T05:39:05.283599Z",
            "url": "https://files.pythonhosted.org/packages/7a/d8/0895037f0b0acd2e996965ec0dd50dbe5c36bb1244d3e8ac08b88debc995/odoo13_addon_stock_checkout_sync-13.0.1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2021-01-23 05:39:05",
    "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-checkout-sync"
}
        
Elapsed time: 0.88426s