odoo-addon-web-widget-remote-measure 15.0.1.1.2__py3-none-any.whl → 15.0.1.1.3__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,7 +11,7 @@ Remote Measure Devices Input
11
11
  !! This file is generated by oca-gen-addon-readme !!
12
12
  !! changes will be overwritten. !!
13
13
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14
- !! source digest: sha256:2b1bcd96a246f155a5a2f66e66509d1b0deb36f82c4e2a998eba51d95a786b96
14
+ !! source digest: sha256:e55b5dbdbc9e4596043e43619962f502aa3b7598ea3803bb9ba4c4ec39cba9eb
15
15
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
16
16
 
17
17
  .. |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.1.2",
6
+ "version": "15.0.1.1.3",
7
7
  "author": "Tecnativa, Odoo Community Association (OCA)",
8
8
  "website": "https://github.com/OCA/stock-weighing",
9
9
  "maintainers": ["chienandalu"],
@@ -372,7 +372,7 @@ 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:2b1bcd96a246f155a5a2f66e66509d1b0deb36f82c4e2a998eba51d95a786b96
375
+ !! source digest: sha256:e55b5dbdbc9e4596043e43619962f502aa3b7598ea3803bb9ba4c4ec39cba9eb
376
376
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
377
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/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>
378
378
  <p>This module allows to input data from remote devices in your network. Currently, only
@@ -465,9 +465,11 @@ export const RemoteMeasure = FieldFloat.extend(RemoteMeasureMixin, {
465
465
  */
466
466
  start() {
467
467
  this._super(...arguments).then(() => {
468
- setTimeout(() => {
469
- selectInputWhenVisible(this.$input);
470
- }, 0);
468
+ if (this.$input) {
469
+ setTimeout(() => {
470
+ selectInputWhenVisible(this.$input);
471
+ }, 0);
472
+ }
471
473
  if (this.remote_device_data && this.remote_device_data.instant_read) {
472
474
  this.measure();
473
475
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-web_widget_remote_measure
3
- Version: 15.0.1.1.2
3
+ Version: 15.0.1.1.3
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)
@@ -26,7 +26,7 @@ Remote Measure Devices Input
26
26
  !! This file is generated by oca-gen-addon-readme !!
27
27
  !! changes will be overwritten. !!
28
28
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
29
- !! source digest: sha256:2b1bcd96a246f155a5a2f66e66509d1b0deb36f82c4e2a998eba51d95a786b96
29
+ !! source digest: sha256:e55b5dbdbc9e4596043e43619962f502aa3b7598ea3803bb9ba4c4ec39cba9eb
30
30
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
31
31
 
32
32
  .. |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=pJU3_s3bDL4fztGcn7Hlmri3-N-jR416XHWdxUX3x3g,5127
1
+ odoo/addons/web_widget_remote_measure/README.rst,sha256=_33HirLf5YtuDA4NrDAMla8lN8xEc6b0x8RG64ecZKc,5127
2
2
  odoo/addons/web_widget_remote_measure/__init__.py,sha256=jQ-fltIs1ohXt7udDkkJwzh7ckauQW2rbmv1Wtg3SjQ,47
3
- odoo/addons/web_widget_remote_measure/__manifest__.py,sha256=Co1OoTiCiUcIOrtsieXuxdFPYtLxcC9T8i84FnQhDJ8,935
3
+ odoo/addons/web_widget_remote_measure/__manifest__.py,sha256=knY2LK9nzeA_6h2uNFwNCw4s2UBz4hJOeNGZA2-_Mg0,935
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=kRExBvXqKLl-OsldqqfXEvO3DsxlhVJsdUEzhTPXwm8,11634
@@ -16,16 +16,16 @@ odoo/addons/web_widget_remote_measure/readme/USAGE.rst,sha256=z2p53R2-gi5mY3lTvX
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/security/security.xml,sha256=1lW2jowKe0fu9fRj-dPZt0-2q70c4VQKxBBHSAzE7L0,264
18
18
  odoo/addons/web_widget_remote_measure/static/description/icon.png,sha256=O9NGHv3egMV4Z7wp_y1yxXS9BmUi7AiGAleQTwMkuRo,9652
19
- odoo/addons/web_widget_remote_measure/static/description/index.html,sha256=7kq74tYb4uiIr9hv0-rSpvMKPIK4U20VvHYRjdLk5-8,15706
19
+ odoo/addons/web_widget_remote_measure/static/description/index.html,sha256=NxIOdKzaEGl1AQMToOvE3NNURG6wiRLC7Za4bwCBqRw,15706
20
20
  odoo/addons/web_widget_remote_measure/static/src/js/remote_measure_device_kanban_widget.esm.js,sha256=vw2rHAKmv8F7V3AKVydkN01yNW4_b_uhO0O-GgUWlzI,1119
21
- odoo/addons/web_widget_remote_measure/static/src/js/remote_measure_widget.esm.js,sha256=jqBGwq32kr0-m_f1eg87YqTq1xUtF1oiRR-MYH8brBw,16690
21
+ odoo/addons/web_widget_remote_measure/static/src/js/remote_measure_widget.esm.js,sha256=PdPlxxTlwSMHtNBmw-cqnEsyrse0ILYkszYIm8UyZXA,16747
22
22
  odoo/addons/web_widget_remote_measure/static/src/js/systray_device_selector.esm.js,sha256=GeAoxLPc8u6Kgx7kdb34fWa3il5uyxFnroD5q5hfRi4,1372
23
23
  odoo/addons/web_widget_remote_measure/static/src/scss/remote_measure_widget.scss,sha256=khdgvWe-uCaz6mXOTrO3-3sMhU8AJkCNA-8-EqaHhqM,643
24
24
  odoo/addons/web_widget_remote_measure/static/src/xml/measure_device_status.xml,sha256=ZiDIjjUC_6OmMCt5CuZjivQQ5GbXw9k63eNlYmCez7E,461
25
25
  odoo/addons/web_widget_remote_measure/static/src/xml/systray_device_selector.xml,sha256=LZIlsnhgzCDFnZRtTZc2okAPQC4qoxoe0Khi1oDzU_c,692
26
26
  odoo/addons/web_widget_remote_measure/views/remote_measure_device_views.xml,sha256=pyIEp4WqR9hmfA5fXtsNYb78f5VFpiGVG7fBZxwjkjU,4630
27
27
  odoo/addons/web_widget_remote_measure/views/res_users_views.xml,sha256=QqvjaLWw1eEWJc8nShScpi-OcPeg7QV8OoqVnEOgJWY,2315
28
- odoo_addon_web_widget_remote_measure-15.0.1.1.2.dist-info/METADATA,sha256=l5JE7lDZk_B7WZqXj4M6ehUqg-TYWHqkkhqKZigTe5g,5681
29
- odoo_addon_web_widget_remote_measure-15.0.1.1.2.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
30
- odoo_addon_web_widget_remote_measure-15.0.1.1.2.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
31
- odoo_addon_web_widget_remote_measure-15.0.1.1.2.dist-info/RECORD,,
28
+ odoo_addon_web_widget_remote_measure-15.0.1.1.3.dist-info/METADATA,sha256=SMe8nZw-_naBt9THhhjIH62HmhdR-TQ4-RqKVUjyl4U,5681
29
+ odoo_addon_web_widget_remote_measure-15.0.1.1.3.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
30
+ odoo_addon_web_widget_remote_measure-15.0.1.1.3.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
31
+ odoo_addon_web_widget_remote_measure-15.0.1.1.3.dist-info/RECORD,,