Barcodes - Multiline
It allows barcodes to span multiple lines.
Barcodes - Multiline
This module allows the scanning of barcodes that span multiple lines eg:
PRODUCT: X1234 SERIALNUMBER: 123456 PRODUCTION DATE: 2020-12-01
Without this module, Odoo recognizes characters \n, \r and \t as characters that signal the end of a barcode. A 50 ms timeout without keyboard input also ends the barcode. Thus, above barcode would be split up into three separate barcodes.
With this module installed, special characters no longer signal the end of barcode, only the 50 ms timeout. Thus, above barcode would be fed to the on_barcode_scanned method as a whole, to be processed in full.
Table of contents
Bug Tracker
Bugs are tracked on GitHub 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.
Do not contact contributors directly about support or help with technical issues.
Credits
Authors
- Sunflower IT
Contributors
- Tom Blauwendraat <tom@sunflowerweb.nl>
Maintainers
This module is maintained by the OCA.
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 project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Once the user has seen at least one product this snippet will be visible.