odoo-addon-web-view-leaflet-map 18.0.1.1.0__py3-none-any.whl → 18.0.1.1.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.
@@ -11,12 +11,12 @@ Leaflet Map View (OpenStreetMap)
11
11
  !! This file is generated by oca-gen-addon-readme !!
12
12
  !! changes will be overwritten. !!
13
13
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14
- !! source digest: sha256:c37e50e22d31d4d0b0f78e0c83ab7bdd875299727d4b10e6183b66499a1fed47
14
+ !! source digest: sha256:4e68900a79d923acb16260b8dded77558e5fbbba071b0ec253adef930e58c15c
15
15
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
16
16
 
17
- .. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png
17
+ .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
18
18
  :target: https://odoo-community.org/page/development-status
19
- :alt: Alpha
19
+ :alt: Beta
20
20
  .. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
21
21
  :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
22
22
  :alt: License: AGPL-3
@@ -58,11 +58,6 @@ In that case, nearby markers are grouped together, thanks to
58
58
  .. |image1| image:: https://raw.githubusercontent.com/OCA/geospatial/18.0/web_view_leaflet_map/static/description/view_res_partner_map_precise.png
59
59
  .. |image2| image:: https://raw.githubusercontent.com/OCA/geospatial/18.0/web_view_leaflet_map/static/description/view_res_partner_map_large.png
60
60
 
61
- .. IMPORTANT::
62
- This is an alpha version, the data model and design can change at any time without warning.
63
- Only for development or testing purpose, do not use in production.
64
- `More details on development status <https://odoo-community.org/page/development-status>`_
65
-
66
61
  **Table of contents**
67
62
 
68
63
  .. contents::
@@ -5,8 +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.1.0",
9
- "development_status": "Alpha",
8
+ "version": "18.0.1.1.1",
10
9
  "author": "GRAP, Odoo Community Association (OCA)",
11
10
  "maintainers": ["legalsylvain"],
12
11
  "website": "https://github.com/OCA/geospatial",
