web_view_leaflet_map
Adds a Leaflet-powered map view to Odoo so records can be displayed as interactive markers with configured metadata.
Key Features
- views: Provides a Leaflet-based 'leaflet_map' view that renders records as markers using configured latitude and longitude fields with optional titles, addresses, icons, and zoom options.
- ir.ui.view: Registers the new map view type with its own icon so it can be selected in view definitions.
- ir.actions.act_window: Lets actions include the 'leaflet_map' view mode and cleans up related entries when removed.
- res.users: Supplies default map coordinates from the current company partner to center the view.
- geospatial: Popups on markers open the linked record form and the map auto-fits bounds to visible markers.
- technical: Uninstall hook strips 'leaflet_map' from window actions to prevent orphaned map view modes.