Traducción automática. Los datos y las cifras son la fuente de verdad; la redacción puede contener errores de traducción y algunos fragmentos pueden seguir en inglés. La versión autorizada son las páginas en inglés y en ucraniano. avísenos si un término no es exacto
geoengine_base_geolocalize
en geospatial · código en GitHub
Categoría: GeoBI · ACSONE SA/NV · AGPL-3
| Serie | Estado | Detalles | Código |
|---|---|---|---|
| 16.0 | ✗Error de instalación | SQL error while installing · ejecutado el 2026-08-26 | en GitHub |
| 17.0 | ✗Error de instalación | SQL error while installing · ejecutado el 2026-08-26 | en GitHub |
| 18.0 | —Sin probar | sin rama | |
| 19.0 | —Sin probar | sin rama |
The module’s code on 17.0
| Lines of code | python 167 · xml 21 |
| Tests | yes: 1 file(s), 89 lines |
| Migration scripts | no |
| Models | 0 new · 1 extensions |
Lines are physical, blanks and comments included, as wc -l. Tests are test_*.py files under tests/. Models are lines holding _name = and _inherit =. These are facts about the code, not a judgement: more lines is neither better nor worse. Measured 2026-08-28 on tree 3485af12f2b4.
El catálogo apps.odoo.com tiene una publicación con el mismo nombre técnico en 16.0: apps.odoo.com/apps/modules/16.0/geoengine_base_geolocalize. Que el nombre coincida no demuestra que el código coincida — cómo lo contamos.
Depende de
| Módulo | Estado | Comprobado |
|---|---|---|
| base | núcleo | viene con Odoo |
| base_geolocalize | núcleo | viene con Odoo |
| geoengine_partner | ✗Error de instalación | 2026-08-26 |
Dependencias externas
Comprobado contra modidx/odoo:17.0-deps-20260820.
| Tipo | Paquete | En nuestra imagen |
|---|---|---|
| python | requests | en la imagen |
Historial
| Último cambio | 2026-02-26 |
| Commits de código, 12 meses | 3 |
| Más activos | Laurent Mignon, Yannick Payot, Antoni Marroig Campomar |
| Archivos | 17 |
Los commits de traducción y de bots quedan fuera del recuento.
Registro de instalación 17.0
raise MissingError(
odoo.exceptions.MissingError: Error, can not automatically initialize spatial postgis support. Database user may have to be superuser and postgres/postgis extensions with their devel header have to be installed. If you do not want Odoo to connect with a super user you can manually prepare your database. To do this, open a client to your database using a super user and run:
CREATE EXTENSION postgis;
CREATE EXTENSION postgis_topology;
2026-08-26 20:29:43,626 1 CRITICAL job_8d2e7d025d3d odoo.service.server: Failed to initialize database `job_8d2e7d025d3d`.
Traceback (most recent call last):
File "/mnt/pool/base_geoengine/geo_db.py", line 36, in init_postgis
cr.execute(
File "/usr/lib/python3/dist-packages/odoo/sql_db.py", line 342, in execute
res = self._obj.execute(query, params)
psycopg2.errors.FeatureNotSupported: extension "postgis" is not available
DETAIL: Could not open extension control file "/usr/local/share/postgresql/extension/postgis.control": No such file or directory.
HINT: The extension must first be installed on the system where PostgreSQL is running.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/odoo/service/server.py", line 1422, in preload_registries
registry = Registry.new(dbname, update_module=update_module)
File "<decorator-gen-16>", line 2, in new
File "/usr/lib/python3/dist-packages/odoo/tools/func.py", line 87, in locked
return func(inst, *args, **kwargs)
File "/usr/lib/python3/dist-packages/odoo/modules/registry.py", line 99, in new
odoo.modules.load_modules(registry, force_demo, status, update_module)
File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 485, in load_modules
processed_modules += load_marked_modules(env, graph,
File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 366, in load_marked_modules
loaded, processed = load_module_graph(
File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 194, in load_module_graph
getattr(py_module, pre_init)(env)
File "/mnt/pool/base_geoengine/geo_db.py", line 43, in init_postgis
raise MissingError(
odoo.exceptions.MissingError: Error, can not automatically initialize spatial postgis support. Database user may have to be superuser and postgres/postgis extensions with their devel header have to be installed. If you do not want Odoo to connect with a super user you can manually prepare your database. To do this, open a client to your database using a super user and run:
CREATE EXTENSION postgis;
CREATE EXTENSION postgis_topology;Registro de instalación 16.0
raise MissingError(
odoo.exceptions.MissingError: Error, can not automatically initialize spatial postgis support. Database user may have to be superuser and postgres/postgis extensions with their devel header have to be installed. If you do not want Odoo to connect with a super user you can manually prepare your database. To do this, open a client to your database using a super user and run:
CREATE EXTENSION postgis;
CREATE EXTENSION postgis_topology;
2026-08-26 20:27:57,093 1 CRITICAL job_e759a11ef00a odoo.service.server: Failed to initialize database `job_e759a11ef00a`.
Traceback (most recent call last):
File "/mnt/pool/base_geoengine/geo_db.py", line 34, in init_postgis
cr.execute(
File "/usr/lib/python3/dist-packages/odoo/sql_db.py", line 324, in execute
res = self._obj.execute(query, params)
psycopg2.errors.FeatureNotSupported: extension "postgis" is not available
DETAIL: Could not open extension control file "/usr/local/share/postgresql/extension/postgis.control": No such file or directory.
HINT: The extension must first be installed on the system where PostgreSQL is running.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/odoo/service/server.py", line 1333, in preload_registries
registry = Registry.new(dbname, update_module=update_module)
File "<decorator-gen-16>", line 2, in new
File "/usr/lib/python3/dist-packages/odoo/tools/func.py", line 87, in locked
return func(inst, *args, **kwargs)
File "/usr/lib/python3/dist-packages/odoo/modules/registry.py", line 87, in new
odoo.modules.load_modules(registry, force_demo, status, update_module)
File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 493, in load_modules
processed_modules += load_marked_modules(cr, graph,
File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 374, in load_marked_modules
loaded, processed = load_module_graph(
File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 197, in load_module_graph
getattr(py_module, pre_init)(cr)
File "/mnt/pool/base_geoengine/geo_db.py", line 41, in init_postgis
raise MissingError(
odoo.exceptions.MissingError: Error, can not automatically initialize spatial postgis support. Database user may have to be superuser and postgres/postgis extensions with their devel header have to be installed. If you do not want Odoo to connect with a super user you can manually prepare your database. To do this, open a client to your database using a super user and run:
CREATE EXTENSION postgis;
CREATE EXTENSION postgis_topology;¿El resultado parece erróneo? Díganoslo: le mostraremos el registro o lo ejecutaremos de nuevo. Informar de un resultado erróneo