odoo-addon-stock-barcodes


Nameodoo-addon-stock-barcodes JSON
Version 15.0.3.1.5.1 PyPI version JSON
download
home_pagehttps://github.com/OCA/stock-logistics-barcode
SummaryIt provides read barcode on stock operations.
upload_time2024-08-23 04:27:01
maintainerNone
docs_urlNone
authorTecnativa, 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 Barcodes
==============

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

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

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

This module provides a barcode reader interface for stock module.

This module contains a base wizard read barcode that can be extended by
other modules.

This module also makes use of this wizard for providing barcode support for
doing inventories and picking operations.

**Table of contents**

.. contents::
   :local:

Usage
=====

Barcode interface for inventory operations
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

To use the barcode interface on inventory:

#. Go to *Inventory > operations > Inventory Adjustments*.
#. Create new inventory with "Select products manually" option.
#. Start inventory.
#. Click to "Scan barcodes" smart button.
#. Start reading barcodes.

Barcode interface for picking operations
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You can use the barcode interface in a picking or an operation type, the main
difference is that if you open the barcode interface from a picking, this
picking is locked and you read products for it.

To use the barcode interface on picking operations:

#. Go to *Inventory*.
#. Click on scanner button on any operation type.
#. Start reading barcodes.

To use the barcode interface on a picking:

#. Go to *Inventory > Transfers*.
#. Click to "Scan barcodes" smart button.
#. Start reading barcodes.

The barcode scanner interface has two operation modes. In both of them user
can scan:

#. Warehouse locations with barcode.
#. Product packaging with barcode.
#. Product with barcode.
#. Product Lots (The barcode is name field in this case).


Automatic operation mode
~~~~~~~~~~~~~~~~~~~~~~~~

This is the default mode, all screen controls are locked to avoid scan into
fields.

The user only has to scan barcode in physical warehouse locations with a
scanner hardward, the interface read the barcode and do operations in this
order:

#. Try search a product, if found, is assigned to product_id field and creates
   or update inventory line with 1.0 unit. (If product has tracking by lots
   the interface wait for a lot to be scanned).
#. Try search a product packaging, if found, the product_id related is set,
   product quantities are updated and create or update inventory line with
   product quantities defined in the product packaging.
#. Try search a lot (The product is mandatory in this case so you first scan a
   product and then scann a lot), this lot field is not erased until that
   product change, so for each product scann the interface add or update a
   inventory line with this lot.
#. Try to search a location, if found the field location is set and next scan
   action will be done with this warehouse location.

If barcode has not found, when message is displayed you can create this lot
scanning the product.

Manual entry mode
~~~~~~~~~~~~~~~~~

You can change to "manual entry" to allow to select data without scanner
hardware, but hardward scanner still active on, so a use case would be when
user wants set quantities manually instead increment 1.0 unit peer scan action.

Scan logs
~~~~~~~~~

All scanned barcodes are saved into model.
Barcode scanning interface display 10 last records linked to model, the goal of
this log is show to user other reads with the same product and location done
by other users.
User can remove the last read scan.

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

* Excute action_done() method outside onchange environment.
* Allow create product when a barcode has not been found.
* Allow to select picking reading its barcode.
* Allow to select multiple pickings to process scanned products.

Changelog
=========

11.0.1.1.0 (2019-09-24)
~~~~~~~~~~~~~~~~~~~~~~~

* [ADD] New feature.
  User can uses barcode interface in picking operations.

13.0.1.1.1 (2021-02-06)
~~~~~~~~~~~~~~~~~~~~~~~

* [ADD] New feature.
  Add option to get lots automatically based on removal strategy in inventory.

14.0.1.0.0 (2021-04-05)
~~~~~~~~~~~~~~~~~~~~~~~

* [ADD] New feature.
  Add security for users.

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

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

* Tecnativa

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


* `Tecnativa <https://www.tecnativa.com>`_:

  * Sergio Teruel
  * Carlos Dauden
  * Pedro M. Baeza
  * Alexandre D. Díaz

* `Onestein <https://www.onestein.eu>`_:

  * Andrea Stirpe

* `InitOS <https://www.initos.com>`_:

  * Foram Shah

* `ForgeFlow <https://www.forgeflow.com>`_:

  * Lois Rilo

