geoengine_partner

in geospatial · source on GitHub

Category: GeoBI · Camptocamp · AGPL-3

16.0Install error
17.0Install error
18.0×Not in this series
19.0×Not in this series
master×Not in this series
SeriesStatusDetails
16.0Install errorПомилка SQL при установці · run 2026-08-21
17.0Install errorПомилка SQL при установці · run 2026-08-20
18.0Not testedno branch
19.0Not testedno branch
masterNot testedno branch

Depends on

ModuleStatusChecked
basecoreships with Odoo
base_geoengineInstall error2026-08-20

Depended on by

1 modules on 17.0 declare this one as a dependency.

History

Last change2024-11-25
Code commits, 12 months0
Most activeNicolas Bessi, Sandy Carter, Laurent Mignon (aka lmi)
Files16

Translation and bot commits are excluded from the commit count.

Install log 17.0

2026-08-20 18:29:37,962 1 ERROR job_25b257ac5fd1 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 18:29:37,968 1 WARNING job_25b257ac5fd1 odoo.modules.loading: Transient module states were reset 
2026-08-20 18:29:37,969 1 ERROR job_25b257ac5fd1 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 18:29:37,971 1 CRITICAL job_25b257ac5fd1 odoo.service.server: Failed to initialize database `job_25b257ac5fd1`. 
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.