odoo-addon-web-widget-remote-measure 15.0.1.0.0.8__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:044f11b0ae08030a422670bc0684b5bb977f5f91298ed1c79fdd184ec2f59bf5
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.0",
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"],
@@ -8,10 +8,11 @@
8
8
 
9
9
  /*
10
10
  :Author: David Goodger (goodger@python.org)
11
- :Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
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
17
  See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
17
18
  customize this style sheet.
@@ -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: grey; } /* line numbers */
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 {
@@ -366,7 +367,7 @@ ul.auto-toc {
366
367
  !! This file is generated by oca-gen-addon-readme !!
367
368
  !! changes will be overwritten. !!
368
369
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369
- !! source digest: sha256:044f11b0ae08030a422670bc0684b5bb977f5f91298ed1c79fdd184ec2f59bf5
370
+ !! source digest: sha256:947c08904b276f1db43482e3182d705fd5e488c5138e4522d04c653e1993d4af
370
371
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
371
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>
372
373
  <p>This module allows to input data from remote devices in your network. Currently, only
@@ -456,7 +457,9 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
456
457
  <div class="section" id="maintainers">
457
458
  <h2><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h2>
458
459
  <p>This module is maintained by the OCA.</p>
459
- <a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
460
+ <a class="reference external image-reference" href="https://odoo-community.org">
461
+ <img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
462
+ </a>
460
463
  <p>OCA, or the Odoo Community Association, is a nonprofit organization whose
461
464
  mission is to support the collaborative development of Odoo features and
462
465
  promote its widespread use.</p>
@@ -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");
@@ -435,7 +436,7 @@ export const RemoteMeasure = FieldFloat.extend(RemoteMeasureMixin, {
435
436
  */
436
437
  start() {
437
438
  this._super(...arguments).then(() => {
438
- if (this.remote_device_data.instant_read) {
439
+ if (this.remote_device_data && this.remote_device_data.instant_read) {
439
440
  this.measure();
440
441
  }
441
442
  });
@@ -1,18 +1,17 @@
1
1
  Metadata-Version: 2.1
2
- Name: odoo-addon-web-widget-remote-measure
3
- Version: 15.0.1.0.0.8
2
+ Name: odoo-addon-web_widget_remote_measure
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)
7
7
  Author-email: support@odoo-community.org
8
8
  License: AGPL-3
9
- Platform: UNKNOWN
10
9
  Classifier: Programming Language :: Python
11
10
  Classifier: Framework :: Odoo
12
11
  Classifier: Framework :: Odoo :: 15.0
13
12
  Classifier: License :: OSI Approved :: GNU Affero General Public License v3
14
13
  Requires-Python: >=3.8
15
- Requires-Dist: odoo <15.1dev,>=15.0a
14
+ Requires-Dist: odoo<15.1dev,>=15.0a
16
15
 
17
16
  ============================
18
17
  Remote Measure Devices Input
@@ -23,7 +22,7 @@ Remote Measure Devices Input
23
22
  !! This file is generated by oca-gen-addon-readme !!
24
23
  !! changes will be overwritten. !!
25
24
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
26
- !! source digest: sha256:044f11b0ae08030a422670bc0684b5bb977f5f91298ed1c79fdd184ec2f59bf5
25
+ !! source digest: sha256:947c08904b276f1db43482e3182d705fd5e488c5138e4522d04c653e1993d4af
27
26
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
28
27
 
29
28
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -147,5 +146,3 @@ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
147
146
  This module is part of the `OCA/stock-weighing <https://github.com/OCA/stock-weighing/tree/15.0/web_widget_remote_measure>`_ project on GitHub.
148
147
 
149
148
  You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
150
-
151
-
@@ -1,6 +1,6 @@
1
- odoo/addons/web_widget_remote_measure/README.rst,sha256=AsyTvZtu09aJP4GDBv9EewMB7d7JlmYtruT8UgHILx0,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=cr-GOHEAo4aNOJb0F6cfMW5uEW0os41lB456pdNXq6U,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=eG76yrTei_sTpDI4JhB92NC7w-mIiOfNdpEV9Ubj088,15088
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=pX5utejQ1_7tT4OjsmHuSyKnRuAGGNXmFcYPhi2XXlM,15362
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.0.8.dist-info/METADATA,sha256=FTbilNVqUjTszp3whT1iZy-DUpE7bWMh1vi5_maJqe4,5241
26
- odoo_addon_web_widget_remote_measure-15.0.1.0.0.8.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
27
- odoo_addon_web_widget_remote_measure-15.0.1.0.0.8.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
28
- odoo_addon_web_widget_remote_measure-15.0.1.0.0.8.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