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
fieldservice_geoengine
dans field-service · code source sur GitHub
Display Field Service locations on a map with Open Street Map
Catégorie: Field Service · Open Source Integrators · Pytech SRL · AGPL-3
| Série | État | Détails | Code |
|---|---|---|---|
| 16.0 | ~Problème d'environnement | A system utility is missing from the image · exécuté le 2026-09-01 | sur GitHub |
| 17.0 | ~Problème d'environnement | A system utility is missing from the image · exécuté le 2026-09-15 | sur GitHub |
| 18.0 | ✗Erreur d'installation | SQL error while installing · exécuté le 2026-08-26 | sur GitHub |
| 19.0 | —Non testé | pas de branche |
The module’s code on 18.0
| Lines of code | python 289 · xml 304 · js 141 |
| Tests | yes: 1 file(s), 163 lines |
| Migration scripts | no |
| Models | 0 new · 3 extensions |
| JavaScript | 1 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 bbf08d37b639.
Le catalogue apps.odoo.com contient une fiche sous le même nom technique sur 16.0 : apps.odoo.com/apps/modules/16.0/fieldservice_geoengine. 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-09-11 |
| fieldservice | ✓S'installe | 2026-08-29 |
Historique
| Dernière modification | 2026-07-26 |
| Commits de code, 12 mois | 33 |
| Les plus actifs | Maxime Chambreuil, anusrinps96, Antoni Marroig Campomar |
| Fichiers | 32 |
Les commits de traduction et de bots sont exclus du décompte.
Journal d'installation 18.0
lang = lang or _get_lang(frame, default_lang)
File "/usr/lib/python3/dist-packages/odoo/tools/translate.py", line 615, in _get_lang
_logger.log(log_level, 'no translation language detected, skipping translation %s', frame, stack_info=True)
2026-08-26 19:23:38,266 1 WARNING job_92b744c6f2d6 odoo.modules.loading: Transient module states were reset
2026-08-26 19:23:38,267 1 ERROR job_92b744c6f2d6 odoo.modules.registry: Failed to load registry
2026-08-26 19:23:38,267 1 CRITICAL job_92b744c6f2d6 odoo.service.server: Failed to initialize database `job_92b744c6f2d6`.
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 371, 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 1414, in preload_registries
registry = Registry.new(dbname, update_module=update_module)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/odoo/tools/func.py", line 97, in locked
return func(inst, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/odoo/modules/registry.py", line 118, in new
odoo.modules.load_modules(registry, force_demo, status, update_module)
File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 489, in load_modules
processed_modules += load_marked_modules(env, graph,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 365, in load_marked_modules
loaded, processed = load_module_graph(
^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 193, 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;Journal d'installation 17.0
2026-09-15 03:50:45,427 1 INFO ? odoo: Odoo version 17.0-20260817
2026-09-15 03:50:45,427 1 INFO ? odoo: Using configuration file at /etc/odoo/odoo.conf
2026-09-15 03:50:45,428 1 INFO ? odoo: addons paths: ['/usr/lib/python3/dist-packages/odoo/addons', '/var/lib/odoo/addons/17.0', '/mnt/pool']
2026-09-15 03:50:45,428 1 INFO ? odoo: database: odoo@pg:5432
2026-09-15 03:50:45,708 1 INFO ? odoo.addons.base.models.ir_actions_report: Will use the Wkhtmltopdf binary at /usr/local/bin/wkhtmltopdf
2026-09-15 03:50:46,039 1 INFO job_9da3466ba79a odoo.modules.loading: loading 1 modules...
2026-09-15 03:50:46,055 1 INFO job_9da3466ba79a odoo.modules.loading: 1 modules loaded in 0.02s, 0 queries (+0 extra)
2026-09-15 03:50:46,102 1 INFO job_9da3466ba79a odoo.modules.loading: updating modules list
2026-09-15 03:50:46,108 1 INFO job_9da3466ba79a odoo.addons.base.models.ir_module: ALLOW access to module.update_list on [] to user __system__ #1 via n/a
2026-09-15 03:51:10,437 1 INFO job_9da3466ba79a odoo.addons.base.models.ir_module: ALLOW access to module.button_install on ['Field Service Geoengine'] to user __system__ #1 via n/a
2026-09-15 03:51:11,481 1 INFO job_9da3466ba79a odoo.modules.loading: loading 11 modules...
2026-09-15 03:51:12,163 1 INFO job_9da3466ba79a odoo.modules.loading: 11 modules loaded in 0.68s, 0 queries (+0 extra)
2026-09-15 03:51:12,171 1 INFO job_9da3466ba79a odoo.modules.loading: loading 30 modules...
2026-09-15 03:51:12,172 1 INFO job_9da3466ba79a odoo.modules.loading: Loading module base_territory (2/30)
2026-09-15 03:51:12,274 1 INFO job_9da3466ba79a odoo.modules.registry: module base_territory: creating or updating database tables
2026-09-15 03:51:12,758 1 WARNING job_9da3466ba79a py.warnings: /usr/lib/python3/dist-packages/odoo/addons/base/models/ir_module.py:194: DeprecationWarning: XML declarations in HTML module descriptions are deprecated since Odoo 17, base_territory can just have a UTF8 description with not need for a declaration.
File "/usr/bin/odoo", line 8, in <module>
odoo.cli.main()
File "/usr/lib/python3/dist-packages/odoo/cli/command.py", line 76, in main
o.run(args)
File "/usr/lib/python3/dist-packages/odoo/cli/server.py", line 186, in run
main(args)
File "/usr/lib/python3/dist-packages/odoo/cli/server.py", line 179, in main
rc = odoo.service.server.start(preload=preload, stop=stop)
File "/usr/lib/python3/dist-packages/odoo/service/server.py", line 1522, in start
rc = server.run(preload, stop)
File "/usr/lib/python3/dist-packages/odoo/service/server.py", line 657, in run
rc = preload_registries(preload)
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 224, in load_module_graph
module._check()
File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_module.py", line 870, in _check
if not module.description_html:
File "/usr/lib/python3/dist-packages/odoo/fields.py", line 1217, in __get__
self.compute_value(recs)
File "/usr/lib/python3/dist-packages/odoo/fields.py", line 1399, in compute_value
records._compute_field_value(self)
File "/usr/lib/python3/dist-packages/odoo/models.py", line 4923, in _compute_field_value
fields.determine(field.compute, self)
File "/usr/lib/python3/dist-packages/odoo/fields.py", line 102, in determine
return needle(*args)
File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_module.py", line 194, in _get_desc
warnings.warn(
2026-09-15 03:51:12,787 1 INFO job_9da3466ba79a odoo.modules.loading: loading base_territory/security/ir.model.access.csv
2026-09-15 03:51:12,828 1 INFO job_9da3466ba79a odoo.modules.loading: loading base_territory/views/res_territory.xml
2026-09-15 03:51:12,889 1 INFO job_9da3466ba79a odoo.modules.loading: loading base_territory/views/res_branch.xml
2026-09-15 03:51:12,925 1 INFO job_9da3466ba79a odoo.modules.loading: loading base_territory/views/res_district.xml
2026-09-15 03:51:12,959 1 INFO job_9da3466ba79a odoo.modules.loading: loading base_territory/views/res_region.xml
2026-09-15 03:51:12,994 1 INFO job_9da3466ba79a odoo.modules.loading: loading base_territory/views/res_country.xml
2026-09-15 03:51:13,021 1 INFO job_9da3466ba79a odoo.modules.loading: loading base_territory/views/menu.xml
2026-09-15 03:51:13,125 1 INFO job_9da3466ba79a odoo.modules.loading: Module base_territory loaded in 0.95s, 269 queries (+269 other)
2026-09-15 03:51:13,125 1 INFO job_9da3466ba79a odoo.modules.loading: Loading module base_geoengine (5/30)
2026-09-15 03:51:13,319 1 ERROR job_9da3466ba79a 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-09-15 03:51:13,328 1 WARNING job_9da3466ba79a odoo.modules.loading: Transient module states were reset
2026-09-15 03:51:13,329 1 ERROR job_9da3466ba79a 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.
… 16 рядків пропущено (середина) …
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-09-15 03:51:13,331 1 CRITICAL job_9da3466ba79a odoo.service.server: Failed to initialize database `job_9da3466ba79a`.
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;
2026-09-15 03:51:13,332 1 INFO job_9da3466ba79a odoo.service.server: Initiating shutdown
2026-09-15 03:51:13,333 1 INFO job_9da3466ba79a odoo.service.server: Hit CTRL-C again or send a second signal to force the shutdown.
2026-09-15 03:51:13,333 1 INFO job_9da3466ba79a odoo.sql_db: ConnectionPool(used=0/count=0/max=64): Closed 1 connectionsJournal d'installation 16.0
2026-09-01 03:38:10,049 1 INFO ? odoo: Odoo version 16.0-20250909
2026-09-01 03:38:10,050 1 INFO ? odoo: Using configuration file at /etc/odoo/odoo.conf
2026-09-01 03:38:10,050 1 INFO ? odoo: addons paths: ['/usr/lib/python3/dist-packages/odoo/addons', '/var/lib/odoo/addons/16.0', '/mnt/pool']
2026-09-01 03:38:10,050 1 INFO ? odoo: database: odoo@pg:5432
2026-09-01 03:38:10,391 1 INFO ? odoo.addons.base.models.ir_actions_report: Will use the Wkhtmltopdf binary at /usr/local/bin/wkhtmltopdf
2026-09-01 03:38:10,797 1 INFO job_00288a6bcbe8 odoo.modules.loading: loading 1 modules...
2026-09-01 03:38:10,812 1 INFO job_00288a6bcbe8 odoo.modules.loading: 1 modules loaded in 0.01s, 0 queries (+0 extra)
2026-09-01 03:38:10,861 1 INFO job_00288a6bcbe8 odoo.modules.loading: updating modules list
2026-09-01 03:38:10,866 1 INFO job_00288a6bcbe8 odoo.addons.base.models.ir_module: ALLOW access to module.update_list on [] to user __system__ #1 via n/a
2026-09-01 03:38:46,513 1 INFO job_00288a6bcbe8 odoo.addons.base.models.ir_module: ALLOW access to module.button_install on ['Field Service Geoengine'] to user __system__ #1 via n/a
2026-09-01 03:38:48,079 1 INFO job_00288a6bcbe8 odoo.modules.loading: loading 8 modules...
2026-09-01 03:38:48,651 1 INFO job_00288a6bcbe8 odoo.modules.loading: 8 modules loaded in 0.57s, 0 queries (+0 extra)
2026-09-01 03:38:48,659 1 INFO job_00288a6bcbe8 odoo.modules.loading: loading 30 modules...
2026-09-01 03:38:48,660 1 INFO job_00288a6bcbe8 odoo.modules.loading: Loading module base_territory (2/30)
2026-09-01 03:38:48,769 1 INFO job_00288a6bcbe8 odoo.modules.registry: module base_territory: creating or updating database tables
2026-09-01 03:38:49,274 1 INFO job_00288a6bcbe8 odoo.modules.loading: loading base_territory/security/ir.model.access.csv
2026-09-01 03:38:49,320 1 INFO job_00288a6bcbe8 odoo.modules.loading: loading base_territory/views/res_territory.xml
2026-09-01 03:38:49,369 1 INFO job_00288a6bcbe8 odoo.modules.loading: loading base_territory/views/res_branch.xml
2026-09-01 03:38:49,402 1 INFO job_00288a6bcbe8 odoo.modules.loading: loading base_territory/views/res_district.xml
2026-09-01 03:38:49,440 1 INFO job_00288a6bcbe8 odoo.modules.loading: loading base_territory/views/res_region.xml
2026-09-01 03:38:49,475 1 INFO job_00288a6bcbe8 odoo.modules.loading: loading base_territory/views/res_country.xml
2026-09-01 03:38:49,498 1 INFO job_00288a6bcbe8 odoo.modules.loading: loading base_territory/views/menu.xml
2026-09-01 03:38:49,595 1 INFO job_00288a6bcbe8 odoo.modules.loading: Module base_territory loaded in 0.93s, 272 queries (+272 other)
2026-09-01 03:38:49,595 1 INFO job_00288a6bcbe8 odoo.modules.loading: Loading module base_geoengine (5/30)
2026-09-01 03:38:49,751 1 ERROR job_00288a6bcbe8 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-09-01 03:38:49,756 1 WARNING job_00288a6bcbe8 odoo.modules.loading: Transient module states were reset
2026-09-01 03:38:49,757 1 ERROR job_00288a6bcbe8 odoo.modules.registry: Failed to load registry
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/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;
2026-09-01 03:38:49,760 1 CRITICAL job_00288a6bcbe8 odoo.service.server: Failed to initialize database `job_00288a6bcbe8`.
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;
2026-09-01 03:38:49,763 1 INFO job_00288a6bcbe8 odoo.service.server: Initiating shutdown
2026-09-01 03:38:49,763 1 INFO job_00288a6bcbe8 odoo.service.server: Hit CTRL-C again or send a second signal to force the shutdown.
2026-09-01 03:38:49,764 1 INFO job_00288a6bcbe8 odoo.sql_db: ConnectionPool(used=0/count=0/max=64): Closed 1 connectionsLe résultat vous semble faux ? Dites-le-nous : nous montrerons le journal ou relancerons l'installation. Signaler un résultat erroné