odoo-addon-stock-no-negative


Nameodoo-addon-stock-no-negative JSON
Version 17.0.1.0.0.4 PyPI version JSON
download
home_pagehttps://github.com/OCA/stock-logistics-workflow
SummaryDisallow negative stock levels by default
upload_time2024-04-24 06:26:07
maintainerNone
docs_urlNone
authorAkretion,Odoo Community Association (OCA)
requires_python>=3.10
licenseAGPL-3
keywords
VCS
bugtrack_url
requirements openupgradelib xlrd
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =======================
Stock Disallow Negative
=======================

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

.. |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/17.0/stock_no_negative
    :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-17-0/stock-logistics-workflow-17-0-stock_no_negative
    :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=17.0
    :alt: Try me on Runboat

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

By default, Odoo allows negative stock. The advantage of negative stock
is that, if some stock levels are wrong in the ERP, you will not be
blocked when validating the picking for a customer... so you will still
be able to ship the products on time (it's an example !). The problem is
that, after you forced the stock level to negative, you are supposed to
fix the stock level later via an inventory ; but this action is often
forgotten by users, so you end up with negative stock levels in your ERP
and it can stay like this forever (or at least until the next full
inventory).

If you disallow negative stock in Odoo with this module, you will be
blocked when trying to validate a stock operation that will set the
stock level of a product and/or location as negative. So you will have
to fix the wrong stock level of that product without delay, in order to
validate the stock operation in Odoo...you can't forget it anymore !

**Table of contents**

.. contents::
   :local:

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

By default, the stockable products will not be allowed to have a
negative stock. If you want to make some exceptions for some products,
product categories or locations, you can activate the option *Allow
Negative Stock*:

For products:

1. Go to *Inventory / Master Data / Products* and in the tab *General
   Information* activate this option.

For product categories:

1. Go to *Inventory / Configuration / Products / Product Categories* and
   activate this option.

For individual locations:

1. Go to *Inventory / Configuration / Settings* and activate the option
   *Storage Locations*.
2. Go to *Inventory / Configuration / Warehouse Management / Locations*
   and activate the option the option *Allow Negative Stock* for the
   locations you choose.

Usage
=====

When you validate a stock operation (a stock move, a picking, a
manufacturing order, etc.) that will set the stock level of a stockable
product as negative, you will be blocked by an error message. The
consumable products can still have a negative stock level.

Changelog
=========

16.0.1.0.0 (2022-10-22)
-----------------------

-  [16.0][MIG] stock_no_negative

15.0.1.0.0 (2021-12-22)
-----------------------

-  [15.0][MIG] stock_no_negative

14.0.1.0.0 (2020-12-14)
-----------------------

-  [14.0][MIG] stock_no_negative

13.0.1.0.0 (2020-01-03)
-----------------------

-  [13.0][MIG] stock_no_negative Remove all decorators @api.multi

11.0.1.1.0 (2018-12-13)
-----------------------

-  Add the ability to allow negative stock for individual stock
   locations.

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_no_negative%0Aversion:%2017.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
-------

* Akretion

Contributors
------------

-  Alexis de Lattre <alexis.delattre@akretion.com>

-  Vishnu Vanneri <vanneri.odoodev@gmail.com>

-  Serpent Consulting Services Pvt. Ltd. <support@serpentcs.com>

-  `ForgeFlow S.L. <contact@forgeflow.com>`__:

   -  Jordi Ballester
   -  Joan Mateu

-  `Tecnativa <https://www.tecnativa.com>`__:

   -  Pedro M. Baeza

-  `Spacefoot <https://www.spacefoot.com>`__:

   -  Quentin Delcourte

-  Vishnu Vanneri <vvanneri@ioppolo.com.au>

-  `OERP Canada <https://www.oerp.ca/>`__:

   -  Foram Darji <fd@oerp.ca>

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/17.0/stock_no_negative>`_ 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-no-negative",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Akretion,Odoo Community Association (OCA)",
    "author_email": "support@odoo-community.org",
    "download_url": null,
    "platform": null,
    "description": "=======================\nStock Disallow Negative\n=======================\n\n.. \n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! This file is generated by oca-gen-addon-readme !!\n   !! changes will be overwritten.                   !!\n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! source digest: sha256:fbcc391295b54e316393f7dc5afa1950d19731e3a1cedd05527d0ba896648999\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/17.0/stock_no_negative\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-17-0/stock-logistics-workflow-17-0-stock_no_negative\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=17.0\n    :alt: Try me on Runboat\n\n|badge1| |badge2| |badge3| |badge4| |badge5|\n\nBy default, Odoo allows negative stock. The advantage of negative stock\nis that, if some stock levels are wrong in the ERP, you will not be\nblocked when validating the picking for a customer... so you will still\nbe able to ship the products on time (it's an example !). The problem is\nthat, after you forced the stock level to negative, you are supposed to\nfix the stock level later via an inventory ; but this action is often\nforgotten by users, so you end up with negative stock levels in your ERP\nand it can stay like this forever (or at least until the next full\ninventory).\n\nIf you disallow negative stock in Odoo with this module, you will be\nblocked when trying to validate a stock operation that will set the\nstock level of a product and/or location as negative. So you will have\nto fix the wrong stock level of that product without delay, in order to\nvalidate the stock operation in Odoo...you can't forget it anymore !\n\n**Table of contents**\n\n.. contents::\n   :local:\n\nConfiguration\n=============\n\nBy default, the stockable products will not be allowed to have a\nnegative stock. If you want to make some exceptions for some products,\nproduct categories or locations, you can activate the option *Allow\nNegative Stock*:\n\nFor products:\n\n1. Go to *Inventory / Master Data / Products* and in the tab *General\n   Information* activate this option.\n\nFor product categories:\n\n1. Go to *Inventory / Configuration / Products / Product Categories* and\n   activate this option.\n\nFor individual locations:\n\n1. Go to *Inventory / Configuration / Settings* and activate the option\n   *Storage Locations*.\n2. Go to *Inventory / Configuration / Warehouse Management / Locations*\n   and activate the option the option *Allow Negative Stock* for the\n   locations you choose.\n\nUsage\n=====\n\nWhen you validate a stock operation (a stock move, a picking, a\nmanufacturing order, etc.) that will set the stock level of a stockable\nproduct as negative, you will be blocked by an error message. The\nconsumable products can still have a negative stock level.\n\nChangelog\n=========\n\n16.0.1.0.0 (2022-10-22)\n-----------------------\n\n-  [16.0][MIG] stock_no_negative\n\n15.0.1.0.0 (2021-12-22)\n-----------------------\n\n-  [15.0][MIG] stock_no_negative\n\n14.0.1.0.0 (2020-12-14)\n-----------------------\n\n-  [14.0][MIG] stock_no_negative\n\n13.0.1.0.0 (2020-01-03)\n-----------------------\n\n-  [13.0][MIG] stock_no_negative Remove all decorators @api.multi\n\n11.0.1.1.0 (2018-12-13)\n-----------------------\n\n-  Add the ability to allow negative stock for individual stock\n   locations.\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_no_negative%0Aversion:%2017.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* Akretion\n\nContributors\n------------\n\n-  Alexis de Lattre <alexis.delattre@akretion.com>\n\n-  Vishnu Vanneri <vanneri.odoodev@gmail.com>\n\n-  Serpent Consulting Services Pvt. Ltd. <support@serpentcs.com>\n\n-  `ForgeFlow S.L. <contact@forgeflow.com>`__:\n\n   -  Jordi Ballester\n   -  Joan Mateu\n\n-  `Tecnativa <https://www.tecnativa.com>`__:\n\n   -  Pedro M. Baeza\n\n-  `Spacefoot <https://www.spacefoot.com>`__:\n\n   -  Quentin Delcourte\n\n-  Vishnu Vanneri <vvanneri@ioppolo.com.au>\n\n-  `OERP Canada <https://www.oerp.ca/>`__:\n\n   -  Foram Darji <fd@oerp.ca>\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/17.0/stock_no_negative>`_ 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": "Disallow negative stock levels by default",
    "version": "17.0.1.0.0.4",
    "project_urls": {
        "Homepage": "https://github.com/OCA/stock-logistics-workflow"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ce77487c920679ae80138e162f248a08ef8b78ccd67b3f0dc266db21584e9d70",
                "md5": "4d1af04778eabebec6778df3e89dc5cd",
                "sha256": "7fb81520516543c37f003f2ad10f6e1e850974e0c6053bac12f37e3a67b49003"
            },
            "downloads": -1,
            "filename": "odoo_addon_stock_no_negative-17.0.1.0.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4d1af04778eabebec6778df3e89dc5cd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 41167,
            "upload_time": "2024-04-24T06:26:07",
            "upload_time_iso_8601": "2024-04-24T06:26:07.995509Z",
            "url": "https://files.pythonhosted.org/packages/ce/77/487c920679ae80138e162f248a08ef8b78ccd67b3f0dc266db21584e9d70/odoo_addon_stock_no_negative-17.0.1.0.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-24 06:26:07",
    "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": [
        {
            "name": "openupgradelib",
            "specs": []
        },
        {
            "name": "xlrd",
            "specs": []
        }
    ],
    "lcname": "odoo-addon-stock-no-negative"
}
        
Elapsed time: 0.24009s