Skip to Content

Contributors

Re: bar code scanner simulator

As I am on MacOS, I go the dirty road and use the javascript.
For lazy boys like me, here is the code to copy paste in the console
```
var core = '';
odoo.define('coreservice', function(require){core=require('web.core');})
core.bus.trigger('barcode_scanned', '1234')
```
Kudo Devendra :)

Take care
Jordi

--
Jordi Riera - VP Technique
NUMIGI SOLUTIONS INC.
(514) 317-7944

Longueuil, Québec, Canada

linkedinyoutubecustom-icontwitter

by Jordi Riera - 07:31 - 25 Mar 2020

Reference

  • bar code scanner simulator
    Hello List,

    I hope everything is well with you all.

    With the constraints to be remote, we have new challenges :)
    I need to debug a module interacting with barcode (enterprise). Currently, I don't have access to a scanner, but I remember seeing a tweet, a post, something  about a module to simulate the behavior ?

    Would you know the module/lib ?

    Thank you again and take care.
    Jordi

    --
    Jordi Riera - VP Technique
    NUMIGI SOLUTIONS INC.
    (514) 317-7944

    Longueuil, Québec, Canada

    linkedinyoutubecustom-icontwitter

    by Jordi Riera - 05:00 - 25 Mar 2020