odoo-addon-web-view-leaflet-map 18.0.1.0.0.3__py3-none-any.whl → 18.0.1.0.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- odoo/addons/web_view_leaflet_map/README.rst +6 -2
- odoo/addons/web_view_leaflet_map/__manifest__.py +1 -1
- odoo/addons/web_view_leaflet_map/static/description/index.html +58 -49
- odoo/addons/web_view_leaflet_map/static/src/components/map-component/map_view.esm.js +4 -2
- {odoo_addon_web_view_leaflet_map-18.0.1.0.0.3.dist-info → odoo_addon_web_view_leaflet_map-18.0.1.0.1.dist-info}/METADATA +7 -3
- {odoo_addon_web_view_leaflet_map-18.0.1.0.0.3.dist-info → odoo_addon_web_view_leaflet_map-18.0.1.0.1.dist-info}/RECORD +8 -8
- {odoo_addon_web_view_leaflet_map-18.0.1.0.0.3.dist-info → odoo_addon_web_view_leaflet_map-18.0.1.0.1.dist-info}/WHEEL +0 -0
- {odoo_addon_web_view_leaflet_map-18.0.1.0.0.3.dist-info → odoo_addon_web_view_leaflet_map-18.0.1.0.1.dist-info}/top_level.txt +0 -0
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
.. image:: https://odoo-community.org/readme-banner-image
|
|
2
|
+
:target: https://odoo-community.org/get-involved?utm_source=readme
|
|
3
|
+
:alt: Odoo Community Association
|
|
4
|
+
|
|
1
5
|
================================
|
|
2
6
|
Leaflet Map View (OpenStreetMap)
|
|
3
7
|
================================
|
|
@@ -7,13 +11,13 @@ Leaflet Map View (OpenStreetMap)
|
|
|
7
11
|
!! This file is generated by oca-gen-addon-readme !!
|
|
8
12
|
!! changes will be overwritten. !!
|
|
9
13
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
10
|
-
!! source digest: sha256:
|
|
14
|
+
!! source digest: sha256:b819c0e0d0b447189a53096676a3ce5eb62eb32e5dbeed12d05c5ab3a187d5f5
|
|
11
15
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
12
16
|
|
|
13
17
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png
|
|
14
18
|
:target: https://odoo-community.org/page/development-status
|
|
15
19
|
:alt: Alpha
|
|
16
|
-
.. |badge2| image:: https://img.shields.io/badge/
|
|
20
|
+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
|
|
17
21
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
|
18
22
|
:alt: License: AGPL-3
|
|
19
23
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fgeospatial-lightgray.png?logo=github
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
{
|
|
6
6
|
"name": "Leaflet Map View (OpenStreetMap)",
|
|
7
7
|
"summary": "Add new 'leaflet_map' view, to display markers.",
|
|
8
|
-
"version": "18.0.1.0.
|
|
8
|
+
"version": "18.0.1.0.1",
|
|
9
9
|
"development_status": "Alpha",
|
|
10
10
|
"author": "GRAP, Odoo Community Association (OCA)",
|
|
11
11
|
"maintainers": ["legalsylvain"],
|
|
@@ -2,18 +2,19 @@
|
|
|
2
2
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
3
3
|
<head>
|
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
5
|
-
<meta name="generator" content="Docutils:
|
|
6
|
-
<title>
|
|
5
|
+
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
|
|
6
|
+
<title>README.rst</title>
|
|
7
7
|
<style type="text/css">
|
|
8
8
|
|
|
9
9
|
/*
|
|
10
10
|
:Author: David Goodger (goodger@python.org)
|
|
11
|
-
:Id: $Id: html4css1.css
|
|
11
|
+
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
|
|
12
12
|
:Copyright: This stylesheet has been placed in the public domain.
|
|
13
13
|
|
|
14
14
|
Default cascading style sheet for the HTML output of Docutils.
|
|
15
|
+
Despite the name, some widely supported CSS2 features are used.
|
|
15
16
|
|
|
16
|
-
See
|
|
17
|
+
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
|
|
17
18
|
customize this style sheet.
|
|
18
19
|
*/
|
|
19
20
|
|
|
@@ -274,7 +275,7 @@ pre.literal-block, pre.doctest-block, pre.math, pre.code {
|
|
|
274
275
|
margin-left: 2em ;
|
|
275
276
|
margin-right: 2em }
|
|
276
277
|
|
|
277
|
-
pre.code .ln { color:
|
|
278
|
+
pre.code .ln { color: gray; } /* line numbers */
|
|
278
279
|
pre.code, code { background-color: #eeeeee }
|
|
279
280
|
pre.code .comment, code .comment { color: #5C6576 }
|
|
280
281
|
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
|
|
@@ -300,7 +301,7 @@ span.option {
|
|
|
300
301
|
span.pre {
|
|
301
302
|
white-space: pre }
|
|
302
303
|
|
|
303
|
-
span.problematic {
|
|
304
|
+
span.problematic, pre.problematic {
|
|
304
305
|
color: red }
|
|
305
306
|
|
|
306
307
|
span.section-subtitle {
|
|
@@ -359,16 +360,21 @@ ul.auto-toc {
|
|
|
359
360
|
</style>
|
|
360
361
|
</head>
|
|
361
362
|
<body>
|
|
362
|
-
<div class="document"
|
|
363
|
-
<h1 class="title">Leaflet Map View (OpenStreetMap)</h1>
|
|
363
|
+
<div class="document">
|
|
364
364
|
|
|
365
|
+
|
|
366
|
+
<a class="reference external image-reference" href="https://odoo-community.org/get-involved?utm_source=readme">
|
|
367
|
+
<img alt="Odoo Community Association" src="https://odoo-community.org/readme-banner-image" />
|
|
368
|
+
</a>
|
|
369
|
+
<div class="section" id="leaflet-map-view-openstreetmap">
|
|
370
|
+
<h1>Leaflet Map View (OpenStreetMap)</h1>
|
|
365
371
|
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
366
372
|
!! This file is generated by oca-gen-addon-readme !!
|
|
367
373
|
!! changes will be overwritten. !!
|
|
368
374
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
369
|
-
!! source digest: sha256:
|
|
375
|
+
!! source digest: sha256:b819c0e0d0b447189a53096676a3ce5eb62eb32e5dbeed12d05c5ab3a187d5f5
|
|
370
376
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
|
371
|
-
<p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Alpha" src="https://img.shields.io/badge/maturity-Alpha-red.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/
|
|
377
|
+
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Alpha" src="https://img.shields.io/badge/maturity-Alpha-red.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/geospatial/tree/18.0/web_view_leaflet_map"><img alt="OCA/geospatial" src="https://img.shields.io/badge/github-OCA%2Fgeospatial-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/geospatial-18-0/geospatial-18-0-web_view_leaflet_map"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/geospatial&target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
|
372
378
|
<p>This module extends odoo views, to add a new kind of view, named
|
|
373
379
|
<tt class="docutils literal">leaflet_map</tt> that is using the Leaflet javascript library to use
|
|
374
380
|
maps. (<a class="reference external" href="https://leafletjs.com/">https://leafletjs.com/</a>) This library is for exemple, used in the
|
|
@@ -389,46 +395,46 @@ Only for development or testing purpose, do not use in production.
|
|
|
389
395
|
<p><strong>Table of contents</strong></p>
|
|
390
396
|
<div class="contents local topic" id="contents">
|
|
391
397
|
<ul class="simple">
|
|
392
|
-
<li><a class="reference internal" href="#configuration" id="
|
|
393
|
-
<li><a class="reference internal" href="#development" id="
|
|
394
|
-
<li><a class="reference internal" href="#known-issues-roadmap" id="
|
|
395
|
-
<li><a class="reference internal" href="#bug-tracker" id="
|
|
396
|
-
<li><a class="reference internal" href="#credits" id="
|
|
397
|
-
<li><a class="reference internal" href="#authors" id="
|
|
398
|
-
<li><a class="reference internal" href="#contributors" id="
|
|
399
|
-
<li><a class="reference internal" href="#maintainers" id="
|
|
398
|
+
<li><a class="reference internal" href="#configuration" id="toc-entry-1">Configuration</a></li>
|
|
399
|
+
<li><a class="reference internal" href="#development" id="toc-entry-2">Development</a></li>
|
|
400
|
+
<li><a class="reference internal" href="#known-issues-roadmap" id="toc-entry-3">Known issues / Roadmap</a></li>
|
|
401
|
+
<li><a class="reference internal" href="#bug-tracker" id="toc-entry-4">Bug Tracker</a></li>
|
|
402
|
+
<li><a class="reference internal" href="#credits" id="toc-entry-5">Credits</a><ul>
|
|
403
|
+
<li><a class="reference internal" href="#authors" id="toc-entry-6">Authors</a></li>
|
|
404
|
+
<li><a class="reference internal" href="#contributors" id="toc-entry-7">Contributors</a></li>
|
|
405
|
+
<li><a class="reference internal" href="#maintainers" id="toc-entry-8">Maintainers</a></li>
|
|
400
406
|
</ul>
|
|
401
407
|
</li>
|
|
402
408
|
</ul>
|
|
403
409
|
</div>
|
|
404
410
|
<div class="section" id="configuration">
|
|
405
|
-
<
|
|
411
|
+
<h2><a class="toc-backref" href="#toc-entry-1">Configuration</a></h2>
|
|
406
412
|
<ul class="simple">
|
|
407
413
|
<li>See configuration of the module <tt class="docutils literal">web_leaflet_lib</tt>.</li>
|
|
408
414
|
</ul>
|
|
409
415
|
</div>
|
|
410
416
|
<div class="section" id="development">
|
|
411
|
-
<
|
|
417
|
+
<h2><a class="toc-backref" href="#toc-entry-2">Development</a></h2>
|
|
412
418
|
<p>Create a new view :</p>
|
|
413
419
|
<pre class="code xml literal-block">
|
|
414
|
-
<span class="nt"><record</span>
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
420
|
+
<span class="nt"><record</span><span class="w"> </span><span class="na">id=</span><span class="s">"view_my_model_map"</span><span class="w"> </span><span class="na">model=</span><span class="s">"ir.ui.view"</span><span class="nt">></span><span class="w">
|
|
421
|
+
</span><span class="nt"><field</span><span class="w"> </span><span class="na">name=</span><span class="s">"model"</span><span class="nt">></span>my.model<span class="nt"></field></span><span class="w">
|
|
422
|
+
</span><span class="nt"><field</span><span class="w"> </span><span class="na">name=</span><span class="s">"arch"</span><span class="w"> </span><span class="na">type=</span><span class="s">"xml"</span><span class="nt">></span><span class="w">
|
|
423
|
+
</span><span class="nt"><leaflet_map</span><span class="w">
|
|
424
|
+
</span><span class="na">field_latitude=</span><span class="s">"FIELD_LATITUDE"</span><span class="w">
|
|
425
|
+
</span><span class="na">field_longitude=</span><span class="s">"FIELD_LONGITUDE"</span><span class="w">
|
|
426
|
+
</span><span class="na">field_title=</span><span class="s">"FIELD_TITLE"</span><span class="w">
|
|
427
|
+
</span><span class="na">field_address=</span><span class="s">"FIELD_ADDRESS"</span><span class="w">
|
|
428
|
+
</span><span class="na">field_marker_icon_image=</span><span class="s">"FIELD_MARKER_ICON_IMAGE"</span><span class="w">
|
|
429
|
+
</span><span class="nt">></span><span class="w">
|
|
430
|
+
</span><span class="nt"><field</span><span class="w"> </span><span class="na">name=</span><span class="s">"__last_update"</span><span class="nt">/></span><span class="w">
|
|
431
|
+
</span><span class="nt"><field</span><span class="w"> </span><span class="na">name=</span><span class="s">"FIELD_LATITUDE"</span><span class="nt">/></span><span class="w">
|
|
432
|
+
</span><span class="nt"><field</span><span class="w"> </span><span class="na">name=</span><span class="s">"FIELD_LONGITUDE"</span><span class="nt">/></span><span class="w">
|
|
433
|
+
</span><span class="nt"><field</span><span class="w"> </span><span class="na">name=</span><span class="s">"FIELD_TITLE"</span><span class="nt">/></span><span class="w">
|
|
434
|
+
</span><span class="nt"><field</span><span class="w"> </span><span class="na">name=</span><span class="s">"FIELD_ADDRESS"</span><span class="nt">/></span><span class="w">
|
|
435
|
+
</span><span class="nt"></leaflet_map></span><span class="w">
|
|
436
|
+
</span><span class="nt"></field></span><span class="w">
|
|
437
|
+
</span><span class="nt"></record></span>
|
|
432
438
|
</pre>
|
|
433
439
|
<ol class="arabic simple">
|
|
434
440
|
<li>FIELD_LATITUDE and FIELD_LONGITUDE are the name of the fields that
|
|
@@ -451,9 +457,9 @@ defined)</li>
|
|
|
451
457
|
<li>Create or update an action for the model</li>
|
|
452
458
|
</ul>
|
|
453
459
|
<pre class="code xml literal-block">
|
|
454
|
-
<span class="nt"><record</span>
|
|
455
|
-
|
|
456
|
-
|
|
460
|
+
<span class="nt"><record</span><span class="w"> </span><span class="na">id=</span><span class="s">"my_module.action_my_model"</span><span class="w"> </span><span class="na">model=</span><span class="s">"ir.actions.act_window"</span><span class="nt">></span><span class="w">
|
|
461
|
+
</span><span class="nt"><field</span><span class="w"> </span><span class="na">name=</span><span class="s">"view_mode"</span><span class="nt">></span>tree,form,leaflet_map<span class="nt"></field></span><span class="w">
|
|
462
|
+
</span><span class="nt"></record></span>
|
|
457
463
|
</pre>
|
|
458
464
|
<p><strong>Default position in the map</strong></p>
|
|
459
465
|
<p>By default, the position of the map is defined by the user, in the
|
|
@@ -462,7 +468,7 @@ the current company, if defined. you can overload this function
|
|
|
462
468
|
globally, or per model.</p>
|
|
463
469
|
</div>
|
|
464
470
|
<div class="section" id="known-issues-roadmap">
|
|
465
|
-
<
|
|
471
|
+
<h2><a class="toc-backref" href="#toc-entry-3">Known issues / Roadmap</a></h2>
|
|
466
472
|
<ul class="simple">
|
|
467
473
|
<li>For the time being, at the start of the map loading, the call of
|
|
468
474
|
<tt class="docutils literal">invalidateSize()</tt> is required. We should investigate why and try to
|
|
@@ -475,7 +481,7 @@ options : <a class="reference external" href="https://leafletjs.com/reference.ht
|
|
|
475
481
|
</ul>
|
|
476
482
|
</div>
|
|
477
483
|
<div class="section" id="bug-tracker">
|
|
478
|
-
<
|
|
484
|
+
<h2><a class="toc-backref" href="#toc-entry-4">Bug Tracker</a></h2>
|
|
479
485
|
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/geospatial/issues">GitHub Issues</a>.
|
|
480
486
|
In case of trouble, please check there if your issue has already been reported.
|
|
481
487
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
|
@@ -483,32 +489,35 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|
|
483
489
|
<p>Do not contact contributors directly about support or help with technical issues.</p>
|
|
484
490
|
</div>
|
|
485
491
|
<div class="section" id="credits">
|
|
486
|
-
<
|
|
492
|
+
<h2><a class="toc-backref" href="#toc-entry-5">Credits</a></h2>
|
|
487
493
|
<div class="section" id="authors">
|
|
488
|
-
<
|
|
494
|
+
<h3><a class="toc-backref" href="#toc-entry-6">Authors</a></h3>
|
|
489
495
|
<ul class="simple">
|
|
490
496
|
<li>GRAP</li>
|
|
491
497
|
</ul>
|
|
492
498
|
</div>
|
|
493
499
|
<div class="section" id="contributors">
|
|
494
|
-
<
|
|
500
|
+
<h3><a class="toc-backref" href="#toc-entry-7">Contributors</a></h3>
|
|
495
501
|
<ul class="simple">
|
|
496
502
|
<li>Sylvain LE GAL (<a class="reference external" href="https://www.twitter.com/legalsylvain">https://www.twitter.com/legalsylvain</a>)</li>
|
|
497
503
|
</ul>
|
|
498
504
|
</div>
|
|
499
505
|
<div class="section" id="maintainers">
|
|
500
|
-
<
|
|
506
|
+
<h3><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h3>
|
|
501
507
|
<p>This module is maintained by the OCA.</p>
|
|
502
|
-
<a class="reference external image-reference" href="https://odoo-community.org"
|
|
508
|
+
<a class="reference external image-reference" href="https://odoo-community.org">
|
|
509
|
+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
|
|
510
|
+
</a>
|
|
503
511
|
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
|
|
504
512
|
mission is to support the collaborative development of Odoo features and
|
|
505
513
|
promote its widespread use.</p>
|
|
506
514
|
<p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainer</a>:</p>
|
|
507
|
-
<p><a class="reference external" href="https://github.com/legalsylvain"><img alt="legalsylvain" src="https://github.com/legalsylvain.png?size=40px" /></a></p>
|
|
515
|
+
<p><a class="reference external image-reference" href="https://github.com/legalsylvain"><img alt="legalsylvain" src="https://github.com/legalsylvain.png?size=40px" /></a></p>
|
|
508
516
|
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/geospatial/tree/18.0/web_view_leaflet_map">OCA/geospatial</a> project on GitHub.</p>
|
|
509
517
|
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
|
|
510
518
|
</div>
|
|
511
519
|
</div>
|
|
512
520
|
</div>
|
|
521
|
+
</div>
|
|
513
522
|
</body>
|
|
514
523
|
</html>
|
|
@@ -161,8 +161,10 @@ export class MapRenderer extends Component {
|
|
|
161
161
|
marker.addTo(this.leafletFeatureGroup);
|
|
162
162
|
}
|
|
163
163
|
}
|
|
164
|
-
|
|
165
|
-
|
|
164
|
+
const bounds = this.leafletFeatureGroup.getBounds();
|
|
165
|
+
if (bounds.isValid()) {
|
|
166
|
+
this.leafletMap.fitBounds(bounds.pad(0.1));
|
|
167
|
+
}
|
|
166
168
|
}
|
|
167
169
|
|
|
168
170
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: odoo-addon-web_view_leaflet_map
|
|
3
|
-
Version: 18.0.1.0.
|
|
3
|
+
Version: 18.0.1.0.1
|
|
4
4
|
Requires-Python: >=3.10
|
|
5
5
|
Requires-Dist: odoo-addon-web_leaflet_lib==18.0.*
|
|
6
6
|
Requires-Dist: odoo==18.0.*
|
|
@@ -16,6 +16,10 @@ Classifier: License :: OSI Approved :: GNU Affero General Public License v3
|
|
|
16
16
|
Classifier: Development Status :: 3 - Alpha
|
|
17
17
|
Description-Content-Type: text/x-rst
|
|
18
18
|
|
|
19
|
+
.. image:: https://odoo-community.org/readme-banner-image
|
|
20
|
+
:target: https://odoo-community.org/get-involved?utm_source=readme
|
|
21
|
+
:alt: Odoo Community Association
|
|
22
|
+
|
|
19
23
|
================================
|
|
20
24
|
Leaflet Map View (OpenStreetMap)
|
|
21
25
|
================================
|
|
@@ -25,13 +29,13 @@ Leaflet Map View (OpenStreetMap)
|
|
|
25
29
|
!! This file is generated by oca-gen-addon-readme !!
|
|
26
30
|
!! changes will be overwritten. !!
|
|
27
31
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
28
|
-
!! source digest: sha256:
|
|
32
|
+
!! source digest: sha256:b819c0e0d0b447189a53096676a3ce5eb62eb32e5dbeed12d05c5ab3a187d5f5
|
|
29
33
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
30
34
|
|
|
31
35
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png
|
|
32
36
|
:target: https://odoo-community.org/page/development-status
|
|
33
37
|
:alt: Alpha
|
|
34
|
-
.. |badge2| image:: https://img.shields.io/badge/
|
|
38
|
+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
|
|
35
39
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
|
36
40
|
:alt: License: AGPL-3
|
|
37
41
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fgeospatial-lightgray.png?logo=github
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
odoo/addons/web_view_leaflet_map/README.rst,sha256=
|
|
1
|
+
odoo/addons/web_view_leaflet_map/README.rst,sha256=kq8tmjmnL_RW85jL0D7i0QEJMGRONyCKdYq6cFgKA0g,7032
|
|
2
2
|
odoo/addons/web_view_leaflet_map/__init__.py,sha256=lHbcD_3Jhk02gKyANjQ1Bif8uknO8qLtRSK4lJNPeeQ,55
|
|
3
|
-
odoo/addons/web_view_leaflet_map/__manifest__.py,sha256=
|
|
3
|
+
odoo/addons/web_view_leaflet_map/__manifest__.py,sha256=NQEcfUofTU7necxdAidm3Tr3rqsX8_gp4fqpwzbQdLY,1052
|
|
4
4
|
odoo/addons/web_view_leaflet_map/hooks.py,sha256=VWhMUWedPCg8oZxqJCladNBaU9NvJMBJI6BlYKXNcEM,685
|
|
5
5
|
odoo/addons/web_view_leaflet_map/i18n/fr.po,sha256=xSXoIxogfegwOztumHeW5R4xxUooxHsDPCcoqQEgm0k,2102
|
|
6
6
|
odoo/addons/web_view_leaflet_map/i18n/it.po,sha256=RjAJVMbLRt2eJZ-YG2gb_yGGEfB9idHfZZt7Y_ehU0Y,1761
|
|
@@ -15,12 +15,12 @@ odoo/addons/web_view_leaflet_map/readme/DESCRIPTION.md,sha256=Ubg66tabR4lkMIhbfK
|
|
|
15
15
|
odoo/addons/web_view_leaflet_map/readme/DEVELOP.md,sha256=kiVt9qT6SC6Uh9fY0qqSpaI9HSeC67Ppi0b7O7iGPfg,1968
|
|
16
16
|
odoo/addons/web_view_leaflet_map/readme/ROADMAP.md,sha256=PuCMzJS_OKS0w9YBe1r4k3sIJnuvhcrS7qiuUwzwBzk,499
|
|
17
17
|
odoo/addons/web_view_leaflet_map/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
|
|
18
|
-
odoo/addons/web_view_leaflet_map/static/description/index.html,sha256=
|
|
18
|
+
odoo/addons/web_view_leaflet_map/static/description/index.html,sha256=h1-cZFdpWwUWqkZ-bQ1Y2kFy1Y27G2LiywohmWtZBZI,20542
|
|
19
19
|
odoo/addons/web_view_leaflet_map/static/description/res_partner_map.png,sha256=vyOw2l7n7k4-jYgTT-r31vA4h8kSnjMo0WW0iNEzRi4,390800
|
|
20
|
-
odoo/addons/web_view_leaflet_map/static/src/components/map-component/map_view.esm.js,sha256=
|
|
20
|
+
odoo/addons/web_view_leaflet_map/static/src/components/map-component/map_view.esm.js,sha256=77rRNW5R5KokooVkKrgOjTCgbxYKK0owy10_02Nat4Y,10535
|
|
21
21
|
odoo/addons/web_view_leaflet_map/static/src/components/map-component/map_view.xml,sha256=bVHRZOFSKUDKBybx0BzZRgwgJh7DvlKtsMI2fNhrqrc,586
|
|
22
22
|
odoo/addons/web_view_leaflet_map/static/src/components/map-component/web_view_leaflet_map.css,sha256=Tp3SfDNuSPCN32sh_HlSmiF3AYWlvxlzSp8u3NCAHiA,1527
|
|
23
|
-
odoo_addon_web_view_leaflet_map-18.0.1.0.
|
|
24
|
-
odoo_addon_web_view_leaflet_map-18.0.1.0.
|
|
25
|
-
odoo_addon_web_view_leaflet_map-18.0.1.0.
|
|
26
|
-
odoo_addon_web_view_leaflet_map-18.0.1.0.
|
|
23
|
+
odoo_addon_web_view_leaflet_map-18.0.1.0.1.dist-info/METADATA,sha256=vXCHetE3w4r5zdAtU-KDf2gLaHHOyqYjBYcW5NCu3w8,7689
|
|
24
|
+
odoo_addon_web_view_leaflet_map-18.0.1.0.1.dist-info/WHEEL,sha256=ZhOvUsYhy81Dx67gN3TV0RchQWBIIzutDZaJODDg2Vo,81
|
|
25
|
+
odoo_addon_web_view_leaflet_map-18.0.1.0.1.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
|
|
26
|
+
odoo_addon_web_view_leaflet_map-18.0.1.0.1.dist-info/RECORD,,
|
|
File without changes
|