Search 1.9 billion lines of Odoo code on GitHub

web_widget_google_maps

Author: Terrabit, Dorin Hongu
License: LGPL-3
Branch: 14.0.deltatech_mrp_edit_comp
Repository: cojocariudaniel1/deltatech
Dependencies: base, web, and website
Languages: CSS (12, 1.8%), JavaScript (589, 89.6%), Python (30, 4.6%), and XML (26, 4.0%)
Other branches: 10.0, 11.0, 12.0, 12.0.deltatech_generic_partner_restriction, 13.0, 13.0.deltatech_service, 14.0, 14.0.deltatech_product_catalog, and 14.0.deltatech_stock_date
Other repositories: AEK-BKF/deltatech, Abdullah-Alghoul/deltatech, Andyeyo/Odoo-Addons, CosminHongu/deltatech, ERPLibre/deltatech, Gofekra/deltatech, Guobower/Odoo-Addons-2, Guobower/deltatech, HarshalBhoir/deltatech, Jeisonpernia/deltatech, JibenCL/deltatech, NCS-75/deltatech, OdooBulgaria/Odoo-Addons-17, SolutionSeekers/deltatech, TRESCLOUD/deltatech, TheCloneMaster/Odoo-Addons, TheCloneMaster/deltatech, akaF/deltatech, alecvinent/deltatech, bamensah/deltatech, cormaza/deltatech, daemondev/Odoo-Addons, darshan-odoo/deltatech, dhongu/deltatech, dhp-denero/deltatech, drmedrme/deltatech, eribowo/deltatech, fachmimaasy/deltatech, fishwangx/deltatech, gameboy199/deltatech, haylahi/deltatech, huntergps/deltatech, ibrahimomer/deltatech, idamonli/deltatech, izzihector/deltatech, jason156/Odoo-Addons-4, jason156/deltatech, jeanabreu/deltatech, jlzhou/deltatech, kit9/deltatech, kossovo/deltatech, lauracvilla-zz/deltatech, leNeo/deltatech, leodoooca/deltatech, lit1088/deltatech, lonelyleaves/deltatech, marcelsavegnago/deltatech, maurolguin1/deltatech, mgielissen/deltatech, msdeek/deltatech, mudismud/deltatech, name1984/deltatech, ncavalierm/deltatech, niulinlnc/deltatech, odoo-modules/deltatech, odoofans/deltatech, one2pret/deltatech, osvalr/Odoo-Addons, rkhalil1990/deltatech, serCliff/deltatech, sm2x/deltatech, tate11/deltatech, vidtsin/deltatech, westlyou/Odoo-Addons-4, westlyou/deltatech, yasmanycastillo/deltatech, zfis/deltatech, and zykj/deltatech

<h1 class="title">Widget Google Maps</h1> <a class="reference external image-reference" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/license-LGPL--3-blue.png" /></a> <dl class="docutils"> <dt>It offers the functionality of editing locations and routes on the goolge map</dt> <dd><ol class="first last arabic simple"> <li>Location - Allows you to display and edit a marker on the google map: <em>&lt;widget name=&quot;gmap_marker&quot; lat=&quot;field_lat&quot; lng=&quot;field_lng&quot; /&gt;</em></li> <li>Route - Allows you to display routes on the google map: <em>&lt;widget name=&quot;gmap_route&quot; from_lat=&quot;field_from_lat&quot; from_lng=&quot;field_from_lng&quot; to_lat=&quot;field_to_lat&quot; to_lng=&quot;field_to_lng&quot;/&gt;</em></li> <li>Locations - Allows you to display a list of locations on the google map</li> </ol> </dd> </dl> <pre class="code"> <code class="code">&lt;record id='view_crm_partner_gmap' model='ir.ui.view'&gt; &lt;field name=&quot;name&quot;&gt;res.partner.gmap&lt;/field&gt; &lt;field name=&quot;model&quot;&gt;res.partner&lt;/field&gt; &lt;field name=&quot;type&quot;&gt;gmaps&lt;/field&gt; &lt;field name=&quot;arch&quot; type=&quot;xml&quot;&gt; &lt;field name=&quot;partner_latitude&quot;/&gt; &lt;field name=&quot;partner_longitude&quot;/&gt; &lt;field name=&quot;name&quot;/&gt; &lt;widget name=&quot;gmap_marker&quot; lat=&quot;partner_latitude&quot; lng=&quot;partner_longitude&quot; description=&quot;name&quot;/&gt; &lt;/field&gt; &lt;/record&gt;</code> </pre> <p>For example see: deltatech_partner_gmap</p> <a name="bug-tracker"></a> <h2>Bug Tracker</h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/dhongu/deltatech/issues">GitHub Issues</a>. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smash it by providing detailed and welcomed feedback.</p> <a name="credits"></a> <h2>Credits</h2> <a name="contributors"></a> <h3>Contributors</h3> <ul class="simple"> <li>Dorin Hongu &lt;<a class="reference external" href="mailto:dhongu&#64;gmail.com">dhongu&#64;gmail.com</a>&gt;</li> </ul> <a name="maintainer"></a> <h3>Maintainer</h3> <a class="reference external image-reference" href="https://terrabit.ro"><img alt="Terrabit" src="https://apps.odoo.com/apps/modules/12.0/deltatech/logo-terrabit.png" /></a> <p>This module is maintained by the Terrabit.</p>