Repository
OCA/wms · module folder · Try on Runboat
Module version
1.2.1
Category
Inventory
Folder size
0.08 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/wms
Last tracking update
2026-08-07 08:09:26
Authors
Camptocamp, ACSONE SA/NV, Odoo Community Association (OCA)
Maintainers
Camptocamp, ACSONE SA/NV, Odoo Community Association (OCA)
Committers
Weblate, OCA-git-bot, oca-ci, Nicolas Delbovier
Odoo dependencies
Python dependencies
openupgradelib, apispec, cerberus, parse-accept-language, pyquerystring, cachetools
System dependencies
None
Required by
shopfloor_reception_product_barcode_mobile
Description
This module adds an option to the reception scenario.
When activated, before setting the quantity for the reception, if there is product received with
missing barcode, the user will be presented with a screen proposing to update the barcode.

The scanned barcode will be parsed and so, EAN will be extracted from GS1 if `shopfloor_gs1`
module is installed.

![Scan Product Barcode](../static/description/scan_product_barcode.png)

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
shopfloor_menu_form_view shopfloor.menu form Inherits shopfloor.shopfloor_menu_form_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (2)
  • set_product_barcode Boolean
    default=False help='If for the product being processed, its related barcode is not set, ask to fill them up.' string='Set product barcode'
  • set_product_barcode_is_possible Boolean
    compute='_compute_set_product_barcode_is_possible'
Public methods (0)

No public methods.