odoo-addon-stock-cycle-count


Nameodoo-addon-stock-cycle-count JSON
Version 15.0.1.0.0.5 PyPI version JSON
download
home_pagehttps://github.com/OCA/stock-logistics-warehouse
SummaryAdds the capability to schedule cycle counts in a warehouse through different rules defined by the user.
upload_time2024-05-03 06:06:21
maintainerNone
docs_urlNone
authorForgeFlow, 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.
            =================
Stock Cycle Count
=================

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

.. |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%2Fstock--logistics--warehouse-lightgray.png?logo=github
    :target: https://github.com/OCA/stock-logistics-warehouse/tree/15.0/stock_cycle_count
    :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-15-0/stock-logistics-warehouse-15-0-stock_cycle_count
    :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=15.0
    :alt: Try me on Runboat

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

This module provides the capability to execute a cycle count strategy in a
warehouse through different rules defined by the user. Cycle count is an
alternative to full wall-to-wall physical inventories in which little
portions (stock locations) of the stock are selected to count on a regular
basis.

The system propose locations in which to perform a inventory adjustment every
day based on a set of rules defined for the warehouse. In addition the system
can propose Zero-Confirmations which are simple and opportunistic counts to
check whether a locations has actually became empty or not.

With this strategy it is possible to:

* Remove the need to perform full physical inventories and to stop the
  production in the warehouse.
* Measure the accuracy of the inventory records and improve it.
* Correct inventory errors earlier and prevent them to become bigger.

**Table of contents**

.. contents::
   :local:

Installation
============

To install this module, you need to:

* Download this module to your addons path.
* Install the module in your database.

Recommendations
~~~~~~~~~~~~~~~

It is highly recommended to use this module in conjunction with:

* ``stock_inventory_verification_request``: Adds the capability to request Slot
  Verifications.
* ``stock_inventory_lockdown``: Lock down locations during inventories.

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

You can configure the rules to compute the cycle count, acting as follow:

#. Go to *Inventory > Configuration > Cycle Count Rules*.
#. Create as much cycle count rules as you want.
#. Assign the rules to the Warehouse or zones where you want to apply the rules
   in.
#. Go to *Inventory > Configuration > Warehouse Management > Warehouses* and
   set a *Cycle Count Planning Horizon* for each warehouse.

Usage
=====

Once you have some rules configured for your warehouses, you can proceed as
is described below.

#. Go to *Inventory > Configuration > Warehouse Management > Warehouses*.
#. Select all the warehouses you want to compute the rules in.
#. Click on "Action" and then in "Compute Cycle Count Rules". (**note**: A
   cron job will do this for every warehouse daily.)
#. Go to *Operations > Cycle Counts*.
#. Select a planned Cycle Count and confirm it, this will create a draft
   Inventory Adjustment.
#. In the right top corner of the form view you can access to the generated
   Inventory Adjustment.
#. Proceed with the Inventory Adjustment as usual.

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

* Assess the possibility to refactor `action_compute_cycle_count_rules` method
  converting some of the searches to actual fields. E.g.
  `inventory_history_ids` for all the inventories done in a location.

Changelog
=========

13.0.1.0.0 (2020-02-05)
~~~~~~~~~~~~~~~~~~~~~~~

* [MIG] Migrated to v13.


12.0.1.0.0 (2019-06-24)
~~~~~~~~~~~~~~~~~~~~~~~

* [MIG] Migrated to v12.


11.0.1.0.0 (2018-09-19)
~~~~~~~~~~~~~~~~~~~~~~~

* [MIG] Migrated to v11. Start of history.

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

* ForgeFlow

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

* Lois Rilo <lois.rilo@forgeflow.com>
* Jordi Ballester Alomar <jordi.ballester@forgeflow.com>
* Bhavesh Odedra <bodedra@opensourceintegrators.com>
* Jim Hoefnagels <jim.hoefnagels@dynapps.be>

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-LoisRForgeFlow| image:: https://github.com/LoisRForgeFlow.png?size=40px
    :target: https://github.com/LoisRForgeFlow
    :alt: LoisRForgeFlow

Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-LoisRForgeFlow| 

