Skip to Content
Menu

Web Widget Barcode Scanner

by
Odoo

12.94

v 14.0 Third Party
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 2741
Technical Name web_widget_barcode_scanner
LicenseOPL-1
Websitehttps://www.tickernelz.github.io
You bought this module and need support? Click here!

Barcode Scanner Web Widget Barcode Scanner

Professional barcode and QR code scanning widget for Odoo 14

Barcode Scanner Features

Transform Your Odoo Forms with Powerful Scanning Capabilities

Add professional barcode and QR code scanning to any Odoo form field with our comprehensive mixin widget. Perfect for inventory management, warehouse operations, and retail applications.

Key Features

📷

Camera Scanning

Real-time barcode scanning using device camera with auto-focus and torch support

🖥️

Hardware Scanner

Full support for physical barcode scanners via keyboard wedge input

📱

Mobile Responsive

Optimized for mobile devices with touch-friendly controls

⚡

Auto Scan Mode

Continuous scanning mode for high-volume operations with audio feedback

🔧

Easy Integration

Simple mixin inheritance and widget configuration

🎯

Multiple Formats

Support for EAN, UPC, Code 128, Code 39, QR codes, and more

Quick Installation & Usage

Installation Steps

  1. Install the module through Odoo Apps
  2. Add the barcode scanner mixin to your model
  3. Use the barcode_scanner widget in your form views
  4. Configure scanning modes and validation rules
Barcode Pattern

Code Examples

1. Inherit the mixin in your model

class ProductExample(models.Model):
    _name = 'product.example'
    _inherit = ['barcode.scanner.mixin']
    
    name = fields.Char(string='Product Name')
    barcode = fields.Char(string='Barcode')

2. Add the widget to your form view

<field name="barcode" 
       widget="barcode_scanner" 
       options="{'placeholder': 'Scan product barcode...'}" />

Browser Compatibility

Works seamlessly across all modern browsers and devices

✅ Chrome 53+

Full support

✅ Firefox 36+

Full support

✅ Safari 11+

Full support

✅ Edge 12+

Full support

✅ Mobile Browsers

iOS Safari, Chrome Mobile

✅ Hardware Scanners

USB, Bluetooth, Wireless

Supported Barcode Formats

EAN-13
EAN-8
UPC-A
Code 128
Code 39
QR Code
Data Matrix
PDF-417

Technical Information

Version

14.0.1.0.0

License

AGPL-3.0

Dependencies

QuaggaJS, jsQR

© 2025 Zhafron. All rights reserved.

Built for Odoo 14 • Uses QuaggaJS • Bootstrap 4 Compatible

Odoo Proprietary License v1.0

This software and associated files (the "Software") may only be used (executed,
modified, executed after modifications) if you have purchased a valid license
from the authors, typically via Odoo Apps, or if you have received a written
agreement from the authors of the Software (see the COPYRIGHT file).

You may develop Odoo modules that use the Software as a library (typically
by depending on it, importing it and using its resources), but without copying
any source code or material from the Software. You may distribute those
modules under the license of your choice, provided that this license is
compatible with the terms of the Odoo Proprietary License (For example:
LGPL, MIT, or proprietary licenses similar to this one).

It is forbidden to publish, distribute, sublicense, or sell copies of the Software
or modified copies of the Software.

The above copyright notice and this permission notice must be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author or have a question related to your purchase, please use the support page.