Search 1.9 billion lines of Odoo code on GitHub

web_widget_google_maps

Author: Terrabit, Dorin Hongu
License: LGPL-3
Branch: 12.0.deltatech_generic_partner_restriction
Repository: cojocariudaniel1/deltatech
Dependencies: base, web, and website
Languages: CSS (12, 0.8%), HTML (342, 22.9%), JavaScript (1024, 68.6%), Python (51, 3.4%), XML (30, 2.0%), and reStructuredText (34, 2.3%)
Other branches: 10.0, 11.0, 12.0, 13.0, 13.0.deltatech_service, 14.0, 14.0.deltatech_mrp_edit_comp, 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> <p><a class="reference external" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/dhongu/deltatech/tree/12.0/web_widget_google_maps"><img alt="dhongu/deltatech" src="https://img.shields.io/badge/github-dhongu%2Fdeltatech-lightgray.png?logo=github" /></a></p> <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> <p><strong>Table of contents</strong></p> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#bug-tracker" id="id1">Bug Tracker</a></li> <li><a class="reference internal" href="#credits" id="id2">Credits</a><ul> <li><a class="reference internal" href="#authors" id="id3">Authors</a></li> <li><a class="reference internal" href="#maintainers" id="id4">Maintainers</a></li> </ul> </li> </ul> </div> <a name="bug-tracker"></a> <h2><a class="toc-backref" href="#id1">Bug Tracker</a></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 smashing it by providing a detailed and welcomed <a class="reference external" href="https://github.com/dhongu/deltatech/issues/new?body=module:%20web_widget_google_maps%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p> <p>Do not contact contributors directly about support or help with technical issues.</p> <a name="credits"></a> <h2><a class="toc-backref" href="#id2">Credits</a></h2> <a name="authors"></a> <h3><a class="toc-backref" href="#id3">Authors</a></h3> <ul class="simple"> <li>Terrabit</li> <li>Dorin Hongu</li> </ul> <a name="maintainers"></a> <h3><a class="toc-backref" href="#id4">Maintainers</a></h3> <p>Current maintainer:</p> <p><a class="reference external" href="https://github.com/dhongu"><img alt="dhongu" src="https://github.com/dhongu.png?size=40px" /></a></p> <p>This module is part of the <a class="reference external" href="https://github.com/dhongu/deltatech/tree/12.0/web_widget_google_maps">dhongu/deltatech</a> project on GitHub.</p> <p>You are welcome to contribute.</p>