Skip to content

Latest commit

 

History

History

pos_qr_scan

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Tested and maintained by IT Projects Labs

QR Code Scanning in POS

Scans QR codes via device's camera.

Usage

To subscribe to scanning event use following code in js:

var core = require('web.core');
core.bus.on('qr_scanned', this, function(value){
    // your handler here
})

Questions?

To get an assistance on this module contact us by email ➡️ help@itpp.dev

Contributors

Further information

Odoo Apps Store: https://apps.odoo.com/apps/modules/12.0/pos_qr_scan/

Tested on Odoo 12.0