Skip to Content
Odoo Menu
  • Sign in
  • Try it free
  • Apps
    Finance
    • Accounting
    • Invoicing
    • Expenses
    • Spreadsheet (BI)
    • Documents
    • Sign
    Sales
    • CRM
    • Sales
    • POS Shop
    • POS Restaurant
    • Subscriptions
    • Rental
    Websites
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Supply Chain
    • Inventory
    • Manufacturing
    • PLM
    • Purchase
    • Maintenance
    • Quality
    Human Resources
    • Employees
    • Recruitment
    • Time Off
    • Appraisals
    • Referrals
    • Fleet
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Events
    • Marketing Automation
    • Surveys
    Services
    • Project
    • Timesheets
    • Field Service
    • Helpdesk
    • Planning
    • Appointments
    Productivity
    • Discuss
    • Approvals
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industries
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Beverage Distributor
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architecture Firm
    • Construction
    • Property Management
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Manufacturing
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Others
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Community
    Learn
    • Tutorials
    • Documentation
    • Certifications
    • Training
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Download
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Events
    • Translations
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
      • Get a Tailored Demo
    • Implementation Services
    • Customer References
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +32 2 290 34 90
    • Get a Tailored Demo
  • Pricing
  • Help
  1. APPS
  2. Extra Tools
  3. Advanced Map View - Grevlin Visualisation Suite v 19.0
  4. Sales Conditions FAQ

Advanced Map View - Grevlin Visualisation Suite

by Grevlin Global Corp https://www.grevlin.com
Odoo

$ 5.75

v 19.0 Third Party
Apps purchases are linked to your Odoo account, please sign in or sign up first.
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 1011
Technical Name grev_od_map_view
LicenseOPL-1
Websitehttps://www.grevlin.com
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 1011
Technical Name grev_od_map_view
LicenseOPL-1
Websitehttps://www.grevlin.com
  • Description
  • Documentation
  • License

Advanced Map View

A first-class Odoo map view type — fullscreen, picture-in-picture, area zoom, routes and distance measurement on any model with coordinates

✓ Odoo 19.0 Compatible ✓ Community & Enterprise ✓ No CDN dependency

Advanced Map View registers a brand-new grev_map view type alongside Odoo’s standard list, kanban and form views. Any model exposing latitude and longitude fields can be visualised on a Leaflet map — with fullscreen mode, a floating picture-in-picture window, drag-rectangle area zoom, ordered route polylines, and a click-to-measure distance tool. It plugs into Odoo’s view-switcher, search panel, pager and breadcrumbs exactly like a native view.

Core Features

🗺

Native View Type

Declare <grev_map> in any window action just like list or kanban — Odoo’s view switcher, breadcrumbs, pager and search panel work out of the box.

⛶

Fullscreen Mode

Expand the map to the entire viewport for war-room style monitoring, then collapse back into the standard Odoo layout in a single click.

🖼

Picture-in-Picture

Detach the map into a floating, draggable window so it stays visible while you work on forms, lists or reports in the main view.

🔍

Area Zoom

Drag a rectangle on the map to zoom precisely to a region — perfect for inspecting dense clusters of records without endless scroll-zooming.

🛣

Route Polylines

Set routing="1" with a timestamp field to draw an ordered polyline through records — ideal for trips, deliveries and inspections.

📏

Distance Tool

Click successive points on the map to measure distances using the haversine formula — with running totals shown live.

🎨

Color by Field

Use color_field to colour markers by a selection or many2one field — categorise records visually at a glance.

🗾

Multiple Tile Layers

Choose from CARTO Voyager, Positron, Dark Matter, OpenStreetMap or Humanitarian OSM — configurable per view via the tile_layer attribute.

🔗

Side Panel & Popups

Declare <field> children to render rich popups and a synchronized side panel listing every record on the map.

Built For Any Geo Model

🏢 Customers & Partners

Plot your res.partner records on a map by exposing their latitude and longitude — cluster prospects, route sales reps, visualise territories.

🚚 Fleet & Deliveries

Visualise vehicles, stops or shipments. Combine with the routing option to draw the actual delivery sequence on the map.

📡 IoT & Sensor Data

Display GPS pings, environmental sensors or asset positions in real time, with custom popup fields for telemetry data.

📍 Projects & Sites

Map project tasks, field service interventions, construction sites or rental locations — any business object with coordinates.

Add It To Any Model In Seconds

<record id="view_partner_grev_map" model="ir.ui.view">
    <field name="name">res.partner.grev.map</field>
    <field name="model">res.partner</field>
    <field name="arch" type="xml">
        <grev_map lat_field="partner_latitude"
                  lng_field="partner_longitude"
                  color_field="category_id"
                  default_zoom="6"
                  panel_title="Partners">
            <field name="display_name"/>
            <field name="city"/>
            <field name="country_id"/>
        </grev_map>
    </field>
</record>

Then add grev_map to your action’s view_mode — a new map button appears in the view switcher next to list and kanban.

Screenshots

Advanced Map View banner

Compatibility

✓ Odoo 19.0 Community
✓ Odoo 19.0 Enterprise

✓ Depends only on base, web
✓ No Enterprise-only modules required

Changelog

Version 19.0.1.0.0 — Initial Release

  • New grev_map view type registered with Odoo’s view registry
  • Fullscreen mode and detachable picture-in-picture window
  • Drag-rectangle area zoom and click-to-measure distance tool
  • Ordered route polylines through timestamped records
  • Color-by-field markers and rich popup field declarations
  • Five built-in tile layers (CARTO Voyager, Positron, Dark Matter, OSM, OSM HOT)

Need Help?

For support, contact us at odoo@grevlin.com

Follow us on X: @GrevlinGlobal