This module is part of the `OCA/stock-logistics-warehouse <https://github.com/OCA/stock-logistics-warehouse/tree/15.0/stock_cycle_count>`_ 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": "odoo-addon-stock-cycle-count",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "ForgeFlow, Odoo Community Association (OCA)",
    "author_email": "support@odoo-community.org",
    "download_url": null,
    "platform": null,
    "description": "=================\nStock Cycle Count\n=================\n\n.. \n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! This file is generated by oca-gen-addon-readme !!\n   !! changes will be overwritten.                   !!\n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! source digest: sha256:aac4c4b89a12abb54ceb7677cfcf5cace1f68c87d0f89c6e602ddc4c2c3740a5\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%2Fstock--logistics--warehouse-lightgray.png?logo=github\n    :target: https://github.com/OCA/stock-logistics-warehouse/tree/15.0/stock_cycle_count\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-15-0/stock-logistics-warehouse-15-0-stock_cycle_count\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=15.0\n    :alt: Try me on Runboat\n\n|badge1| |badge2| |badge3| |badge4| |badge5|\n\nThis module provides the capability to execute a cycle count strategy in a\nwarehouse through different rules defined by the user. Cycle count is an\nalternative to full wall-to-wall physical inventories in which little\nportions (stock locations) of the stock are selected to count on a regular\nbasis.\n\nThe system propose locations in which to perform a inventory adjustment every\nday based on a set of rules defined for the warehouse. In addition the system\ncan propose Zero-Confirmations which are simple and opportunistic counts to\ncheck whether a locations has actually became empty or not.\n\nWith this strategy it is possible to:\n\n* Remove the need to perform full physical inventories and to stop the\n  production in the warehouse.\n* Measure the accuracy of the inventory records and improve it.\n* Correct inventory errors earlier and prevent them to become bigger.\n\n**Table of contents**\n\n.. contents::\n   :local:\n\nInstallation\n============\n\nTo install this module, you need to:\n\n* Download this module to your addons path.\n* Install the module in your database.\n\nRecommendations\n~~~~~~~~~~~~~~~\n\nIt is highly recommended to use this module in conjunction with:\n\n* ``stock_inventory_verification_request``: Adds the capability to request Slot\n  Verifications.\n* ``stock_inventory_lockdown``: Lock down locations during inventories.\n\nConfiguration\n=============\n\nYou can configure the rules to compute the cycle count, acting as follow:\n\n#. Go to *Inventory > Configuration > Cycle Count Rules*.\n#. Create as much cycle count rules as you want.\n#. Assign the rules to the Warehouse or zones where you want to apply the rules\n   in.\n#. Go to *Inventory > Configuration > Warehouse Management > Warehouses* and\n   set a *Cycle Count Planning Horizon* for each warehouse.\n\nUsage\n=====\n\nOnce you have some rules configured for your warehouses, you can proceed as\nis described below.\n\n#. Go to *Inventory > Configuration > Warehouse Management > Warehouses*.\n#. Select all the warehouses you want to compute the rules in.\n#. Click on \"Action\" and then in \"Compute Cycle Count Rules\". (**note**: A\n   cron job will do this for every warehouse daily.)\n#. Go to *Operations > Cycle Counts*.\n#. Select a planned Cycle Count and confirm it, this will create a draft\n   Inventory Adjustment.\n#. In the right top corner of the form view you can access to the generated\n   Inventory Adjustment.\n#. Proceed with the Inventory Adjustment as usual.\n\nKnown issues / Roadmap\n======================\n\n* Assess the possibility to refactor `action_compute_cycle_count_rules` method\n  converting some of the searches to actual fields. E.g.\n  `inventory_history_ids` for all the inventories done in a location.\n\nChangelog\n=========\n\n13.0.1.0.0 (2020-02-05)\n~~~~~~~~~~~~~~~~~~~~~~~\n\n* [MIG] Migrated to v13.\n\n\n12.0.1.0.0 (2019-06-24)\n~~~~~~~~~~~~~~~~~~~~~~~\n\n* [MIG] Migrated to v12.\n\n\n11.0.1.0.0 (2018-09-19)\n~~~~~~~~~~~~~~~~~~~~~~~\n\n* [MIG] Migrated to v11. Start of history.\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_cycle_count%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* ForgeFlow\n\nContributors\n~~~~~~~~~~~~\n\n* Lois Rilo <lois.rilo@forgeflow.com>\n* Jordi Ballester Alomar <jordi.ballester@forgeflow.com>\n* Bhavesh Odedra <bodedra@opensourceintegrators.com>\n* Jim Hoefnagels <jim.hoefnagels@dynapps.be>\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-LoisRForgeFlow| image:: https://github.com/LoisRForgeFlow.png?size=40px\n    :target: https://github.com/LoisRForgeFlow\n    :alt: LoisRForgeFlow\n\nCurrent `maintainer <https://odoo-community.org/page/maintainer-role>`__:\n\n|maintainer-LoisRForgeFlow| \n\nThis module is part of the `OCA/stock-logistics-warehouse <https://github.com/OCA/stock-logistics-warehouse/tree/15.0/stock_cycle_count>`_ 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": "Adds the capability to schedule cycle counts in a warehouse through different rules defined by the user.",
    "version": "15.0.1.0.0.5",
    "project_urls": {
        "Homepage": "https://github.com/OCA/stock-logistics-warehouse"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bfc8eee34e97925c09566bac73b6db48d6ba9579447d7e762f60d933981febd9",
                "md5": "91e1edbe5130e3b86b961f037c931a7c",
                "sha256": "42670f6507ab72814292aabb710543396bd3fdb293b4d7f48264d5019e5c79d3"
            },
            "downloads": -1,
            "filename": "odoo_addon_stock_cycle_count-15.0.1.0.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "91e1edbe5130e3b86b961f037c931a7c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 359986,
            "upload_time": "2024-05-03T06:06:21",
            "upload_time_iso_8601": "2024-05-03T06:06:21.255478Z",
            "url": "https://files.pythonhosted.org/packages/bf/c8/eee34e97925c09566bac73b6db48d6ba9579447d7e762f60d933981febd9/odoo_addon_stock_cycle_count-15.0.1.0.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-03 06:06:21",
    "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": "odoo-addon-stock-cycle-count"
}
        
Elapsed time: 0.27724s