odoo-addon-web-widget-remote-measure 15.0.1.0.3.1__py3-none-any.whl → 15.0.1.1.0__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_widget_remote_measure/README.rst +8 -1
- odoo/addons/web_widget_remote_measure/__manifest__.py +2 -1
- odoo/addons/web_widget_remote_measure/i18n/web_widget_remote_measure.pot +28 -0
- odoo/addons/web_widget_remote_measure/models/res_users.py +5 -0
- odoo/addons/web_widget_remote_measure/readme/CONFIGURE.rst +3 -0
- odoo/addons/web_widget_remote_measure/readme/CONTRIBUTORS.rst +1 -0
- odoo/addons/web_widget_remote_measure/readme/USAGE.rst +3 -0
- odoo/addons/web_widget_remote_measure/security/security.xml +7 -0
- odoo/addons/web_widget_remote_measure/static/description/index.html +6 -1
- odoo/addons/web_widget_remote_measure/static/src/js/systray_device_selector.esm.js +48 -0
- odoo/addons/web_widget_remote_measure/static/src/xml/systray_device_selector.xml +21 -0
- odoo/addons/web_widget_remote_measure/views/remote_measure_device_views.xml +1 -1
- odoo/addons/web_widget_remote_measure/views/res_users_views.xml +25 -0
- {odoo_addon_web_widget_remote_measure-15.0.1.0.3.1.dist-info → odoo_addon_web_widget_remote_measure-15.0.1.1.0.dist-info}/METADATA +9 -2
- {odoo_addon_web_widget_remote_measure-15.0.1.0.3.1.dist-info → odoo_addon_web_widget_remote_measure-15.0.1.1.0.dist-info}/RECORD +17 -14
- {odoo_addon_web_widget_remote_measure-15.0.1.0.3.1.dist-info → odoo_addon_web_widget_remote_measure-15.0.1.1.0.dist-info}/WHEEL +0 -0
- {odoo_addon_web_widget_remote_measure-15.0.1.0.3.1.dist-info → odoo_addon_web_widget_remote_measure-15.0.1.1.0.dist-info}/top_level.txt +0 -0
@@ -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:
|
10
|
+
!! source digest: sha256:e90b90010e6a00f6e63bc471ba0342f0ed21608944d223276fffcf69e5e102d6
|
11
11
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
12
12
|
|
13
13
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
@@ -48,6 +48,9 @@ To configure your remote devices:
|
|
48
48
|
#. Create a new one configuring the required info.
|
49
49
|
#. If the devices has an special port, set it up in the host data: e.g.: 10.1.1.2:3210
|
50
50
|
|
51
|
+
If you want to see the button in the top bar to set the user's remote device, you need
|
52
|
+
to have the "Show remote device button on navbar" group.
|
53
|
+
|
51
54
|
Usage
|
52
55
|
=====
|
53
56
|
|
@@ -68,6 +71,9 @@ provide an uom field so records that aren't in that UoM don't measure from the d
|
|
68
71
|
|
69
72
|
<field name="float_field" widget="remote_measure" options="{'remote_device_field': 'measure_device_id', 'uom_field': 'uom_id'}" />
|
70
73
|
|
74
|
+
The users are able to change their default remote device by using the button with the
|
75
|
+
balance icon set on the navbar.
|
76
|
+
|
71
77
|
Known issues / Roadmap
|
72
78
|
======================
|
73
79
|
|
@@ -107,6 +113,7 @@ Contributors
|
|
107
113
|
|
108
114
|
* David Vidal
|
109
115
|
* Sergio Teruel
|
116
|
+
* Carlos Roca
|
110
117
|
|
111
118
|
Maintainers
|
112
119
|
~~~~~~~~~~~
|
@@ -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
|
6
|
+
"version": "15.0.1.1.0",
|
7
7
|
"author": "Tecnativa, Odoo Community Association (OCA)",
|
8
8
|
"website": "https://github.com/OCA/stock-weighing",
|
9
9
|
"maintainers": ["chienandalu"],
|
@@ -14,6 +14,7 @@
|
|
14
14
|
"views/remote_measure_device_views.xml",
|
15
15
|
"views/res_users_views.xml",
|
16
16
|
"security/ir.model.access.csv",
|
17
|
+
"security/security.xml",
|
17
18
|
],
|
18
19
|
"assets": {
|
19
20
|
"web.assets_backend": [
|
@@ -29,11 +29,21 @@ msgstr ""
|
|
29
29
|
msgid "Archived"
|
30
30
|
msgstr ""
|
31
31
|
|
32
|
+
#. module: web_widget_remote_measure
|
33
|
+
#: model_terms:ir.ui.view,arch_db:web_widget_remote_measure.view_users_select_remote_measure_form
|
34
|
+
msgid "Cancel"
|
35
|
+
msgstr ""
|
36
|
+
|
32
37
|
#. module: web_widget_remote_measure
|
33
38
|
#: model:ir.model.fields,field_description:web_widget_remote_measure.field_remote_measure_device__uom_category_id
|
34
39
|
msgid "Category"
|
35
40
|
msgstr ""
|
36
41
|
|
42
|
+
#. module: web_widget_remote_measure
|
43
|
+
#: model_terms:ir.ui.view,arch_db:web_widget_remote_measure.view_users_select_remote_measure_form
|
44
|
+
msgid "Confirm"
|
45
|
+
msgstr ""
|
46
|
+
|
37
47
|
#. module: web_widget_remote_measure
|
38
48
|
#: model:ir.model.fields,field_description:web_widget_remote_measure.field_remote_measure_device__connection_mode
|
39
49
|
msgid "Connection Mode"
|
@@ -212,6 +222,24 @@ msgstr ""
|
|
212
222
|
msgid "Scale F501"
|
213
223
|
msgstr ""
|
214
224
|
|
225
|
+
#. module: web_widget_remote_measure
|
226
|
+
#: model:ir.actions.act_window,name:web_widget_remote_measure.action_user_remote_device_selector
|
227
|
+
msgid "Select remote measure device"
|
228
|
+
msgstr ""
|
229
|
+
|
230
|
+
#. module: web_widget_remote_measure
|
231
|
+
#. openerp-web
|
232
|
+
#: code:addons/web_widget_remote_measure/static/src/xml/systray_device_selector.xml:0
|
233
|
+
#: code:addons/web_widget_remote_measure/static/src/xml/systray_device_selector.xml:0
|
234
|
+
#, python-format
|
235
|
+
msgid "Select user remote device"
|
236
|
+
msgstr ""
|
237
|
+
|
238
|
+
#. module: web_widget_remote_measure
|
239
|
+
#: model:res.groups,name:web_widget_remote_measure.remote_device_button_group
|
240
|
+
msgid "Show remote device button on navbar"
|
241
|
+
msgstr ""
|
242
|
+
|
215
243
|
#. module: web_widget_remote_measure
|
216
244
|
#: code:addons/web_widget_remote_measure/models/remote_measure_device.py:0
|
217
245
|
#, python-format
|
@@ -3,3 +3,6 @@ To configure your remote devices:
|
|
3
3
|
#. Go to *Settings > Technical > Devices > Remote devices*
|
4
4
|
#. Create a new one configuring the required info.
|
5
5
|
#. If the devices has an special port, set it up in the host data: e.g.: 10.1.1.2:3210
|
6
|
+
|
7
|
+
If you want to see the button in the top bar to set the user's remote device, you need
|
8
|
+
to have the "Show remote device button on navbar" group.
|
@@ -14,3 +14,6 @@ provide an uom field so records that aren't in that UoM don't measure from the d
|
|
14
14
|
.. code:: xml
|
15
15
|
|
16
16
|
<field name="float_field" widget="remote_measure" options="{'remote_device_field': 'measure_device_id', 'uom_field': 'uom_id'}" />
|
17
|
+
|
18
|
+
The users are able to change their default remote device by using the button with the
|
19
|
+
balance icon set on the navbar.
|
@@ -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:
|
370
|
+
!! source digest: sha256:e90b90010e6a00f6e63bc471ba0342f0ed21608944d223276fffcf69e5e102d6
|
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&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
|
@@ -397,6 +397,8 @@ Webservices.</p>
|
|
397
397
|
<li>Create a new one configuring the required info.</li>
|
398
398
|
<li>If the devices has an special port, set it up in the host data: e.g.: 10.1.1.2:3210</li>
|
399
399
|
</ol>
|
400
|
+
<p>If you want to see the button in the top bar to set the user’s remote device, you need
|
401
|
+
to have the “Show remote device button on navbar” group.</p>
|
400
402
|
</div>
|
401
403
|
<div class="section" id="usage">
|
402
404
|
<h1><a class="toc-backref" href="#toc-entry-2">Usage</a></h1>
|
@@ -414,6 +416,8 @@ provide an uom field so records that aren’t in that UoM don’t measure from t
|
|
414
416
|
<pre class="code xml literal-block">
|
415
417
|
<span class="nt"><field</span><span class="w"> </span><span class="na">name=</span><span class="s">"float_field"</span><span class="w"> </span><span class="na">widget=</span><span class="s">"remote_measure"</span><span class="w"> </span><span class="na">options=</span><span class="s">"{'remote_device_field': 'measure_device_id', 'uom_field': 'uom_id'}"</span><span class="w"> </span><span class="nt">/></span>
|
416
418
|
</pre>
|
419
|
+
<p>The users are able to change their default remote device by using the button with the
|
420
|
+
balance icon set on the navbar.</p>
|
417
421
|
</div>
|
418
422
|
<div class="section" id="known-issues-roadmap">
|
419
423
|
<h1><a class="toc-backref" href="#toc-entry-3">Known issues / Roadmap</a></h1>
|
@@ -451,6 +455,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|
451
455
|
<li><a class="reference external" href="https://www.tecnativa.com">Tecnativa</a>:<ul>
|
452
456
|
<li>David Vidal</li>
|
453
457
|
<li>Sergio Teruel</li>
|
458
|
+
<li>Carlos Roca</li>
|
454
459
|
</ul>
|
455
460
|
</li>
|
456
461
|
</ul>
|
@@ -0,0 +1,48 @@
|
|
1
|
+
/* @odoo-module */
|
2
|
+
/* Copyright 2025 Tecnativa - Carlos Roca
|
3
|
+
* License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). */
|
4
|
+
import {registry} from "@web/core/registry";
|
5
|
+
import {useService} from "@web/core/utils/hooks";
|
6
|
+
const {onWillStart} = owl.hooks;
|
7
|
+
const {Component} = owl;
|
8
|
+
|
9
|
+
export class SelectRemoteDeviceMenu extends Component {
|
10
|
+
setup() {
|
11
|
+
this.action = useService("action");
|
12
|
+
this.user = useService("user");
|
13
|
+
onWillStart(async () => {
|
14
|
+
this.isRemoteDeviceUser = await this.user.hasGroup(
|
15
|
+
"web_widget_remote_measure.remote_device_button_group"
|
16
|
+
);
|
17
|
+
});
|
18
|
+
}
|
19
|
+
|
20
|
+
/**
|
21
|
+
* Go to user init action when clicking it
|
22
|
+
* @private
|
23
|
+
*/
|
24
|
+
async onClickSelectRemoteDevice() {
|
25
|
+
const action = await this.action.loadAction(
|
26
|
+
"web_widget_remote_measure.action_user_remote_device_selector"
|
27
|
+
);
|
28
|
+
action.res_id = this.user.userId;
|
29
|
+
this.action.doAction(action);
|
30
|
+
}
|
31
|
+
}
|
32
|
+
|
33
|
+
SelectRemoteDeviceMenu.template =
|
34
|
+
"web_widget_remote_measure.RemoteDeviceSelectorButton";
|
35
|
+
|
36
|
+
export const systrayRemoteDeviceSelector = {
|
37
|
+
Component: SelectRemoteDeviceMenu,
|
38
|
+
};
|
39
|
+
|
40
|
+
registry
|
41
|
+
.category("systray")
|
42
|
+
.add(
|
43
|
+
"web_widget_remote_measure.remote_device_selector_button",
|
44
|
+
systrayRemoteDeviceSelector,
|
45
|
+
{
|
46
|
+
sequence: 100,
|
47
|
+
}
|
48
|
+
);
|
@@ -0,0 +1,21 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" ?>
|
2
|
+
<templates>
|
3
|
+
<t t-name="web_widget_remote_measure.RemoteDeviceSelectorButton" owl="1">
|
4
|
+
<div class="div_remote_device_selector">
|
5
|
+
<a
|
6
|
+
name="remote_device_selector"
|
7
|
+
title="Select user remote device"
|
8
|
+
href="#"
|
9
|
+
role="button"
|
10
|
+
t-on-click="onClickSelectRemoteDevice"
|
11
|
+
t-if="isRemoteDeviceUser"
|
12
|
+
>
|
13
|
+
<i
|
14
|
+
class="fa fa-lg fa-balance-scale"
|
15
|
+
role="img"
|
16
|
+
aria-label="Select user remote device"
|
17
|
+
/>
|
18
|
+
</a>
|
19
|
+
</div>
|
20
|
+
</t>
|
21
|
+
</templates>
|
@@ -28,4 +28,29 @@
|
|
28
28
|
</group>
|
29
29
|
</field>
|
30
30
|
</record>
|
31
|
+
<record id="view_users_select_remote_measure_form" model="ir.ui.view">
|
32
|
+
<field name="name">res.users.select.remote.measure.device</field>
|
33
|
+
<field name="model">res.users</field>
|
34
|
+
<field name="arch" type="xml">
|
35
|
+
<form>
|
36
|
+
<field name="remote_measure_device_id" widget="selection_badge" />
|
37
|
+
<footer>
|
38
|
+
<button
|
39
|
+
type="object"
|
40
|
+
name="action_close_remote_device_wizard"
|
41
|
+
string="Confirm"
|
42
|
+
class="btn-primary"
|
43
|
+
/>
|
44
|
+
<button string="Cancel" class="btn-secondary" special="cancel" />
|
45
|
+
</footer>
|
46
|
+
</form>
|
47
|
+
</field>
|
48
|
+
</record>
|
49
|
+
<record model="ir.actions.act_window" id="action_user_remote_device_selector">
|
50
|
+
<field name="name">Select remote measure device</field>
|
51
|
+
<field name="res_model">res.users</field>
|
52
|
+
<field name="view_mode">form</field>
|
53
|
+
<field name="view_id" ref="view_users_select_remote_measure_form" />
|
54
|
+
<field name="target">new</field>
|
55
|
+
</record>
|
31
56
|
</odoo>
|
@@ -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
|
3
|
+
Version: 15.0.1.1.0
|
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)
|
@@ -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:
|
25
|
+
!! source digest: sha256:e90b90010e6a00f6e63bc471ba0342f0ed21608944d223276fffcf69e5e102d6
|
26
26
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
27
27
|
|
28
28
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
@@ -63,6 +63,9 @@ To configure your remote devices:
|
|
63
63
|
#. Create a new one configuring the required info.
|
64
64
|
#. If the devices has an special port, set it up in the host data: e.g.: 10.1.1.2:3210
|
65
65
|
|
66
|
+
If you want to see the button in the top bar to set the user's remote device, you need
|
67
|
+
to have the "Show remote device button on navbar" group.
|
68
|
+
|
66
69
|
Usage
|
67
70
|
=====
|
68
71
|
|
@@ -83,6 +86,9 @@ provide an uom field so records that aren't in that UoM don't measure from the d
|
|
83
86
|
|
84
87
|
<field name="float_field" widget="remote_measure" options="{'remote_device_field': 'measure_device_id', 'uom_field': 'uom_id'}" />
|
85
88
|
|
89
|
+
The users are able to change their default remote device by using the button with the
|
90
|
+
balance icon set on the navbar.
|
91
|
+
|
86
92
|
Known issues / Roadmap
|
87
93
|
======================
|
88
94
|
|
@@ -122,6 +128,7 @@ Contributors
|
|
122
128
|
|
123
129
|
* David Vidal
|
124
130
|
* Sergio Teruel
|
131
|
+
* Carlos Roca
|
125
132
|
|
126
133
|
Maintainers
|
127
134
|
~~~~~~~~~~~
|
@@ -1,28 +1,31 @@
|
|
1
|
-
odoo/addons/web_widget_remote_measure/README.rst,sha256=
|
1
|
+
odoo/addons/web_widget_remote_measure/README.rst,sha256=XkGL88YGhwbemju9-3F4UNsxfDQo109d4G2_3TFli5A,4962
|
2
2
|
odoo/addons/web_widget_remote_measure/__init__.py,sha256=jQ-fltIs1ohXt7udDkkJwzh7ckauQW2rbmv1Wtg3SjQ,47
|
3
|
-
odoo/addons/web_widget_remote_measure/__manifest__.py,sha256=
|
3
|
+
odoo/addons/web_widget_remote_measure/__manifest__.py,sha256=w4x2WLp1ztqs3gOD62UyHB5BUVDfo8DUXakAJIOlINo,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=SUqLnrlp5NmoyN35ahPgaFe317mF12zNxQyI-mX1Ge4,10180
|
7
|
-
odoo/addons/web_widget_remote_measure/i18n/web_widget_remote_measure.pot,sha256=
|
7
|
+
odoo/addons/web_widget_remote_measure/i18n/web_widget_remote_measure.pot,sha256=KxGwpx8coIWOz2BxEXZZ3C4wVg2BJJdUDQJVkFbLEAs,10054
|
8
8
|
odoo/addons/web_widget_remote_measure/models/__init__.py,sha256=J_ouBD3wdPWoRA5-ZLkwygexPIblJEq2FymqQkO9ez8,60
|
9
9
|
odoo/addons/web_widget_remote_measure/models/remote_measure_device.py,sha256=btbPQiNQ8Su7pKEOVzMt8hmMWaZDvRJepvijSv9FH3c,2695
|
10
|
-
odoo/addons/web_widget_remote_measure/models/res_users.py,sha256=
|
11
|
-
odoo/addons/web_widget_remote_measure/readme/CONFIGURE.rst,sha256=
|
12
|
-
odoo/addons/web_widget_remote_measure/readme/CONTRIBUTORS.rst,sha256=
|
10
|
+
odoo/addons/web_widget_remote_measure/models/res_users.py,sha256=EBbwk30Jzd_lFSsUT3ciwfP_lFWlD8kD9uZYVXrTvnk,485
|
11
|
+
odoo/addons/web_widget_remote_measure/readme/CONFIGURE.rst,sha256=4ZndrZNCFSSTNyNiRbvVUGXBRyUxEHfld7hlmq66iXc,377
|
12
|
+
odoo/addons/web_widget_remote_measure/readme/CONTRIBUTORS.rst,sha256=CsagrKWiP3dFqMxkMX1CjG1YBQmJt5Bc4CtU1UoRK9Q,95
|
13
13
|
odoo/addons/web_widget_remote_measure/readme/DESCRIPTION.rst,sha256=0ZoY5qczzhDfXvpyx5OUOBLsQFHA_dRIwu8qSFeUu1c,241
|
14
14
|
odoo/addons/web_widget_remote_measure/readme/ROADMAP.rst,sha256=Z0aICtUk3GUOPY5NVUo4TRyWbtmVHRfzJZrVvFzvBb8,251
|
15
|
-
odoo/addons/web_widget_remote_measure/readme/USAGE.rst,sha256=
|
15
|
+
odoo/addons/web_widget_remote_measure/readme/USAGE.rst,sha256=z2p53R2-gi5mY3lTvXmFlslFIItzvrERwqkui7tWdjg,845
|
16
16
|
odoo/addons/web_widget_remote_measure/security/ir.model.access.csv,sha256=3bwXFcGN-56-3-aR-RYGH8G6sVnuYkirAzpY4dDu8IA,426
|
17
|
+
odoo/addons/web_widget_remote_measure/security/security.xml,sha256=1lW2jowKe0fu9fRj-dPZt0-2q70c4VQKxBBHSAzE7L0,264
|
17
18
|
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=
|
19
|
+
odoo/addons/web_widget_remote_measure/static/description/index.html,sha256=1ijKHvVxb-9jm3mef3nm1GE7QTP36hUR3vybeh-izL4,15497
|
19
20
|
odoo/addons/web_widget_remote_measure/static/src/js/remote_measure_device_kanban_widget.esm.js,sha256=vw2rHAKmv8F7V3AKVydkN01yNW4_b_uhO0O-GgUWlzI,1119
|
20
21
|
odoo/addons/web_widget_remote_measure/static/src/js/remote_measure_widget.esm.js,sha256=btbxBKiu65prtRhMw6Mqh3jMBnKoY70RAwzltaqqBXw,15431
|
22
|
+
odoo/addons/web_widget_remote_measure/static/src/js/systray_device_selector.esm.js,sha256=GeAoxLPc8u6Kgx7kdb34fWa3il5uyxFnroD5q5hfRi4,1372
|
21
23
|
odoo/addons/web_widget_remote_measure/static/src/scss/remote_measure_widget.scss,sha256=khdgvWe-uCaz6mXOTrO3-3sMhU8AJkCNA-8-EqaHhqM,643
|
22
24
|
odoo/addons/web_widget_remote_measure/static/src/xml/measure_device_status.xml,sha256=ZiDIjjUC_6OmMCt5CuZjivQQ5GbXw9k63eNlYmCez7E,461
|
23
|
-
odoo/addons/web_widget_remote_measure/
|
24
|
-
odoo/addons/web_widget_remote_measure/views/
|
25
|
-
|
26
|
-
odoo_addon_web_widget_remote_measure-15.0.1.0.
|
27
|
-
odoo_addon_web_widget_remote_measure-15.0.1.0.
|
28
|
-
odoo_addon_web_widget_remote_measure-15.0.1.0.
|
25
|
+
odoo/addons/web_widget_remote_measure/static/src/xml/systray_device_selector.xml,sha256=LZIlsnhgzCDFnZRtTZc2okAPQC4qoxoe0Khi1oDzU_c,692
|
26
|
+
odoo/addons/web_widget_remote_measure/views/remote_measure_device_views.xml,sha256=pyIEp4WqR9hmfA5fXtsNYb78f5VFpiGVG7fBZxwjkjU,4630
|
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.0.dist-info/METADATA,sha256=k3Pb5GyVFRj0-Do68UkufP98cufOe8g-MZkf1SmjzCQ,5516
|
29
|
+
odoo_addon_web_widget_remote_measure-15.0.1.1.0.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
30
|
+
odoo_addon_web_widget_remote_measure-15.0.1.1.0.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
|
31
|
+
odoo_addon_web_widget_remote_measure-15.0.1.1.0.dist-info/RECORD,,
|
File without changes
|