odoo14-addon-stock-vertical-lift


Nameodoo14-addon-stock-vertical-lift JSON
Version 14.0.1.3.0 PyPI version JSON
download
home_pagehttps://github.com/OCA/stock-logistics-warehouse
SummaryProvides the core for integration with Vertical Lifts
upload_time2024-03-26 14:25:06
maintainerNone
docs_urlNone
authorCamptocamp, Odoo Community Association (OCA)
requires_python>=3.6
licenseAGPL-3
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =============
Vertical Lift
=============

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

.. |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%2Fstock--logistics--warehouse-lightgray.png?logo=github
    :target: https://github.com/OCA/stock-logistics-warehouse/tree/14.0/stock_vertical_lift
    :alt: OCA/stock-logistics-warehouse
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
    :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-14-0/stock-logistics-warehouse-14-0-stock_vertical_lift
    :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/stock-logistics-warehouse&target_branch=14.0
    :alt: Try me on Runboat

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

Add configuration and dedicated screens to work with Vertical Lift
systems (such as Kardex Remstar, Modula, ...). Drivers for controlling
the lifts physically must be added by additional addons.

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

General
~~~~~~~

In Inventory Settings, you must have:

 * Storage Locations
 * Multi-Warehouses
 * Multi-Step Routes

Locations
~~~~~~~~~

Additional configuration parameters are added in Locations:

* Sub-locations of a location with the "Is a Vertical Lift View Location"
  activated are considered as "Shuttles". A shuttle is a vertical lift shelf.
* Sub-locations of shuttles are considered as "Trays", which is a tier of a
  shuttle. When a tray is created, a tray type must be selected. When saved, the
  tray location will automatically create as many sub-locations - called
  "Cells" - as the tray type contains.
* The tray type of a tray can be changed as long as none of its cell contains
  products. When changed, it archives the cells and creates new ones as
  configured on the new tray type.

Tray types
~~~~~~~~~~

Tray types can be configured in the Inventory settings.
A tray type defines how much cells a tray can hold. It is a square or rectangle
matrix of n cols * m rows.

Vertical Lift Shuttles
~~~~~~~~~~~~~~~~~~~~~~

The Shuttles are the Vertical Lift Trays. One Shuttle entity has to be created
in Odoo for each physical shuttle. Depending of the subsidiary addons installed
(eg. Kardex), different options may be required (host address, ...). The base
addon only includes shuttles of kind "simulation" which will not send orders to
the hardware.

Put-away configuration
~~~~~~~~~~~~~~~~~~~~~~

If you want to use put-away in the vertical lift, the Receipts must have the
vertical lift view as destination. E.g. create put-away rules on the products
so when they arrive in WH/Stock, they are stored in WH/Stock/Vertical Lift. On
the put-away screen, when scanning the tray type to store, the destination will
be updated with an available cell of the same tray type in the current shuttle.

Barcodes
~~~~~~~~

The operations allowed in the screen for the vertical lift (save, release, skip)
can be triggered using a barcode. For this, print the barcodes contained in the
folder 'images'.

Development
===========

The barcodes used are of the type Code 128 (with the code set B).

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

* Complete screen workflows (currently enough for a demo, not for production)
* Inventory: find a way to have a nice autofocus for quantity, still compatible
  with barcode scanner (Odoo disables the autofocus when using barcode, which
  makes sense)
* Put-away: handle packages
* Handle "multi-shuttle" put-away
* Create glue module for product_expiry
* Challenge the save + release buttons and workflow

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

