Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
1336 Widoki

I am trying to upgrade V15 to the latest V15 and getting this error 

Traceback (most recent call last):
  File "/cloudclusters/odoo/odoo/service/server.py", line 1260, in preload_registries
    registry = Registry.new(dbname, update_module=update_module)
  File "/cloudclusters/odoo/odoo/modules/registry.py", line 87, in new
    odoo.modules.load_modules(registry, force_demo, status, update_module)
  File "/cloudclusters/odoo/odoo/modules/loading.py", line 484, in load_modules
    modules = Module.search(Module._get_modules_to_load_domain(), order='name')
AttributeError: 'ir.module.module' object has no attribute '_get_modules_to_load_domain'

Awatar
Odrzuć

Hi,
Did you find a solution for this issue ?

Autor

I did restart the service. Getting internal server error on the web page. 

Najlepsza odpowiedź

Hi,

Did you restarted the odoo service after taking the latest source code ? If not, try by restarting the odoo service.

Thanks

Awatar
Odrzuć