Contributors mailing list archives
contributors@odoo-community.org
Browse archives
Re: bar code scanner simulator
by
NUMIGI Solutions Inc., Jordi Riera
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
--
|
Reference
-
bar code scanner simulator
byNUMIGI Solutions Inc., Jordi Riera- 25/03/2020 16:58:22 - 0-
Re: bar code scanner simulator
byDIXMIT Consulting SLU, Enric Tobella Alomar- 26/03/2020 07:50:34 - 0 -
-
-
-
-
-
Re: bar code scanner simulator
byBloopark Systems GmbH & Co. KG., Jens Holze- 25/03/2020 18:00:41 - 0 -
-
Re: bar code scanner simulator
byBinovo IT Human Project, S.L., Luis J. Salvatierra- 25/03/2020 17:30:11 - 0
-




