Skip to Content
Menu
This question has been flagged
2 Replies
3153 Views

Hi Good morning All,

While I am trying to install Accounting - Saudi Arabia package, I am getting below error:

Error:

Odoo Server Error


Traceback (most recent call last):

  File "/opt/odoo/odoo/http.py", line 619, in _handle_exception

    return super(JsonRequest, self)._handle_exception(exception)

  File "/opt/odoo/odoo/http.py", line 309, in _handle_exception

    raise pycompat.reraise(type(exception), exception, sys.exc_info()[2])

  File "/opt/odoo/odoo/tools/pycompat.py", line 14, in reraise

    raise value

  File "/opt/odoo/odoo/http.py", line 664, in dispatch

    result = self._call_function(**self.params)

  File "/opt/odoo/odoo/http.py", line 345, in _call_function

    return checked_call(self.db, *args, **kwargs)

  File "/opt/odoo/odoo/service/model.py", line 93, in wrapper

    return f(dbname, *args, **kwargs)

  File "/opt/odoo/odoo/http.py", line 338, in checked_call

    result = self.endpoint(*a, **kw)

  File "/opt/odoo/odoo/http.py", line 909, in __call__

    return self.method(*args, **kw)

  File "/opt/odoo/odoo/http.py", line 510, in response_wrap

    response = f(*args, **kw)

  File "/opt/odoo/addons/web/controllers/main.py", line 1242, in call_button

    action = self._call_kw(model, method, args, kwargs)

  File "/opt/odoo/addons/web/controllers/main.py", line 1230, in _call_kw

    return call_kw(request.env[model], method, args, kwargs)

  File "/opt/odoo/odoo/api.py", line 410, in call_kw

    result = _call_kw_multi(method, model, args, kwargs)

  File "/opt/odoo/odoo/api.py", line 397, in _call_kw_multi

    result = method(recs, *args, **kwargs)

  File "<decorator-gen-58>", line 2, in button_immediate_install

  File "/opt/odoo/odoo/addons/base/models/ir_module.py", line 72, in check_and_log

    return method(self, *args, **kwargs)

  File "/opt/odoo/odoo/addons/base/models/ir_module.py", line 463, in button_immediate_install

    return self._button_immediate_function(type(self).button_install)

  File "/opt/odoo/odoo/addons/base/models/ir_module.py", line 573, in _button_immediate_function

    modules.registry.Registry.new(self._cr.dbname, update_module=True)

  File "/opt/odoo/odoo/modules/registry.py", line 86, in new

    odoo.modules.load_modules(registry._db, force_demo, status, update_module)

  File "/opt/odoo/odoo/modules/loading.py", line 420, in load_modules

    loaded_modules, update_module, models_to_check)

  File "/opt/odoo/odoo/modules/loading.py", line 312, in load_marked_modules

    perform_checks=perform_checks, models_to_check=models_to_check

  File "/opt/odoo/odoo/modules/loading.py", line 179, in load_module_graph

    load_openerp_module(package.name)

  File "/opt/odoo/odoo/modules/module.py", line 365, in load_openerp_module

    __import__('odoo.addons.' + module_name)

  File "/opt/odoo/addons/account/__init__.py", line 5, in <module>

    from . import models

  File "/opt/odoo/addons/account/models/__init__.py", line 9, in <module>

    from . import account_move

  File "/opt/odoo/addons/account/models/account_move.py", line 10, in <module>

    from stdnum.iso7064 import mod_97_10 

ModuleNotFoundError: No module named 'stdnum'


With this command ( sudo pip3 search stdnum) installaed on python 3.6.8 and restarted my AWS instance.

Do I need to activate anything after installation of stdnum?


Thanks in advance

Avatar
Discard
Best Answer

The error may come from different reasons:

Corrupted or damaged file when it was downloaded.
Installing a file saved in a network and not in the local computer.
No Administrator rights in the computer account.
Antivirus blocking the installation.
Windows Installer problem.
A registry settings cause.
The computer might not fit the minimum requirements.


Best Regards.

Avatar
Discard
Best Answer

Hi,

The issue is due to the missing python package only, there is nothing to do other than installing this package.

Thanks

Avatar
Discard