hall am using a code snippet in my code as
import barcode
but am getting this error,,i have install pip install python-barcode too n=but it still throws me this error
here is the error
Odoo Server Error
Traceback (most recent call last):
File "/home/osama/custom/home/programming/src/odoo/odoo/http.py", line 656, in _handle_exception return super (JsonRequest, self) ._ handle_exception (exception) File "/home/osama/custom/home/programming/src/odoo/odoo/http.py", line 314, in _handle_exception raise pycompat.reraise (type (exception), exception, sys.exc_info () [2]) File "/home/osama/custom/home/programming/src/odoo/odoo/tools/pycompat.py", line 87, in reraise raise value File "/home/osama/custom/home/programming/src/odoo/odoo/http.py", line 698, in dispatch result = self._call_function (** self.params) File "/home/osama/custom/home/programming/src/odoo/odoo/http.py", line 346, in _call_function return checked_call (self.db, * args, ** kwargs) File "/home/osama/custom/home/programming/src/odoo/odoo/service/model.py", line 97, in wrapper return f (dbname, * args, ** kwargs) File "/home/osama/custom/home/programming/src/odoo/odoo/http.py", line 339, in checked_call result = self.endpoint (* a, ** kw) File "/home/osama/custom/home/programming/src/odoo/odoo/http.py", line 941, in __call__ return self.method (* args, ** kw) File "/home/osama/custom/home/programming/src/odoo/odoo/http.py", line 519, in response_wrap response = f (* args, ** kw) File "/home/osama/custom/home/programming/src/odoo/addons/web/controllers/main.py", line 966, in call_button action = self._call_kw (model, method, args, {}) File "/home/osama/custom/home/programming/src/odoo/addons/web/controllers/main.py", line 954, in _call_kw return call_kw (request.env [model], method, args, kwargs) File "/home/osama/custom/home/programming/src/odoo/odoo/api.py", line 759, in call_kw return _call_kw_multi (method, model, args, kwargs) File "/home/osama/custom/home/programming/src/odoo/odoo/api.py", line 746, in _call_kw_multi result = method (recs, * args, ** kwargs) File "<decorator-gen-61>", line 2, in button_immediate_install File "/home/osama/custom/home/programming/src/odoo/odoo/addons/base/models/ir_module.py", line 74, in check_and_log return method (self, * args, ** kwargs) File "/home/osama/custom/home/programming/src/odoo/odoo/addons/base/models/ir_module.py", line 445, in button_immediate_install return self._button_immediate_function (type (self) .button_install) File "/home/osama/custom/home/programming/src/odoo/odoo/addons/base/models/ir_module.py", line 561, in _button_immediate_function modules.registry.Registry.new (self._cr.dbname, update_module = True) File "/home/osama/custom/home/programming/src/odoo/odoo/modules/registry.py", line 86, in new odoo.modules.load_modules (registry._db, force_demo, status, update_module) File "/home/osama/custom/home/programming/src/odoo/odoo/modules/loading.py", line 421, in load_modules loaded_modules, update_module, models_to_check) File "/home/osama/custom/home/programming/src/odoo/odoo/modules/loading.py", line 313, in load_marked_modules perform_checks = perform_checks, models_to_check = models_to_check File "/home/osama/custom/home/programming/src/odoo/odoo/modules/loading.py", line 179, in load_module_graph load_openerp_module (package.name) File "/home/osama/custom/home/programming/src/odoo/odoo/modules/module.py", line 368, in load_openerp_module __import __ ('odoo.addons.' + module_name) File "/home/osama/custom/home/programming/src/odoo/odoo/modules/module.py", line 82, in load_module exec (open (modfile, 'rb'). read (), new_mod .__ dict__) File "<string>", line 12, in <module> File "/home/osama/custom/home/programming/env/odoo12/addons/flexiretail_com_advance/models/__init__.py", line 16, in <module> desde . import product File "/home/osama/custom/home/programming/env/odoo12/addons/flexiretail_com_advance/models/product.py", line 18, in <module> import barcode ModuleNotFoundError: No module named 'barcode'