in geospatial · source on GitHub
Category: GeoBI · Camptocamp · AGPL-3
| Series | Status | Details |
|---|---|---|
| 16.0 | ✗Install error | Помилка SQL при установці · run 2026-08-21 |
| 17.0 | ✗Install error | Помилка SQL при установці · run 2026-08-20 |
| 18.0 | —Not tested | no branch |
| 19.0 | —Not tested | no branch |
| master | —Not tested | no branch |
| Module | Status | Checked |
|---|---|---|
| base_geoengine | ✗Install error | 2026-08-20 |
Checked against modidx/odoo:17.0-deps-20260820.
| Kind | Package | In our image |
|---|---|---|
| python | geojson | in image |
| Last change | 2025-08-27 |
| Code commits, 12 months | 0 |
| Most active | Nicolas Bessi, Samuel Kouff, Yannick Vaucher |
| Files | 24 |
Translation and bot commits are excluded from the commit count.
2026-08-20 19:44:55,375 1 ERROR job_3572f81e77f2 odoo.sql_db: bad query:
CREATE EXTENSION postgis;
CREATE EXTENSION postgis_topology;
ERROR: 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.
2026-08-20 19:44:55,383 1 WARNING job_3572f81e77f2 odoo.modules.loading: Transient module states were reset
2026-08-20 19:44:55,384 1 ERROR job_3572f81e77f2 odoo.modules.registry: Failed to load registry
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/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;
2026-08-20 19:44:55,385 1 CRITICAL job_3572f81e77f2 odoo.service.server: Failed to initialize database `job_3572f81e77f2`.
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,Result looks wrong? Tell us — we will show the log or run it again. Report a wrong result
Data updated 2026-08-21 18:00 UTC · we publish the install log with a date, not a vendor rating · CSV and JSON are open
Questions or a wrong result: open an issue or hello@allservices.one
Independent project. Not affiliated with Odoo S.A. or the Odoo Community Association.