@@ -372,9 +372,9 @@ ul.auto-toc {
372
372
  !! This file is generated by oca-gen-addon-readme !!
373
373
  !! changes will be overwritten. !!
374
374
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375
- !! source digest: sha256:c37e50e22d31d4d0b0f78e0c83ab7bdd875299727d4b10e6183b66499a1fed47
375
+ !! source digest: sha256:4e68900a79d923acb16260b8dded77558e5fbbba071b0ec253adef930e58c15c
376
376
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
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&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
377
+ <p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.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&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
378
378
  <p>This module extends odoo views, to add a new kind of view, named
379
379
  <tt class="docutils literal">leaflet_map</tt> that is using the Leaflet javascript library to use
380
380
  maps. (<a class="reference external" href="https://leafletjs.com/">https://leafletjs.com/</a>) This library is for exemple, used in the
@@ -391,12 +391,6 @@ visible.</p>
391
391
  <p>In that case, nearby markers are grouped together, thanks to
392
392
  <tt class="docutils literal">Leaflet.markercluster</tt> plugin.</p>
393
393
  <p><img alt="image2" src="https://raw.githubusercontent.com/OCA/geospatial/18.0/web_view_leaflet_map/static/description/view_res_partner_map_large.png" /></p>
394
- <div class="admonition important">
395
- <p class="first admonition-title">Important</p>
396
- <p class="last">This is an alpha version, the data model and design can change at any time without warning.
397
- Only for development or testing purpose, do not use in production.
398
- <a class="reference external" href="https://odoo-community.org/page/development-status">More details on development status</a></p>
399
- </div>
400
394
  <p><strong>Table of contents</strong></p>
401
395
  <div class="contents local topic" id="contents">
402
396
  <ul class="simple">
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-web_view_leaflet_map
3
- Version: 18.0.1.1.0
3
+ Version: 18.0.1.1.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.*
@@ -13,7 +13,6 @@ Classifier: Programming Language :: Python
13
13
  Classifier: Framework :: Odoo
14
14
  Classifier: Framework :: Odoo :: 18.0
15
15
  Classifier: License :: OSI Approved :: GNU Affero General Public License v3
16
- Classifier: Development Status :: 3 - Alpha
17
16
  Description-Content-Type: text/x-rst
18
17
 
19
18
  .. image:: https://odoo-community.org/readme-banner-image
@@ -29,12 +28,12 @@ Leaflet Map View (OpenStreetMap)
29
28
  !! This file is generated by oca-gen-addon-readme !!
30
29
  !! changes will be overwritten. !!
31
30
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
32
- !! source digest: sha256:c37e50e22d31d4d0b0f78e0c83ab7bdd875299727d4b10e6183b66499a1fed47
31
+ !! source digest: sha256:4e68900a79d923acb16260b8dded77558e5fbbba071b0ec253adef930e58c15c
33
32
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
34
33
 
35
- .. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png
34
+ .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
36
35
  :target: https://odoo-community.org/page/development-status
37
- :alt: Alpha
36
+ :alt: Beta
38
37
  .. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
39
38
  :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
40
39
  :alt: License: AGPL-3
@@ -76,11 +75,6 @@ In that case, nearby markers are grouped together, thanks to
76
75
  .. |image1| image:: https://raw.githubusercontent.com/OCA/geospatial/18.0/web_view_leaflet_map/static/description/view_res_partner_map_precise.png
77
76
  .. |image2| image:: https://raw.githubusercontent.com/OCA/geospatial/18.0/web_view_leaflet_map/static/description/view_res_partner_map_large.png
78
77
 
79
- .. IMPORTANT::
80
- This is an alpha version, the data model and design can change at any time without warning.
81
- Only for development or testing purpose, do not use in production.
82
- `More details on development status <https://odoo-community.org/page/development-status>`_
83
-
84
78
  **Table of contents**
85
79
 
86
80
  .. contents::
@@ -1,6 +1,6 @@
1
- odoo/addons/web_view_leaflet_map/README.rst,sha256=2qvGz2TxRXmEGibIkH-e-er-nrr3cHvPZkEHAk8WQAc,7280
1
+ odoo/addons/web_view_leaflet_map/README.rst,sha256=JpqxKDethJtlWnw0NBBPurLofAzhYLXhquHIP0oyMSk,7006
2
2
  odoo/addons/web_view_leaflet_map/__init__.py,sha256=lHbcD_3Jhk02gKyANjQ1Bif8uknO8qLtRSK4lJNPeeQ,55
3
- odoo/addons/web_view_leaflet_map/__manifest__.py,sha256=I0wCHWQFxrtSxr3m2AooerW3rT_0sA7y_pm6y16UFBo,1052
3
+ odoo/addons/web_view_leaflet_map/__manifest__.py,sha256=8hBKvJcbEb1s5PVyaMry0TYxSVwcXFN2Nrjw0rJaXLo,1017
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,13 +15,13 @@ odoo/addons/web_view_leaflet_map/readme/DESCRIPTION.md,sha256=D2_dBJqIgPwUWBL-Jn
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=5X8Wn_h-6Qaxc7LDgJS_Yo5LEiVcI6ETiU_fclyHOmI,20840
18
+ odoo/addons/web_view_leaflet_map/static/description/index.html,sha256=_13t6kXLHcuT66fMAp7nwV2AC3pE_ZG1QpLVvVxRbfk,20445
19
19
  odoo/addons/web_view_leaflet_map/static/description/res_partner_large.png,sha256=ykj5NK-6ofbXgCzXUmGZfobtgVok8DnElDonvBD2e-o,85248
20
20
  odoo/addons/web_view_leaflet_map/static/description/res_partner_precise.png,sha256=4A1yh0S4NpUWTw6VIzI4zC9JcWomc2TO9_9FpsSkGhs,493740
21
21
  odoo/addons/web_view_leaflet_map/static/src/components/map-component/map_view.esm.js,sha256=AzUK9DCne_fC9DO4hyPQNsO9yQVDLI7CT_Gl-SGyUiU,10577
22
22
  odoo/addons/web_view_leaflet_map/static/src/components/map-component/map_view.xml,sha256=bVHRZOFSKUDKBybx0BzZRgwgJh7DvlKtsMI2fNhrqrc,586
23
23
  odoo/addons/web_view_leaflet_map/static/src/components/map-component/web_view_leaflet_map.css,sha256=Tp3SfDNuSPCN32sh_HlSmiF3AYWlvxlzSp8u3NCAHiA,1527
24
- odoo_addon_web_view_leaflet_map-18.0.1.1.0.dist-info/METADATA,sha256=eXr5q-l7T4l6nsrvrSoXaZzRW0MlgNkc0HZ1ihmm89Y,7937
25
- odoo_addon_web_view_leaflet_map-18.0.1.1.0.dist-info/WHEEL,sha256=ZhOvUsYhy81Dx67gN3TV0RchQWBIIzutDZaJODDg2Vo,81
26
- odoo_addon_web_view_leaflet_map-18.0.1.1.0.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
27
- odoo_addon_web_view_leaflet_map-18.0.1.1.0.dist-info/RECORD,,
24
+ odoo_addon_web_view_leaflet_map-18.0.1.1.1.dist-info/METADATA,sha256=ogaBDEQ06ofCmIxBm9uDPaH51aIp13bqRvg0a1FTFqU,7619
25
+ odoo_addon_web_view_leaflet_map-18.0.1.1.1.dist-info/WHEEL,sha256=ZhOvUsYhy81Dx67gN3TV0RchQWBIIzutDZaJODDg2Vo,81
26
+ odoo_addon_web_view_leaflet_map-18.0.1.1.1.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
27
+ odoo_addon_web_view_leaflet_map-18.0.1.1.1.dist-info/RECORD,,