Availability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 2741 |
Technical Name |
web_widget_barcode_scanner |
License | OPL-1 |
Website | https://www.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
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