* Enric Tobella

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-barcode <https://github.com/OCA/stock-logistics-barcode/tree/15.0/stock_barcodes>`_ 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-barcode",
    "name": "odoo-addon-stock-barcodes",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Tecnativa, Odoo Community Association (OCA)",
    "author_email": "support@odoo-community.org",
    "download_url": null,
    "platform": null,
    "description": "==============\nStock Barcodes\n==============\n\n.. \n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! This file is generated by oca-gen-addon-readme !!\n   !! changes will be overwritten.                   !!\n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! source digest: sha256:2cb108800d4184b951795fa6c906ec0d63a06035061daad42aca10893c49a5be\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--barcode-lightgray.png?logo=github\n    :target: https://github.com/OCA/stock-logistics-barcode/tree/15.0/stock_barcodes\n    :alt: OCA/stock-logistics-barcode\n.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n    :target: https://translation.odoo-community.org/projects/stock-logistics-barcode-15-0/stock-logistics-barcode-15-0-stock_barcodes\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-barcode&target_branch=15.0\n    :alt: Try me on Runboat\n\n|badge1| |badge2| |badge3| |badge4| |badge5|\n\nThis module provides a barcode reader interface for stock module.\n\nThis module contains a base wizard read barcode that can be extended by\nother modules.\n\nThis module also makes use of this wizard for providing barcode support for\ndoing inventories and picking operations.\n\n**Table of contents**\n\n.. contents::\n   :local:\n\nUsage\n=====\n\nBarcode interface for inventory operations\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nTo use the barcode interface on inventory:\n\n#. Go to *Inventory > operations > Inventory Adjustments*.\n#. Create new inventory with \"Select products manually\" option.\n#. Start inventory.\n#. Click to \"Scan barcodes\" smart button.\n#. Start reading barcodes.\n\nBarcode interface for picking operations\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\nYou can use the barcode interface in a picking or an operation type, the main\ndifference is that if you open the barcode interface from a picking, this\npicking is locked and you read products for it.\n\nTo use the barcode interface on picking operations:\n\n#. Go to *Inventory*.\n#. Click on scanner button on any operation type.\n#. Start reading barcodes.\n\nTo use the barcode interface on a picking:\n\n#. Go to *Inventory > Transfers*.\n#. Click to \"Scan barcodes\" smart button.\n#. Start reading barcodes.\n\nThe barcode scanner interface has two operation modes. In both of them user\ncan scan:\n\n#. Warehouse locations with barcode.\n#. Product packaging with barcode.\n#. Product with barcode.\n#. Product Lots (The barcode is name field in this case).\n\n\nAutomatic operation mode\n~~~~~~~~~~~~~~~~~~~~~~~~\n\nThis is the default mode, all screen controls are locked to avoid scan into\nfields.\n\nThe user only has to scan barcode in physical warehouse locations with a\nscanner hardward, the interface read the barcode and do operations in this\norder:\n\n#. Try search a product, if found, is assigned to product_id field and creates\n   or update inventory line with 1.0 unit. (If product has tracking by lots\n   the interface wait for a lot to be scanned).\n#. Try search a product packaging, if found, the product_id related is set,\n   product quantities are updated and create or update inventory line with\n   product quantities defined in the product packaging.\n#. Try search a lot (The product is mandatory in this case so you first scan a\n   product and then scann a lot), this lot field is not erased until that\n   product change, so for each product scann the interface add or update a\n   inventory line with this lot.\n#. Try to search a location, if found the field location is set and next scan\n   action will be done with this warehouse location.\n\nIf barcode has not found, when message is displayed you can create this lot\nscanning the product.\n\nManual entry mode\n~~~~~~~~~~~~~~~~~\n\nYou can change to \"manual entry\" to allow to select data without scanner\nhardware, but hardward scanner still active on, so a use case would be when\nuser wants set quantities manually instead increment 1.0 unit peer scan action.\n\nScan logs\n~~~~~~~~~\n\nAll scanned barcodes are saved into model.\nBarcode scanning interface display 10 last records linked to model, the goal of\nthis log is show to user other reads with the same product and location done\nby other users.\nUser can remove the last read scan.\n\nKnown issues / Roadmap\n======================\n\n* Excute action_done() method outside onchange environment.\n* Allow create product when a barcode has not been found.\n* Allow to select picking reading its barcode.\n* Allow to select multiple pickings to process scanned products.\n\nChangelog\n=========\n\n11.0.1.1.0 (2019-09-24)\n~~~~~~~~~~~~~~~~~~~~~~~\n\n* [ADD] New feature.\n  User can uses barcode interface in picking operations.\n\n13.0.1.1.1 (2021-02-06)\n~~~~~~~~~~~~~~~~~~~~~~~\n\n* [ADD] New feature.\n  Add option to get lots automatically based on removal strategy in inventory.\n\n14.0.1.0.0 (2021-04-05)\n~~~~~~~~~~~~~~~~~~~~~~~\n\n* [ADD] New feature.\n  Add security for users.\n\nBug Tracker\n===========\n\nBugs are tracked on `GitHub Issues <https://github.com/OCA/stock-logistics-barcode/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-barcode/issues/new?body=module:%20stock_barcodes%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* Tecnativa\n\nContributors\n~~~~~~~~~~~~\n\n\n* `Tecnativa <https://www.tecnativa.com>`_:\n\n  * Sergio Teruel\n  * Carlos Dauden\n  * Pedro M. Baeza\n  * Alexandre D. D\u00edaz\n\n* `Onestein <https://www.onestein.eu>`_:\n\n  * Andrea Stirpe\n\n* `InitOS <https://www.initos.com>`_:\n\n  * Foram Shah\n\n* `ForgeFlow <https://www.forgeflow.com>`_:\n\n  * Lois Rilo\n\n* Enric Tobella\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-barcode <https://github.com/OCA/stock-logistics-barcode/tree/15.0/stock_barcodes>`_ 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": "It provides read barcode on stock operations.",
    "version": "15.0.3.1.5.1",
    "project_urls": {
        "Homepage": "https://github.com/OCA/stock-logistics-barcode"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8e0324b0ebb15a50652bd314abdef08cd1b955a33c4e5dd592f2f4530b8a3520",
                "md5": "8a360c5f651f30e00a26d9dc2db64035",
                "sha256": "2c3672e9c3073889934ce6767225f9414aefb17ca0d18c99e6948764f4c9d27e"
            },
            "downloads": -1,
            "filename": "odoo_addon_stock_barcodes-15.0.3.1.5.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8a360c5f651f30e00a26d9dc2db64035",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 163831,
            "upload_time": "2024-08-23T04:27:01",
            "upload_time_iso_8601": "2024-08-23T04:27:01.428066Z",
            "url": "https://files.pythonhosted.org/packages/8e/03/24b0ebb15a50652bd314abdef08cd1b955a33c4e5dd592f2f4530b8a3520/odoo_addon_stock_barcodes-15.0.3.1.5.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-23 04:27:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "OCA",
    "github_project": "stock-logistics-barcode",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "odoo-addon-stock-barcodes"
}
        
Elapsed time: 0.33557s