Availability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 2741 |
Technical Name |
web_widget_barcode_scanner |
License | AGPL-3 |
Website | https://tickernelz.github.io |
Web Widget Barcode Scanner
Professional barcode and QR code scanning widget for Odoo 14

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
- Install the module through Odoo Apps
- Add the barcode scanner mixin to your model
- Use the barcode_scanner widget in your form views
- Configure scanning modes and validation rules

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
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
Please log in to comment on this module