v 12.0 Third Party 1214
Download for v 12.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Website (website)
Discuss (mail)
Lines of code 1098
Technical Name web_widget_google_maps
LicenseLGPL-3
Websitehttps://www.terrabit.ro
Versions 12.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Website (website)
Discuss (mail)
Lines of code 1098
Technical Name web_widget_google_maps
LicenseLGPL-3
Websitehttps://www.terrabit.ro
Versions 12.0

Widget Google Maps

License: LGPL-3 dhongu/deltatech

It offers the functionality of editing locations and routes on the goolge map
  1. Location - Allows you to display and edit a marker on the google map: <widget name=”gmap_marker” lat=”field_lat” lng=”field_lng” />
  2. Route - Allows you to display routes on the google map: <widget name=”gmap_route” from_lat=”field_from_lat” from_lng=”field_from_lng” to_lat=”field_to_lat” to_lng=”field_to_lng”/>
  3. Locations - Allows you to display a list of locations on the google map
<record id='view_crm_partner_gmap' model='ir.ui.view'>
    <field name="name">res.partner.gmap</field>
    <field name="model">res.partner</field>
    <field name="type">gmaps</field>
        <field name="arch" type="xml">
        <field name="partner_latitude"/>
        <field name="partner_longitude"/>
        <field name="name"/>
        <widget name="gmap_marker" lat="partner_latitude" lng="partner_longitude" description="name"/>
    </field>
</record>

For example see: deltatech_partner_gmap

Table of contents

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback.

Do not contact contributors directly about support or help with technical issues.

Credits

Authors

  • Terrabit
  • Dorin Hongu

Maintainers

Current maintainer:

dhongu

This module is part of the dhongu/deltatech project on GitHub.

You are welcome to contribute.

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, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
There are no ratings yet!
I like it
by
Lưu Bình
on 12/28/19, 5:49 AM

Hi, Mr I set my Google Maps API in Setting->Website->Google Maps ->API and put widget gmap in view but warning "This page can't load Google Maps correctly" I test my app on localhost. Error: Google Maps JavaScript API warning: NoApiKeys Google Maps JavaScript API warning: SensorNotRequired Please help me.


I like it
by
Lưu Bình
on 12/28/19, 3:43 AM

Hi, Mr I set my Google Maps API in Setting->Website->Google Maps ->API and put widget gmap in view tscd.capquang.gmap tscd.capquang gmaps but warning "This page can't load Google Maps correctly" I test my app on localhost. Please help me.