| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Inventory (stock)
• Discuss (mail) |
| Lines of code | 62 |
| Technical Name |
inventory_barcode_scanning |
| License | AGPL-3 |
| Website | https://www.cybrosys.com |
| Versions | 10.0 11.0 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0 |
Barcode scanning support for Inventor
Use Barcode scanner to add entry in Stock Picking
Explore This Module
Overview
Features
Avoid manual entry
of item count in Stock Picking.
Use barcode to add
product.
Screenshots
Barcode Scanning
Enable the edit mode, Click the field 'Barcode' and scan the product. Now you cna see the quantity is automatically Updated. If no associated product found in list then a warning is popup
Related Products
Our Services
Odoo Customization
Odoo Implementation
Odoo Support
Hire Odoo Developer
Odoo Integration
Odoo Migration
Odoo Consultancy
Odoo Implementation
Odoo Licensing Consultancy
Our Industries
Trading
Easily procure and sell your products
POS
Easy configuration and convivial experience
Education
A platform for educational management
Manufacturing
Plan, track and schedule your operations
E-commerce & Website
Mobile friendly, awe-inspiring product pages
Service Management
Keep track of services and invoice
Restaurant
Run your bar or restaurant methodically
Hotel Management
An all-inclusive hotel management application
Support
Say hi to us on WhatsApp!
+91 86068 27707
Please log in to comment on this module
There are no ratings yet!
error when install this app
Traceback (most recent call last): File "/usr/lib/python3/dist-packages/odoo/http.py", line 1815, in _serve_db return service_model.retrying(self._serve_ir_http, self.env) File "/usr/lib/python3/dist-packages/odoo/service/model.py", line 152, in retrying result = func() File "/usr/lib/python3/dist-packages/odoo/http.py", line 1843, in _serve_ir_http response = self.dispatcher.dispatch(rule.endpoint, args) File "/usr/lib/python3/dist-packages/odoo/http.py", line 2047, in dispatch result = self.request.registry['ir.http']._dispatch(endpoint) File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_http.py", line 154, in _dispatch result = endpoint(**request.params) File "/usr/lib/python3/dist-packages/odoo/http.py", line 755, in route_wrapper result = endpoint(self, *args, **params_ok) File "/usr/lib/python3/dist-packages/odoo/addons/web/controllers/dataset.py", line 47, in call_button action = self._call_kw(model, method, args, kwargs) File "/usr/lib/python3/dist-packages/odoo/addons/web/controllers/dataset.py", line 34, in _call_kw return call_kw(Model, method, args, kwargs) File "/usr/lib/python3/dist-packages/odoo/api.py", line 484, in call_kw result = _call_kw_multi(method, model, args, kwargs) File "/usr/lib/python3/dist-packages/odoo/api.py", line 469, in _call_kw_multi result = method(recs, *args, **kwargs) File "<decorator-gen-77>", line 2, in button_immediate_install File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_module.py", line 74, in check_and_log return method(self, *args, **kwargs) File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_module.py", line 478, in button_immediate_install return self._button_immediate_function(self.env.registry[self._name].button_install) File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_module.py", line 602, in _button_immediate_function registry = modules.registry.Registry.new(self._cr.dbname, update_module=True) File "<decorator-gen-16>", line 2, in new File "/usr/lib/python3/dist-packages/odoo/tools/func.py", line 87, in locked return func(inst, *args, **kwargs) File "/usr/lib/python3/dist-packages/odoo/modules/registry.py", line 87, in new odoo.modules.load_modules(registry, force_demo, status, update_module) File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 493, in load_modules processed_modules += load_marked_modules(cr, graph, File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 374, in load_marked_modules loaded, processed = load_module_graph( File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 190, in load_module_graph load_openerp_module(package.name) File "/usr/lib/python3/dist-packages/odoo/modules/module.py", line 471, in load_openerp_module __import__('odoo.addons.' + module_name) ModuleNotFoundError: No module named 'odoo.addons.inventory_barcode_scanning'Re: error when install this app
Hello, looks like you are trying to import the app.
Since this module includes Python files, you should follow these steps instead:
This is the correct way to install modules that include Python code, ensuring Odoo loads all models, views, and logic as expected.
Installation problem
Am wondering why I cannot get this add on to get added to the available apps itself in odoo 16.0 community on docker.
Odoo dynamic dashboard made by the same author is immediately recognized, but that one not despite having the same permissions etc.