odoo-addon-shopfloor-mobile 16.0.1.1.0__py3-none-any.whl → 16.0.1.2.0.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.
Potentially problematic release.
This version of odoo-addon-shopfloor-mobile might be problematic. Click here for more details.
- odoo/addons/shopfloor_mobile/README.rst +1 -1
- odoo/addons/shopfloor_mobile/__manifest__.py +1 -1
- odoo/addons/shopfloor_mobile/i18n/de.po +14 -0
- odoo/addons/shopfloor_mobile/static/description/index.html +8 -5
- odoo/addons/shopfloor_mobile/static/wms/src/wms_utils.js +5 -1
- {odoo_addon_shopfloor_mobile-16.0.1.1.0.dist-info → odoo_addon_shopfloor_mobile-16.0.1.2.0.1.dist-info}/METADATA +3 -6
- {odoo_addon_shopfloor_mobile-16.0.1.1.0.dist-info → odoo_addon_shopfloor_mobile-16.0.1.2.0.1.dist-info}/RECORD +9 -8
- {odoo_addon_shopfloor_mobile-16.0.1.1.0.dist-info → odoo_addon_shopfloor_mobile-16.0.1.2.0.1.dist-info}/WHEEL +0 -0
- {odoo_addon_shopfloor_mobile-16.0.1.1.0.dist-info → odoo_addon_shopfloor_mobile-16.0.1.2.0.1.dist-info}/top_level.txt +0 -0
|
@@ -7,7 +7,7 @@ Shopfloor mobile
|
|
|
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:ccbfd9e7be0e25796560e2c0ba182a1bbacd8fd54a33168d060455fc705f6129
|
|
11
11
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
12
12
|
|
|
13
13
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
{
|
|
6
6
|
"name": "Shopfloor mobile",
|
|
7
7
|
"summary": "Mobile frontend for WMS Shopfloor app",
|
|
8
|
-
"version": "16.0.1.
|
|
8
|
+
"version": "16.0.1.2.0",
|
|
9
9
|
"depends": ["shopfloor", "shopfloor_mobile_base"],
|
|
10
10
|
"author": "Camptocamp, BCIM, Akretion, Odoo Community Association (OCA)",
|
|
11
11
|
"maintainers": ["simahawk"],
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# Translation of Odoo Server.
|
|
2
|
+
# This file contains the translation of the following modules:
|
|
3
|
+
#
|
|
4
|
+
msgid ""
|
|
5
|
+
msgstr ""
|
|
6
|
+
"Project-Id-Version: Odoo Server 16.0\n"
|
|
7
|
+
"Report-Msgid-Bugs-To: \n"
|
|
8
|
+
"Last-Translator: Automatically generated\n"
|
|
9
|
+
"Language-Team: none\n"
|
|
10
|
+
"Language: de\n"
|
|
11
|
+
"MIME-Version: 1.0\n"
|
|
12
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
13
|
+
"Content-Transfer-Encoding: \n"
|
|
14
|
+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
@@ -8,10 +8,11 @@
|
|
|
8
8
|
|
|
9
9
|
/*
|
|
10
10
|
:Author: David Goodger (goodger@python.org)
|
|
11
|
-
:Id: $Id: html4css1.css
|
|
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:
|
|
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:
|
|
370
|
+
!! source digest: sha256:ccbfd9e7be0e25796560e2c0ba182a1bbacd8fd54a33168d060455fc705f6129
|
|
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/wms/tree/16.0/shopfloor_mobile"><img alt="OCA/wms" src="https://img.shields.io/badge/github-OCA%2Fwms-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/wms-16-0/wms-16-0-shopfloor_mobile"><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/wms&target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
|
372
373
|
<p>Frontend for Shopfloor app.</p>
|
|
@@ -538,7 +539,9 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|
|
538
539
|
<div class="section" id="maintainers">
|
|
539
540
|
<h1>Maintainers</h1>
|
|
540
541
|
<p>This module is maintained by the OCA.</p>
|
|
541
|
-
<a class="reference external image-reference" href="https://odoo-community.org"
|
|
542
|
+
<a class="reference external image-reference" href="https://odoo-community.org">
|
|
543
|
+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
|
|
544
|
+
</a>
|
|
542
545
|
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
|
|
543
546
|
mission is to support the collaborative development of Odoo features and
|
|
544
547
|
promote its widespread use.</p>
|
|
@@ -304,7 +304,11 @@ export class WMSUtils {
|
|
|
304
304
|
options = _.defaults({}, options, {
|
|
305
305
|
main: true,
|
|
306
306
|
key_title: "product.display_name",
|
|
307
|
-
title_action_field: {
|
|
307
|
+
title_action_field: {
|
|
308
|
+
action_val_path: line.product.barcode
|
|
309
|
+
? "product.barcode"
|
|
310
|
+
: "product.default_code",
|
|
311
|
+
},
|
|
308
312
|
fields_blacklist: [],
|
|
309
313
|
fields_extend_default: true,
|
|
310
314
|
});
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
|
-
Name: odoo-addon-
|
|
3
|
-
Version: 16.0.1.
|
|
2
|
+
Name: odoo-addon-shopfloor_mobile
|
|
3
|
+
Version: 16.0.1.2.0.1
|
|
4
4
|
Summary: Mobile frontend for WMS Shopfloor app
|
|
5
5
|
Home-page: https://github.com/OCA/wms
|
|
6
6
|
Author: Camptocamp, BCIM, Akretion, 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 :: 16.0
|
|
@@ -25,7 +24,7 @@ Shopfloor mobile
|
|
|
25
24
|
!! This file is generated by oca-gen-addon-readme !!
|
|
26
25
|
!! changes will be overwritten. !!
|
|
27
26
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
28
|
-
!! source digest: sha256:
|
|
27
|
+
!! source digest: sha256:ccbfd9e7be0e25796560e2c0ba182a1bbacd8fd54a33168d060455fc705f6129
|
|
29
28
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
30
29
|
|
|
31
30
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
@@ -231,5 +230,3 @@ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
|
|
|
231
230
|
This module is part of the `OCA/wms <https://github.com/OCA/wms/tree/16.0/shopfloor_mobile>`_ project on GitHub.
|
|
232
231
|
|
|
233
232
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
|
234
|
-
|
|
235
|
-
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
odoo/addons/shopfloor_mobile/README.rst,sha256=
|
|
1
|
+
odoo/addons/shopfloor_mobile/README.rst,sha256=_w-tQ-Br8T_Lmd8oqUibvPcSFgHWanKxTHBmYrD3C68,7148
|
|
2
2
|
odoo/addons/shopfloor_mobile/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
-
odoo/addons/shopfloor_mobile/__manifest__.py,sha256=
|
|
3
|
+
odoo/addons/shopfloor_mobile/__manifest__.py,sha256=ElfZcTs6zhTldQdCxHxBIqxjaU2o9pkZmvy84W9R8MM,683
|
|
4
|
+
odoo/addons/shopfloor_mobile/i18n/de.po,sha256=6eRN27NdcMT5a9_rC7t-L1IyssIf4d0sV8XcBlxYETU,411
|
|
4
5
|
odoo/addons/shopfloor_mobile/i18n/es_AR.po,sha256=8mGWCcMew3na_BE6yzC9aGqTSHNwLq_fu1r-JnZnYGE,1149
|
|
5
6
|
odoo/addons/shopfloor_mobile/i18n/it.po,sha256=Fuhk7nf_wDaq10_RJlCCe4xE6u8qKIml2r_4nUJ1O1w,412
|
|
6
7
|
odoo/addons/shopfloor_mobile/i18n/pt_BR.po,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -12,10 +13,10 @@ odoo/addons/shopfloor_mobile/readme/HISTORY.rst,sha256=Ibf54quZVYNg74R-oWzny0XeM
|
|
|
12
13
|
odoo/addons/shopfloor_mobile/readme/ROADMAP.rst,sha256=Nm8uyGJvPQWMQtYwwxt8P4WBuLLpUZjZ_p8eqTrFRbM,1726
|
|
13
14
|
odoo/addons/shopfloor_mobile/readme/USAGE.rst,sha256=5NNHChxhLwFVo4m6XhCaSlagf_bpNaZgsF8oSGSQ2WY,677
|
|
14
15
|
odoo/addons/shopfloor_mobile/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
|
|
15
|
-
odoo/addons/shopfloor_mobile/static/description/index.html,sha256=
|
|
16
|
+
odoo/addons/shopfloor_mobile/static/description/index.html,sha256=p823_-lTxM1YjJpgSt4utH8NCmMY0gqeazs6bGCbm1U,18026
|
|
16
17
|
odoo/addons/shopfloor_mobile/static/wms/.gitignore,sha256=rQCFL3FQm3Lll35BRUETzj1HYlakdld--GvTGLPeHpE,214
|
|
17
18
|
odoo/addons/shopfloor_mobile/static/wms/src/screen.js,sha256=77TQgYSfpnErCuhV9FjQujMFlrKU7EZ6OdeTJnZutV8,1461
|
|
18
|
-
odoo/addons/shopfloor_mobile/static/wms/src/wms_utils.js,sha256
|
|
19
|
+
odoo/addons/shopfloor_mobile/static/wms/src/wms_utils.js,sha256=DjIgQDuorreq8tH1FdzBR0CaGaF8eTlHbopcV54l2uk,12055
|
|
19
20
|
odoo/addons/shopfloor_mobile/static/wms/src/components/batch_picking_detail.js,sha256=eyehbELMbEkDp0dREIDR3O7s8hsGh4QXoDcyhlQO8Ms,2175
|
|
20
21
|
odoo/addons/shopfloor_mobile/static/wms/src/components/batch_picking_line_detail.js,sha256=4d32G1yQAlzmjOGr9ta4VC8olCLREN_U-xbkJGf8XSU,4772
|
|
21
22
|
odoo/addons/shopfloor_mobile/static/wms/src/components/manual_select_color.js,sha256=O07YP4zYDSZk1edV8ogvNJCkKyDWIiX7L_g_JzHS5Es,932
|
|
@@ -52,7 +53,7 @@ odoo/addons/shopfloor_mobile/static/wms/src/scenario/location_content_transfer.j
|
|
|
52
53
|
odoo/addons/shopfloor_mobile/static/wms/src/scenario/single_pack_transfer.js,sha256=0Tpi9bVUamT0Ij1JCJHLo4IwyM7IAkXfAxHw87g-doM,6114
|
|
53
54
|
odoo/addons/shopfloor_mobile/static/wms/src/scenario/zone_picking.js,sha256=ftcQ7tbSev66wFg09TQ3LCL-3lCzt7H_l1J3ftdc60U,44958
|
|
54
55
|
odoo/addons/shopfloor_mobile/templates/assets.xml,sha256=QAiHXcCpybR9h4B3WuuDcFZ1DnJcGg2cQ63RCUw2niY,7873
|
|
55
|
-
odoo_addon_shopfloor_mobile-16.0.1.
|
|
56
|
-
odoo_addon_shopfloor_mobile-16.0.1.
|
|
57
|
-
odoo_addon_shopfloor_mobile-16.0.1.
|
|
58
|
-
odoo_addon_shopfloor_mobile-16.0.1.
|
|
56
|
+
odoo_addon_shopfloor_mobile-16.0.1.2.0.1.dist-info/METADATA,sha256=XXZ_f6ogJm7FPGLD3rbIcmKc83cWKcZ6cI5zhUEXqLs,7808
|
|
57
|
+
odoo_addon_shopfloor_mobile-16.0.1.2.0.1.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
58
|
+
odoo_addon_shopfloor_mobile-16.0.1.2.0.1.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
|
|
59
|
+
odoo_addon_shopfloor_mobile-16.0.1.2.0.1.dist-info/RECORD,,
|
|
File without changes
|