Traduction automatique. Les données et les chiffres font référence ; la formulation peut contenir des erreurs de traduction et certains fragments peuvent rester en anglais. La version faisant foi est celle des pages en anglais et en ukrainien. signalez-nous tout terme inexact
website_geoengine_store_locator
dans geospatial · code source sur GitHub
Catégorie: GeoBI · Camptocamp · AGPL-3
| Série | État | Détails | Code |
|---|---|---|---|
| 16.0 | ✗Erreur d'installation | SQL error while installing · exécuté le 2026-08-26 | sur GitHub |
| 17.0 | —Non testé | pas de branche | |
| 18.0 | —Non testé | pas de branche | |
| 19.0 | —Non testé | pas de branche |
The module’s code on 16.0
| Lines of code | python 54 · xml 64 · js 691 |
| Tests | no |
| Migration scripts | no |
| Models | 0 new · 0 extensions |
| JavaScript | 5 file(s) · OWL |
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 d59062ddb061.
Le catalogue apps.odoo.com contient une fiche sous le même nom technique sur 16.0 : apps.odoo.com/apps/modules/16.0/website_geoengine_store_locator. Un nom identique ne prouve pas un code identique — comment nous avons compté.
Dépend de
| Module | État | Vérifié |
|---|---|---|
| base_geoengine | ~Problème d'environnement | 2026-08-28 |
| partner_store | ✓S'installe | 2026-08-21 |
| website | noyau | livré avec Odoo |
| website_geoengine | ✗Erreur d'installation | 2026-08-26 |
Historique
| Dernière modification | 2024-11-03 |
| Commits de code, 12 mois | 0 |
| Les plus actifs | Hadrien Huvelle |
| Fichiers | 32 |
Les commits de traduction et de bots sont exclus du décompte.
Journal d'installation 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:28:59,668 1 CRITICAL job_53c4f0b22a1c odoo.service.server: Failed to initialize database `job_53c4f0b22a1c`.
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;Le résultat vous semble faux ? Dites-le-nous : nous montrerons le journal ou relancerons l'installation. Signaler un résultat erroné