platform: odoo12 / python 3.6 / centos 7x
Hi,
getting problem happen when want to upgrade web_responsive-12.0.1.3.2.zip, and remove old module before copy new module to directory odoo-custom-modules,
step to produce problem:
1. remove odoo-custom-modules/web_resposive while odoo12 running
2. copy new module web_responsive
3. restart odoo12 (systemctl restart odoo12)
4. internal server error
after systemctl restart odoo12, web show Internal Server Error,
how to resolve this? reinstall web_responsive? how to do in command line?
Oct 31 11:55:50 support journal: Odoo Server 12.0:HR:INFO:odoo.modules.loading:loading 1 modules...
Oct 31 11:55:50 support journal: Odoo Server 12.0:HR:INFO:odoo.modules.loading:1 modules loaded in 0.02s, 0 queries
Oct 31 11:55:50 support journal: Odoo Server 12.0:HR:ERROR:odoo.modules.graph:module hr_theme: Unmet dependencies: web_responsive
Oct 31 11:55:50 support journal: Odoo Server 12.0:HR:INFO:odoo.modules.loading:loading 124 modules...
Oct 31 11:55:50 support journal: Odoo Server 12.0:HR:WARNING:odoo.models:The model login.detail has no _description
Oct 31 11:55:50 support journal: Odoo Server 12.0:HR:WARNING:odoo.models:The model login.detail has no _description
Oct 31 11:55:50 support journal: Odoo Server 12.0:HR:WARNING:odoo.models:The model login.detail has no _description
Oct 31 11:55:50 support journal: Odoo Server 12.0:HR:WARNING:odoo.models:The model allowed.ips has no _description
Oct 31 11:55:51 support journal: Odoo Server 12.0:HR:WARNING:odoo.models:The model hr.reminder has no _description
Oct 31 11:55:51 support journal: Odoo Server 12.0:HR:WARNING:odoo.models:The model employee.attendace.sheet.detail has no _description
Oct 31 11:55:51 support journal: Odoo Server 12.0:HR:WARNING:odoo.models:The model employee.attendace.sheet has no _description
Oct 31 11:55:51 support journal: Odoo Server 12.0:HR:WARNING:odoo.models:The model payroll.department.statement has no _description
Oct 31 11:55:51 support journal: Odoo Server 12.0:HR:WARNING:odoo.models:The model hr.payroll.report.view has no _description
Oct 31 11:55:51 support journal: Odoo Server 12.0:HR:WARNING:odoo.models:The model pending.task has no _description
Oct 31 11:55:51 support journal: Odoo Server 12.0:HR:WARNING:odoo.models:The model hr.flight.ticket has no _description
Oct 31 11:55:51 support journal: Odoo Server 12.0:HR:WARNING:odoo.models:The model task.reassign has no _description
Oct 31 11:55:51 support journal: Odoo Server 12.0:HR:WARNING:odoo.models:The model report.hrms_dashboard.report_broadfactor has no _description
Oct 31 11:55:51 support journal: Odoo Server 12.0:HR:INFO:odoo.modules.loading:124 modules loaded in 0.23s, 0 queries
Odoo Server 12.0:HR:ERROR:odoo.modules.registry:Failed to load registry#012Traceback (most recent call last):#012 File "/opt/odoo12/odoo/odoo/modules/registry.py", line 60, in __new__#012 return cls.registries[db_name]#012 File "/opt/odoo12/odoo/odoo/tools/func.py", line 69, in wrapper#012 return func(self, *args, **kwargs)#012 File "/opt/odoo12/odoo/odoo/tools/lru.py", line 44, in __getitem__#012 a = self.d[obj].me#012KeyError: 'HR'#012#012During handling of the above exception, another exception occurred:#012#012Traceback (most recent call last):#012 File "/opt/odoo12/odoo/odoo/modules/registry.py", line 86, in new#012 odoo.modules.load_modules(registry._db, force_demo, status, update_module)#012 File "/opt/odoo12/odoo/odoo/modules/loading.py", line 424, in load_modules#012 registry.setup_models(cr)#012 File "/opt/odoo12/odoo/odoo/modules/registry.py", line 267, in setup_models#012 model._setup_fields()#012 File "/opt/odoo12/odoo/odoo/models.py", line 2609, in _setup_fields#012 field.setup_full(self)#012 File "/opt/odoo12/odoo/odoo/fields.py", line 482, in setup_full#012 self._setup_regular_full(model)#012 File "/opt/odoo12/odoo/odoo/fields.py", line 2392, in _setup_regular_full#012 invf = comodel._fields[self.inverse_name]#012KeyError: 'Response'