[FIX] point_of_sale: accept GS1 barcodes in PoS
This update enables PoS to handle GS1 barcodes, which was
previously not possible even though the GS1 nomenclature could
be selected. GS1 barcodes can now be used to extract product
identifiers, lot numbers, and serial numbers from the code.
opw-3204299
closes odoo/odoo#122257
Signed-off-by:
Joseph Caburnay (jcb) <jcb@odoo.com>
Showing
- addons/barcodes_gs1_nomenclature/static/src/js/barcode_parser.js 4 additions, 1 deletion...barcodes_gs1_nomenclature/static/src/js/barcode_parser.js
- addons/point_of_sale/static/src/js/Screens/ProductScreen/ProductScreen.js 54 additions, 18 deletions...sale/static/src/js/Screens/ProductScreen/ProductScreen.js
- addons/point_of_sale/static/src/js/barcode_reader.js 4 additions, 5 deletionsaddons/point_of_sale/static/src/js/barcode_reader.js
Loading
Please register or sign in to comment