odoo addon
odoo task status
on hold push
IN this modual
<div role="menu" class="o-dropdown--menu dropdown-menu d-block" style="position: fixed; top: 221.906px; left: 1203.34px;"><span class="dropdown-item d-flex align-items-center active focus" role="menuitem" tabindex="0"><span class="ms-2 o_status"></span><span>In Progress</span></span><span class="dropdown-item d-flex align-items-center" role="menuitem" tabindex="0"><span class="ms-2 o_status_changes_requested fa fa-lg fa-exclamation-circle"></span><span class="o_status_changes_requested">Changes Requested</span></span><span class="dropdown-item d-flex align-items-center" role="menuitem" tabindex="0"><span class="ms-2 text-success o_status o_status_green"></span><span class="text-success">Approved</span></span><div role="separator" class="dropdown-divider"></div><span class="dropdown-item d-flex align-items-center" role="menuitem" tabindex="0"><span class="ms-2 text-danger fa fa-lg fa-times-circle"></span><span class="text-danger">Canceled</span></span><span class="dropdown-item d-flex align-items-center" role="menuitem" tabindex="0"><span class="ms-2 text-success fa fa-lg fa-check-circle"></span><span class="text-success">Done</span></span></div>Loading...
add missing file in folder
Loading...
Traceback (most recent call last):
File "/home/admin1/workspace/v17/odoo17/odoo/http.py", line 2203, in call
if self.get_static_file(httprequest.path):
File "/home/admin1/workspace/v17/odoo17/odoo/http.py", line 2103, in get_static_file
if (module not in self.statics or static != 'static' or not resource):
File "/home/admin1/workspace/v17/odoo17/odoo/tools/func.py", line 28, in get
value = self.fget(obj)
File "/home/admin1/workspace/v17/odoo17/odoo/http.py", line 2073, in statics
manifest = get_manifest(module)
File "/home/admin1/workspace/v17/odoo17/odoo/modules/module.py", line 369, in get_manifest
return copy.deepcopy(_get_manifest_cached(module, mod_path))
File "/home/admin1/workspace/v17/odoo17/odoo/modules/module.py", line 373, in _get_manifest_cached
return load_manifest(module, mod_path)
File "/home/admin1/workspace/v17/odoo17/odoo/modules/module.py", line 352, in load_manifest
raise ValueError(f"Module {module}: invalid manifest") from e
ValueError: Module odoo-addon: invalid manifest
2025-02-18 11:24:26,594 154879 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2025 11:24:26] "GET /web/webclient/translations/466a56dd63d15e04637acbd211da8432ac745068?lang=en_US HTTP/1.1" 500 - 0 0.000 0.074
2025-02-18 11:24:26,686 154879 INFO v189 werkzeug: 127.0.0.1 - - [18/Feb/2025 11:24:26] "GET /web/manifest.webmanifest HTTP/1.1" 200 - 9 0.008 0.009
2025-02-18 11:24:26,702 154879 WARNING ? odoo.modules.module: Missing license
key in manifest for 'odoo-addon', defaulting to LGPL-3
2025-02-18 11:24:26,703 154879 ERROR ? odoo.http: Exception during request handling.
Traceback (most recent call last):
File "/home/admin1/workspace/v17/odoo17/odoo/modules/module.py", line 349, in load_manifest
manifest['version'] = adapt_version(manifest['version'])
File "/home/admin1/workspace/v17/odoo17/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 "/home/admin1/workspace/v17/odoo17/odoo/http.py", line 2203, in call if self.get_static_file(httprequest.path): File "/home/admin1/workspace/v17/odoo17/odoo/http.py", line 2103, in get_static_file if (module not in self.statics or static != 'static' or not resource): File "/home/admin1/workspace/v17/odoo17/odoo/tools/func.py", line 28, in get value = self.fget(obj) File "/home/admin1/workspace/v17/odoo17/odoo/http.py", line 2073, in statics manifest = get_manifest(module) File "/home/admin1/workspace/v17/odoo17/odoo/modules/module.py", line 369, in get_manifest return copy.deepcopy(_get_manifest_cached(module, mod_path)) File "/home/admin1/workspace/v17/odoo17/odoo/modules/module.py", line 373, in _get_manifest_cached return load_manifest(module, mod_path) File "/home/admin1/workspace/v17/odoo17/odoo/modules/module.py", line 352, in load_manifest raise ValueError(f"Module {module}: invalid manifest") from e ValueError: Module odoo-addon: invalid manifest