Repository
OCA/geospatial · module folder · Try on Runboat
Module version
1.0.0
Category
Extra Tools
Folder size
0.05 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/geospatial
Last tracking update
2026-09-17 11:19:30
Authors
Odoo Community Association (OCA), Cetmix
Maintainers
Odoo Community Association (OCA), Cetmix
Committers
OCA-git-bot, oca-ci, Ivan Sokolov
Odoo dependencies
OCA/geospatial:
odoo/odoo:
- web
Python dependencies
None
System dependencies
None
Required by
None
Description
This module is a **demo** of the Mapbox form widget
(`web_widget_mapbox`) on contacts.

It adds a **Mapbox** tab on the partner form. The current partner is a
draggable star pin; child contacts with coordinates appear on the same
map as clickable icons. Demo data includes a company in Memmingen and
three nearby contacts.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
res_partner_view_form_mapbox res.partner.view.form.inherit.web_widget_mapbox_demo res.partner form Inherits base.view_partner_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (1)
  • map_data Json
    compute='_compute_map_data' inverse='_inverse_map_data'
Public methods (0)

No public methods.