Ich habe eine Odoo16 Community Edition onpremis unter Docker am laufen.
Für die Mi´gration auf 17 habe ich ein Backup gemachtun diese in ein neues Docxkersystem übertragn und gestartet. Nun bbekomme ich immer Fehler 500.
Internal Server Error.
Habt ihr eine Tipp wie ich den Fehler finde?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilidad
- Inventario
- PoS
- Proyectos
- MRP
Se marcó esta pregunta
Meine Kopie von aktiven System läuft nach dem umzug nur die Version 17 nicht.
Wie finde ich heraraus welche extra addons in meinem System instlliert sind?
Das verzeichniss ist dort auch.
Wie kann ich die Addons upgraden die ich gekauft habe? oder muss ich nur die passende Version runterladen in in das Verzeichniss packen?
Muss ich nur die Addons aktualisieren oder auch die Datenbank.
Und wie kann ich die Datenbank upgrade für die Version 17?
hier mal der Log:
2024-11-05 06:56:21,591 1 ERROR ? odoo.http: Exception during request handling.
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/odoo/modules/module.py", line 349, in load_manifest
manifest['version'] = adapt_version(manifest['version'])
File "/usr/lib/python3/dist-packages/odoo/modules/module.py", line 456, in adapt_version
raise ValueError(f"Invalid version {base_version!r}. Modules should have a version in format `x.y`, `x.y.z`,"
ValueError: Invalid version '16.0.1.0.0'. Modules should have a version in format `x.y`, `x.y.z`, `17.0.x.y` or `17.0.x.y.z`.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/odoo/http.py", line 2202, in __call__
if self.get_static_file(httprequest.path):
File "/usr/lib/python3/dist-packages/odoo/http.py", line 2102, in get_static_file
if (module not in self.statics or static != 'static' or not resource):
File "/usr/lib/python3/dist-packages/odoo/tools/func.py", line 28, in __get__
value = self.fget(obj)
File "/usr/lib/python3/dist-packages/odoo/http.py", line 2072, in statics
manifest = get_manifest(module)
File "/usr/lib/python3/dist-packages/odoo/modules/module.py", line 369, in get_manifest
return copy.deepcopy(_get_manifest_cached(module, mod_path))
File "/usr/lib/python3/dist-packages/odoo/modules/module.py", line 373, in _get_manifest_cached
return load_manifest(module, mod_path)
File "/usr/lib/python3/dist-packages/odoo/modules/module.py", line 352, in load_manifest
raise ValueError(f"Module {module}: invalid manifest") from e
ValueError: Module om_fiscal_year: invalid manifest
2024-11-05 06:56:21,592 1 INFO ? werkzeug: 192.168.10.10 - - [05/Nov/2024 06:56:21] "GET /web/database/selector HTTP/1.1" 500 - 1 0.001 0.211
2024-11-05 06:56:21,859 1 INFO ? werkzeug: 192.168.10.10 - - [05/Nov/2024 06:56:21] "GET /favicon.ico HTTP/1.1" 404 - 1 0.001 0.004
Hi,
Can you check the odoo log file and see more details about the issue. Also ensure that if you have some custom codes used in 16.0, ensure it is migrated to 17.0 and added in addons path.
Thanks
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
Registrarse