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-
Re: bar code scanner simulator
byDIXMIT Consulting SLU, Enric Tobella Alomar -
Re: bar code scanner simulator
byBloopark Systems GmbH & Co. KG., Jens Holze -
Re: bar code scanner simulator
byBinovo IT Human Project, S.L., Luis J. Salvatierra
-