| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/geospatial |
| GIT | |
| GIT | https://github.com/OCA/geospatial.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/geospatial/tree/18.0/web_view_leaflet_map |
| VERSION | |
| VERSION | 1.1.2 |
| CATEGORY | |
| CATEGORY | Extra Tools |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), GRAP |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), GRAP |
| COMMITTERS | |
| COMMITTERS | Sylvain LE GAL, Weblate, OCA-git-bot, Mourad, oca-ci, Thibault Rey |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/geospatial |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:19 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/geospatial: - web_leaflet_lib odoo/odoo: - base_geolocalize - base_setup - base - web |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module extends odoo views, to add a new kind of view, named `leaflet_map` that is using the Leaflet javascript library to use maps. (<https://leafletjs.com/>) This library is for exemple, used in the OpenStreetMap project. (<https://www.openstreetmap.org/>) You can see a simple usage in the module `web_view_leaflet_map_partner` in the same OCA repository that displays your contact in a map, if latitude and longitude are defined. (To define latitude and longitude, refer to the Odoo module `base_geolocalize`) A marker will be displayed for each item that has a localization.  If user zooms out, the markers will overlap, which won't be very visible. In that case, nearby markers are grouped together, thanks to `Leaflet.markercluster` plugin.  |
No views found for this module.
view_mode
Selection
ondelete={'leaflet_map': 'cascade'}
selection_add=[('leaflet_map', 'Leaflet Map')]
No public methods.
type
Selection
selection_add=[('leaflet_map', 'Leaflet Map')]
No public methods.
No new fields.
Public methods (1)get_default_leaflet_position(self, model_name)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/geospatial |
| GIT | |
| GIT | https://github.com/OCA/geospatial.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/geospatial/tree/16.0/web_view_leaflet_map |
| VERSION | |
| VERSION | 2.0.0 |
| CATEGORY | |
| CATEGORY | Extra Tools |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), GRAP |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), GRAP |
| COMMITTERS | |
| COMMITTERS | Sylvain LE GAL, Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/geospatial |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:59 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/geospatial: - web_leaflet_lib odoo/odoo: - base_geolocalize - base_setup - base - web |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
No views found for this module.
view_mode
Selection
ondelete={'leaflet_map': 'cascade'}
selection_add=[('leaflet_map', 'Leaflet Map')]
No public methods.
type
Selection
selection_add=[('leaflet_map', 'Leaflet Map')]
No public methods.
No new fields.
Public methods (1)get_default_leaflet_position(self, model_name)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/geospatial |
| GIT | |
| GIT | https://github.com/OCA/geospatial.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/geospatial/tree/12.0/web_view_leaflet_map |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Extra Tools |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), GRAP |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), GRAP |
| COMMITTERS | |
| COMMITTERS | Sylvain LE GAL, GitHub, OCA-git-bot, oca-ci, Stéphane Brunner |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/geospatial |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:25 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base_geolocalize - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
assets_backend |
assets_backend | ir.ui.view | qweb | Inherits web.assets_backend |
view_mode
Selection
selection_add=[('leaflet_map', 'Leaflet Map')]
No public methods.
No new fields.
Public methods (1)session_info(self)
type
Selection
selection_add=[('leaflet_map', 'Leaflet Map')]
No public methods.
No new fields.
Public methods (1)get_default_leaflet_position(self, model_name)
| STATUS | |
|---|---|
| STATUS | Open migration PR - not merged yet for this version |
| REPOSITORY | |
| REPOSITORY | OCA/geospatial |
| PULL REQUEST | |
| PULL REQUEST | [17.0][MIG] web_view_leaflet_map (#415) |