Odoo version : 13 CE
I installed the Barcode module and I have added the barcode to specific product. I opened a session in Point of Sale and would like to use the scan the barcode to put the corresponding product to cart, system warn "Unknown barcode" with the invalid code scanned.
My setup is different from normal one as my scanner is actually not a barcode scanner but a RFID card reader. I would guess this works the same way as barcode scan the code and display the ID on cursor, my RFID reader does the same thing.
The only difference is the RFID ID format ( long HEX ) not the same as barcode ( e.g. EAN-13 ).
I do a research and found the POS has a barcode scanning configuration that define the barcode nomenclature, I have set it to Never convert and match format is .* ( I think it means any code pattern matched ).
Do you have any idea how I can make the scanning work?