odoo-addon-web-widget-remote-measure 15.0.1.0.1__py3-none-any.whl → 15.0.1.0.2__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.
@@ -7,7 +7,7 @@ Remote Measure Devices Input
7
7
  !! This file is generated by oca-gen-addon-readme !!
8
8
  !! changes will be overwritten. !!
9
9
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
- !! source digest: sha256:018021e8326dd6dc74d9f336643df014532bd21bcfed422067d12f08cecf19a7
10
+ !! source digest: sha256:947c08904b276f1db43482e3182d705fd5e488c5138e4522d04c653e1993d4af
11
11
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
 
13
13
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -3,7 +3,7 @@
3
3
  {
4
4
  "name": "Remote Measure Devices Input",
5
5
  "summary": "Allows to connect to remote devices to record measures",
6
- "version": "15.0.1.0.1",
6
+ "version": "15.0.1.0.2",
7
7
  "author": "Tecnativa, Odoo Community Association (OCA)",
8
8
  "website": "https://github.com/OCA/stock-weighing",
9
9
  "maintainers": ["chienandalu"],
@@ -367,7 +367,7 @@ ul.auto-toc {
367
367
  !! This file is generated by oca-gen-addon-readme !!
368
368
  !! changes will be overwritten. !!
369
369
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370
- !! source digest: sha256:018021e8326dd6dc74d9f336643df014532bd21bcfed422067d12f08cecf19a7
370
+ !! source digest: sha256:947c08904b276f1db43482e3182d705fd5e488c5138e4522d04c653e1993d4af
371
371
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372
372
  <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/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/stock-weighing/tree/15.0/web_widget_remote_measure"><img alt="OCA/stock-weighing" src="https://img.shields.io/badge/github-OCA%2Fstock--weighing-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/stock-weighing-15-0/stock-weighing-15-0-web_widget_remote_measure"><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/stock-weighing&amp;target_branch=15.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373
373
  <p>This module allows to input data from remote devices in your network. Currently, only
@@ -242,6 +242,7 @@ export const RemoteMeasureMixin = {
242
242
  */
243
243
  measure() {
244
244
  this.stop = false;
245
+ if (!this.$start_measure) return;
245
246
  this.$start_measure.addClass("d-none");
246
247
  this.$stop_measure.removeClass("d-none");
247
248
  this.$icon = this.$stop_measure.find("i");
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-web_widget_remote_measure
3
- Version: 15.0.1.0.1
3
+ Version: 15.0.1.0.2
4
4
  Summary: Allows to connect to remote devices to record measures
5
5
  Home-page: https://github.com/OCA/stock-weighing
6
6
  Author: Tecnativa, Odoo Community Association (OCA)
@@ -11,7 +11,7 @@ Classifier: Framework :: Odoo
11
11
  Classifier: Framework :: Odoo :: 15.0
12
12
  Classifier: License :: OSI Approved :: GNU Affero General Public License v3
13
13
  Requires-Python: >=3.8
14
- Requires-Dist: odoo <15.1dev,>=15.0a
14
+ Requires-Dist: odoo<15.1dev,>=15.0a
15
15
 
16
16
  ============================
17
17
  Remote Measure Devices Input
@@ -22,7 +22,7 @@ Remote Measure Devices Input
22
22
  !! This file is generated by oca-gen-addon-readme !!
23
23
  !! changes will be overwritten. !!
24
24
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
25
- !! source digest: sha256:018021e8326dd6dc74d9f336643df014532bd21bcfed422067d12f08cecf19a7
25
+ !! source digest: sha256:947c08904b276f1db43482e3182d705fd5e488c5138e4522d04c653e1993d4af
26
26
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
27
27
 
28
28
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -1,6 +1,6 @@
1
- odoo/addons/web_widget_remote_measure/README.rst,sha256=df9X-iuumndrxGqL58Hgw0sCDtrPCNCrZjj9gn6_B1U,4664
1
+ odoo/addons/web_widget_remote_measure/README.rst,sha256=ZcoL7zamM-MV-SCvf0wjVfiPNVEzDRn7aTRwOTxUMnc,4664
2
2
  odoo/addons/web_widget_remote_measure/__init__.py,sha256=jQ-fltIs1ohXt7udDkkJwzh7ckauQW2rbmv1Wtg3SjQ,47
3
- odoo/addons/web_widget_remote_measure/__manifest__.py,sha256=BzhsFi6dCWdzZJ0lM0QmcwsOEWRiJHT32vXHhfPGAT8,902
3
+ odoo/addons/web_widget_remote_measure/__manifest__.py,sha256=h8R7s2deV2HbmeEw235xixPRx39eWe2aFsWRZ_k3eDA,902
4
4
  odoo/addons/web_widget_remote_measure/controllers/__init__.py,sha256=4KFqEP2QHFbPN66eQJMdGsmNz2v7ywWv_FR1pW_kkLk,19
5
5
  odoo/addons/web_widget_remote_measure/controllers/main.py,sha256=Y7-KWYAzJUsFOUXp8pYb6gubSRPjYaMMTK-EwPvf-FM,1596
6
6
  odoo/addons/web_widget_remote_measure/i18n/es.po,sha256=tBibgxH962Oq4YU4sTGdwXDsM7dhcGpm6Z6geEqvTK8,9556
@@ -15,14 +15,14 @@ odoo/addons/web_widget_remote_measure/readme/ROADMAP.rst,sha256=Z0aICtUk3GUOPY5N
15
15
  odoo/addons/web_widget_remote_measure/readme/USAGE.rst,sha256=dWWMqNmAvPjk2v1qlEP0F_lxEt1XfMUR-CT81JWgV8c,726
16
16
  odoo/addons/web_widget_remote_measure/security/ir.model.access.csv,sha256=3bwXFcGN-56-3-aR-RYGH8G6sVnuYkirAzpY4dDu8IA,426
17
17
  odoo/addons/web_widget_remote_measure/static/description/icon.png,sha256=O9NGHv3egMV4Z7wp_y1yxXS9BmUi7AiGAleQTwMkuRo,9652
18
- odoo/addons/web_widget_remote_measure/static/description/index.html,sha256=83NekjoTE6pDfkTogYiPxkAeCcAlDvGaYuYZ_WVkI38,15171
18
+ odoo/addons/web_widget_remote_measure/static/description/index.html,sha256=81BGptjKFuZWv6s6FN6Ko8tVUhqKOYuP32_mRHqvvJ4,15171
19
19
  odoo/addons/web_widget_remote_measure/static/src/js/remote_measure_device_kanban_widget.esm.js,sha256=vw2rHAKmv8F7V3AKVydkN01yNW4_b_uhO0O-GgUWlzI,1119
20
- odoo/addons/web_widget_remote_measure/static/src/js/remote_measure_widget.esm.js,sha256=lhfnc1tN9A8P-INJUT8wNDd8kgtHXraZjyqNj6oOBCw,15389
20
+ odoo/addons/web_widget_remote_measure/static/src/js/remote_measure_widget.esm.js,sha256=btbxBKiu65prtRhMw6Mqh3jMBnKoY70RAwzltaqqBXw,15431
21
21
  odoo/addons/web_widget_remote_measure/static/src/scss/remote_measure_widget.scss,sha256=khdgvWe-uCaz6mXOTrO3-3sMhU8AJkCNA-8-EqaHhqM,643
22
22
  odoo/addons/web_widget_remote_measure/static/src/xml/measure_device_status.xml,sha256=ZiDIjjUC_6OmMCt5CuZjivQQ5GbXw9k63eNlYmCez7E,461
23
23
  odoo/addons/web_widget_remote_measure/views/remote_measure_device_views.xml,sha256=TjVLvhedTtSub_UCSmTeZEkxFksRXcUBA7lh2pQf72k,4212
24
24
  odoo/addons/web_widget_remote_measure/views/res_users_views.xml,sha256=hTncZ9RfMn9nHlDe72msIUP8cnRAt2j1-7-bDkwKIek,1178
25
- odoo_addon_web_widget_remote_measure-15.0.1.0.1.dist-info/METADATA,sha256=OnbLGQsR-j0DzS7pi9DtcrNErnIMXqHYOPRxvjCfbi0,5219
26
- odoo_addon_web_widget_remote_measure-15.0.1.0.1.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
27
- odoo_addon_web_widget_remote_measure-15.0.1.0.1.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
28
- odoo_addon_web_widget_remote_measure-15.0.1.0.1.dist-info/RECORD,,
25
+ odoo_addon_web_widget_remote_measure-15.0.1.0.2.dist-info/METADATA,sha256=d2Hv_P8-6l8Q5KqpRWtF7NqbAiEJXq5VctbzCuarJUo,5218
26
+ odoo_addon_web_widget_remote_measure-15.0.1.0.2.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
27
+ odoo_addon_web_widget_remote_measure-15.0.1.0.2.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
28
+ odoo_addon_web_widget_remote_measure-15.0.1.0.2.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.43.0)
2
+ Generator: bdist_wheel (0.45.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5