odoo-addon-stock-owner-restriction


Nameodoo-addon-stock-owner-restriction JSON
Version 16.0.1.1.0.8 PyPI version JSON
download
home_pagehttps://github.com/OCA/stock-logistics-workflow
SummaryDo not reserve quantity with assigned owner
upload_time2024-08-23 04:36:23
maintainerNone
docs_urlNone
authorTecnativa, Odoo Community Association (OCA)
requires_python>=3.10
licenseAGPL-3
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =======================
Stock Owner Restriction
=======================

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

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

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

This module extends the functionality of stock module to allow restriction
of product quantities (quants) for stock operations such as reserve quantities
or product quantity available info.

**Table of contents**

.. contents::
   :local:

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

To configure this module you need to:

#. Make sure to select the consignment option in inventory settings by going
   to *Inventory > Configuration > Settings* and ticking *Consignment* under
   *Traceability*.
#. Go to *Inventory > Configuration > Operation Types*.
#. Select an operation type, or create a new one, and set *Owner Restriction*
   field to the desired value.

Usage
=====

To use this module you need to:

**To establish an owner to the merchandise you need to:**

#. Go to *Inventory > Overview*
#. Create a incoming delivery order.
#. Set an owner.

**The stock with owner assigned is not available in products:**

#. Go to *Inventory > Master Data > Products*
#. Search any product which is in incoming delivery order created in previos step.
#. The quantity on hand has not take into account the incoming quanities with
   a owner assigned.

**Use cases:**

#. *Odoo standard behavior.*

    In picking operation type set "Standard behavior" value in "Owner restriction" field.

    ** All product stock is available to delivery it.

#. *Unassigned owner behavior.*

    In picking operation type set "Unassigned owner" value in "Owner restriction" field.

    ** Only product stock without owner assigned is available to delivery it.

#. *Picking partner behavior.*

    In picking operation type set "Picking partner" value in "Owner restriction" field.

    ** Only product stock with owner assigned is available to delivery it.

    ** The owner is get from picking owner field or picking partner field.

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

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

    * Carlos Dauden
    * Sergio Teruel
    * César A. Sánchez
    * Luis D. Lafaurie

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-workflow <https://github.com/OCA/stock-logistics-workflow/tree/16.0/stock_owner_restriction>`_ 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-workflow",
    "name": "odoo-addon-stock-owner-restriction",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Tecnativa, Odoo Community Association (OCA)",
    "author_email": "support@odoo-community.org",
    "download_url": null,
    "platform": null,
    "description": "=======================\nStock Owner Restriction\n=======================\n\n.. \n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! This file is generated by oca-gen-addon-readme !!\n   !! changes will be overwritten.                   !!\n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! source digest: sha256:fbccc5fd3ebd85051053e6ec3588599b391444b9be8680f62d0c070c99f290c7\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--workflow-lightgray.png?logo=github\n    :target: https://github.com/OCA/stock-logistics-workflow/tree/16.0/stock_owner_restriction\n    :alt: OCA/stock-logistics-workflow\n.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n    :target: https://translation.odoo-community.org/projects/stock-logistics-workflow-16-0/stock-logistics-workflow-16-0-stock_owner_restriction\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-workflow&target_branch=16.0\n    :alt: Try me on Runboat\n\n|badge1| |badge2| |badge3| |badge4| |badge5|\n\nThis module extends the functionality of stock module to allow restriction\nof product quantities (quants) for stock operations such as reserve quantities\nor product quantity available info.\n\n**Table of contents**\n\n.. contents::\n   :local:\n\nConfiguration\n=============\n\nTo configure this module you need to:\n\n#. Make sure to select the consignment option in inventory settings by going\n   to *Inventory > Configuration > Settings* and ticking *Consignment* under\n   *Traceability*.\n#. Go to *Inventory > Configuration > Operation Types*.\n#. Select an operation type, or create a new one, and set *Owner Restriction*\n   field to the desired value.\n\nUsage\n=====\n\nTo use this module you need to:\n\n**To establish an owner to the merchandise you need to:**\n\n#. Go to *Inventory > Overview*\n#. Create a incoming delivery order.\n#. Set an owner.\n\n**The stock with owner assigned is not available in products:**\n\n#. Go to *Inventory > Master Data > Products*\n#. Search any product which is in incoming delivery order created in previos step.\n#. The quantity on hand has not take into account the incoming quanities with\n   a owner assigned.\n\n**Use cases:**\n\n#. *Odoo standard behavior.*\n\n    In picking operation type set \"Standard behavior\" value in \"Owner restriction\" field.\n\n    ** All product stock is available to delivery it.\n\n#. *Unassigned owner behavior.*\n\n    In picking operation type set \"Unassigned owner\" value in \"Owner restriction\" field.\n\n    ** Only product stock without owner assigned is available to delivery it.\n\n#. *Picking partner behavior.*\n\n    In picking operation type set \"Picking partner\" value in \"Owner restriction\" field.\n\n    ** Only product stock with owner assigned is available to delivery it.\n\n    ** The owner is get from picking owner field or picking partner field.\n\nBug Tracker\n===========\n\nBugs are tracked on `GitHub Issues <https://github.com/OCA/stock-logistics-workflow/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-workflow/issues/new?body=module:%20stock_owner_restriction%0Aversion:%2016.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    * Carlos Dauden\n    * Sergio Teruel\n    * C\u00e9sar A. S\u00e1nchez\n    * Luis D. Lafaurie\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-workflow <https://github.com/OCA/stock-logistics-workflow/tree/16.0/stock_owner_restriction>`_ 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": "Do not reserve quantity with assigned owner",
    "version": "16.0.1.1.0.8",
    "project_urls": {
        "Homepage": "https://github.com/OCA/stock-logistics-workflow"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4066402b82e2122b5b645f0fdacee0e2ced9039d7c8e1282e53167923c563fe8",
                "md5": "abd67268bf770f86c641680fce844b84",
                "sha256": "523bf6f1bd2240b0d948a52c4d1197c3ed52e20aa4d6067c857456e640dc54a2"
            },
            "downloads": -1,
            "filename": "odoo_addon_stock_owner_restriction-16.0.1.1.0.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "abd67268bf770f86c641680fce844b84",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 32484,
            "upload_time": "2024-08-23T04:36:23",
            "upload_time_iso_8601": "2024-08-23T04:36:23.316735Z",
            "url": "https://files.pythonhosted.org/packages/40/66/402b82e2122b5b645f0fdacee0e2ced9039d7c8e1282e53167923c563fe8/odoo_addon_stock_owner_restriction-16.0.1.1.0.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-23 04:36:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "OCA",
    "github_project": "stock-logistics-workflow",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "odoo-addon-stock-owner-restriction"
}
        
Elapsed time: 0.33435s