✨ 30 days free support included

Advanced Map View - Documentation

A first-class Odoo view type that renders any model with latitude and longitude fields on an interactive Leaflet map &mdash; with fullscreen, picture-in-picture, area zoom, ordered route polylines and a click-to-measure distance tool.

Overview

Advanced Map View registers a new grev_map view type alongside Odoo's standard list, kanban and form views. It plugs into the view-switcher, breadcrumbs, search panel and pager exactly like a native view, so any model that exposes geographic coordinates can gain a fully featured map UI without a single line of JavaScript.

The module ships only the view type itself &mdash; it has no opinions about which records you map. Point it at customers, fleet vehicles, deliveries, sensors, project sites, rental assets or any custom model.

Key Features

  1. Native ``grev_map`` view type &mdash; declared like list or kanban in any ir.actions.act_window view mode
  2. Fullscreen mode &mdash; expand the map to the entire viewport for monitoring
  3. Picture-in-picture &mdash; detach the map into a floating window that stays visible while you work elsewhere in Odoo
  4. Area zoom &mdash; drag a rectangle to zoom precisely to a region
  5. Distance tool &mdash; click successive points to measure distances using the haversine formula, with running totals
  6. Route polylines &mdash; draw an ordered path through records using a timestamp field
  7. Color by field &mdash; colour markers by a selection or many2one field
  8. Side panel and rich popups &mdash; declare <field> children to render contextual information for each record
  9. Five built-in tile layers &mdash; CARTO Voyager, Positron, Dark Matter, OpenStreetMap and OpenStreetMap HOT

Note

This module is compatible with both Odoo Community and Odoo Enterprise editions. It depends only on base and web &mdash; there is no Enterprise-only requirement and no CDN dependency for the Leaflet library.

Installation

  1. Copy the grev_od_map_view module into your Odoo addons path
  2. Update the apps list from :menuselection:`Apps --> Update Apps List`
  3. Search for Advanced Map View and click :guilabel:`Install`

Usage

Declaring a Map View

Create an ir.ui.view record whose architecture root is <grev_map> and reference it from any window action. The two attributes lat_field and lng_field are required.

<record id="view_partner_grev_map" model="ir.ui.view">
    <field name="name">res.partner.grev.map</field>
    <field name="model">res.partner</field>
    <field name="arch" type="xml">
        <grev_map lat_field="partner_latitude"
                  lng_field="partner_longitude"
                  color_field="category_id"
                  default_zoom="6"
                  panel_title="Partners">
            <field name="display_name"/>
            <field name="city"/>
            <field name="country_id"/>
        </grev_map>
    </field>
</record>

Then add grev_map to the action's view_mode:

<record id="action_partner_map" model="ir.actions.act_window">
    <field name="name">Partners on Map</field>
    <field name="res_model">res.partner</field>
    <field name="view_mode">grev_map,list,form</field>
</record>

Supported Attributes

The <grev_map> root tag accepts the following attributes:

Attribute Required Description
lat_field Yes Float field holding the latitude of each record
lng_field Yes Float field holding the longitude of each record
timestamp_field No Date/datetime field used to order records when routing="1"
color_field No Selection or many2one field driving the marker colour
routing No Set to "1" to draw a polyline through ordered records
default_zoom No Initial Leaflet zoom level (default 13)
tile_layer No One of carto_voyager (default), carto_positron, carto_dark, osm, osm_hot
panel_title No Title shown at the top of the side panel
limit No Page size for the side panel (default 200)

<field> children declared inside <grev_map> are loaded with the records and shown both in the side panel and in the marker popup.

Map Toolbar

Once a grev_map view is open, the floating toolbar offers:

  • :guilabel:`Fullscreen` &mdash; toggle the immersive fullscreen mode
  • :guilabel:`Picture-in-Picture` &mdash; detach the map into a draggable floating window
  • :guilabel:`Area Zoom` &mdash; activate drag-rectangle zoom mode
  • :guilabel:`Measure Distance` &mdash; click successive points to measure haversine distances
  • :guilabel:`Reset View` &mdash; restore the default zoom and bounds

Tip

The picture-in-picture window survives navigation, so you can keep an eye on live records while editing forms in another tab of the same Odoo session.

Compatibility

  • Odoo: 19.0 (Community and Enterprise)
  • Dependencies: base, web
  • Vendored library: Leaflet (no external CDN required at runtime &mdash; tile layers are fetched from CARTO and OpenStreetMap public endpoints)

Support

For questions, bug reports or feature requests, contact odoo@grevlin.com or follow @GrevlinGlobal on X.

Thirty days of free support are included with every purchase.

Odoo Proprietary License v1.0

This software and associated files (the "Software") may only be used (executed,
modified, executed after modifications) if you have purchased a valid license
from the authors, typically via Odoo Apps, or if you have received a written
agreement from the authors of the Software (see the COPYRIGHT file).

You may develop Odoo modules that use the Software as a library (typically
by depending on it, importing it and using its resources), but without copying
any source code or material from the Software. You may distribute those
modules under the license of your choice, provided that this license is
compatible with the terms of the Odoo Proprietary License (For example:
LGPL, MIT, or proprietary licenses similar to this one).

It is forbidden to publish, distribute, sublicense, or sell copies of the Software
or modified copies of the Software.

The above copyright notice and this permission notice must be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author or have a question related to your purchase, please use the support page.
Community
  • Tutorials
  • Documentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Translations
Services
  • Odoo.sh Hosting
  • Support
  • Upgrade
  • Custom Developments
  • Education
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Brand Assets
  • Contact us
  • Jobs
  • Events
  • Podcast
  • Blog
  • Customers
  • Legal • Privacy
  • Security

Odoo is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

Website made with