Bugs are tracked on `GitHub Issues <https://github.com/OCA/stock-logistics-warehouse/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/stock-logistics-warehouse/issues/new?body=module:%20stock_vertical_lift%0Aversion:%2014.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>

Trobz

* Dung Tran <dungtd@trobz.com>

Other credits
~~~~~~~~~~~~~

The development of this module has been financially supported by:

* Camptocamp

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/stock-logistics-warehouse <https://github.com/OCA/stock-logistics-warehouse/tree/14.0/stock_vertical_lift>`_ 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/stock-logistics-warehouse",
    "name": "odoo14-addon-stock-vertical-lift",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Camptocamp, Odoo Community Association (OCA)",
    "author_email": "support@odoo-community.org",
    "download_url": null,
    "platform": null,
    "description": "=============\nVertical Lift\n=============\n\n.. \n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! This file is generated by oca-gen-addon-readme !!\n   !! changes will be overwritten.                   !!\n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! source digest: sha256:db0b1f8936a7546c0b1ede83214214a46760b20d7ca2be624b173961aaa8f256\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%2Fstock--logistics--warehouse-lightgray.png?logo=github\n    :target: https://github.com/OCA/stock-logistics-warehouse/tree/14.0/stock_vertical_lift\n    :alt: OCA/stock-logistics-warehouse\n.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n    :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-14-0/stock-logistics-warehouse-14-0-stock_vertical_lift\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/stock-logistics-warehouse&target_branch=14.0\n    :alt: Try me on Runboat\n\n|badge1| |badge2| |badge3| |badge4| |badge5|\n\nAdd configuration and dedicated screens to work with Vertical Lift\nsystems (such as Kardex Remstar, Modula, ...). Drivers for controlling\nthe lifts physically must be added by additional addons.\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\nGeneral\n~~~~~~~\n\nIn Inventory Settings, you must have:\n\n * Storage Locations\n * Multi-Warehouses\n * Multi-Step Routes\n\nLocations\n~~~~~~~~~\n\nAdditional configuration parameters are added in Locations:\n\n* Sub-locations of a location with the \"Is a Vertical Lift View Location\"\n  activated are considered as \"Shuttles\". A shuttle is a vertical lift shelf.\n* Sub-locations of shuttles are considered as \"Trays\", which is a tier of a\n  shuttle. When a tray is created, a tray type must be selected. When saved, the\n  tray location will automatically create as many sub-locations - called\n  \"Cells\" - as the tray type contains.\n* The tray type of a tray can be changed as long as none of its cell contains\n  products. When changed, it archives the cells and creates new ones as\n  configured on the new tray type.\n\nTray types\n~~~~~~~~~~\n\nTray types can be configured in the Inventory settings.\nA tray type defines how much cells a tray can hold. It is a square or rectangle\nmatrix of n cols * m rows.\n\nVertical Lift Shuttles\n~~~~~~~~~~~~~~~~~~~~~~\n\nThe Shuttles are the Vertical Lift Trays. One Shuttle entity has to be created\nin Odoo for each physical shuttle. Depending of the subsidiary addons installed\n(eg. Kardex), different options may be required (host address, ...). The base\naddon only includes shuttles of kind \"simulation\" which will not send orders to\nthe hardware.\n\nPut-away configuration\n~~~~~~~~~~~~~~~~~~~~~~\n\nIf you want to use put-away in the vertical lift, the Receipts must have the\nvertical lift view as destination. E.g. create put-away rules on the products\nso when they arrive in WH/Stock, they are stored in WH/Stock/Vertical Lift. On\nthe put-away screen, when scanning the tray type to store, the destination will\nbe updated with an available cell of the same tray type in the current shuttle.\n\nBarcodes\n~~~~~~~~\n\nThe operations allowed in the screen for the vertical lift (save, release, skip)\ncan be triggered using a barcode. For this, print the barcodes contained in the\nfolder 'images'.\n\nDevelopment\n===========\n\nThe barcodes used are of the type Code 128 (with the code set B).\n\nKnown issues / Roadmap\n======================\n\n* Complete screen workflows (currently enough for a demo, not for production)\n* Inventory: find a way to have a nice autofocus for quantity, still compatible\n  with barcode scanner (Odoo disables the autofocus when using barcode, which\n  makes sense)\n* Put-away: handle packages\n* Handle \"multi-shuttle\" put-away\n* Create glue module for product_expiry\n* Challenge the save + release buttons and workflow\n\nBug Tracker\n===========\n\nBugs are tracked on `GitHub Issues <https://github.com/OCA/stock-logistics-warehouse/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/stock-logistics-warehouse/issues/new?body=module:%20stock_vertical_lift%0Aversion:%2014.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\nTrobz\n\n* Dung Tran <dungtd@trobz.com>\n\nOther credits\n~~~~~~~~~~~~~\n\nThe development of this module has been financially supported by:\n\n* Camptocamp\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/stock-logistics-warehouse <https://github.com/OCA/stock-logistics-warehouse/tree/14.0/stock_vertical_lift>`_ 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": "Provides the core for integration with Vertical Lifts",
    "version": "14.0.1.3.0",
    "project_urls": {
        "Homepage": "https://github.com/OCA/stock-logistics-warehouse"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "63d44c293539ff52d839074d80a9234ab4389e82f5650f53a6438385422d7b77",
                "md5": "050921a26adf5736a85824963b246dea",
                "sha256": "3ccf11eeb48fa6b703d88ffcd783fd11d873403a9fa2bcae3aadca9c36242c7a"
            },
            "downloads": -1,
            "filename": "odoo14_addon_stock_vertical_lift-14.0.1.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "050921a26adf5736a85824963b246dea",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 87328,
            "upload_time": "2024-03-26T14:25:06",
            "upload_time_iso_8601": "2024-03-26T14:25:06.287298Z",
            "url": "https://files.pythonhosted.org/packages/63/d4/4c293539ff52d839074d80a9234ab4389e82f5650f53a6438385422d7b77/odoo14_addon_stock_vertical_lift-14.0.1.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-26 14:25:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "OCA",
    "github_project": "stock-logistics-warehouse",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "odoo14-addon-stock-vertical-lift"
}
        
Elapsed time: 0.45352s