odoo-addon-shopfloor 16.0.2.1.0.2__py3-none-any.whl → 16.0.2.1.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.
- odoo/addons/shopfloor/README.rst +1 -1
- odoo/addons/shopfloor/__manifest__.py +1 -1
- odoo/addons/shopfloor/actions/message.py +4 -2
- odoo/addons/shopfloor/static/description/index.html +8 -5
- {odoo_addon_shopfloor-16.0.2.1.0.2.dist-info → odoo_addon_shopfloor-16.0.2.1.1.dist-info}/METADATA +2 -5
- {odoo_addon_shopfloor-16.0.2.1.0.2.dist-info → odoo_addon_shopfloor-16.0.2.1.1.dist-info}/RECORD +8 -8
- {odoo_addon_shopfloor-16.0.2.1.0.2.dist-info → odoo_addon_shopfloor-16.0.2.1.1.dist-info}/WHEEL +0 -0
- {odoo_addon_shopfloor-16.0.2.1.0.2.dist-info → odoo_addon_shopfloor-16.0.2.1.1.dist-info}/top_level.txt +0 -0
odoo/addons/shopfloor/README.rst
CHANGED
@@ -7,7 +7,7 @@ Shopfloor
|
|
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:ead0fe2c0f59657c626fab9f161b3488d16841ff8c6dfab47b091d6e5fb9c852
|
11
11
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
12
12
|
|
13
13
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
@@ -591,8 +591,10 @@ class MessageAction(Component):
|
|
591
591
|
return {
|
592
592
|
"message_type": "success",
|
593
593
|
"body": _(
|
594
|
-
"Content transferred from %(location_name)s to %(location_dest_name)s."
|
595
|
-
|
594
|
+
"Content transferred from %(location_name)s to %(location_dest_name)s.",
|
595
|
+
location_name=location_src.name,
|
596
|
+
location_dest_name=location_dest.name,
|
597
|
+
),
|
596
598
|
}
|
597
599
|
|
598
600
|
def location_content_unable_to_transfer(self, location_dest):
|
@@ -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:ead0fe2c0f59657c626fab9f161b3488d16841ff8c6dfab47b091d6e5fb9c852
|
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"><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"><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>Shopfloor is a barcode scanner application for internal warehouse operations.</p>
|
@@ -485,7 +486,9 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|
485
486
|
<div class="section" id="maintainers">
|
486
487
|
<h2><a class="toc-backref" href="#toc-entry-11">Maintainers</a></h2>
|
487
488
|
<p>This module is maintained by the OCA.</p>
|
488
|
-
<a class="reference external image-reference" href="https://odoo-community.org"
|
489
|
+
<a class="reference external image-reference" href="https://odoo-community.org">
|
490
|
+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
|
491
|
+
</a>
|
489
492
|
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
|
490
493
|
mission is to support the collaborative development of Odoo features and
|
491
494
|
promote its widespread use.</p>
|
{odoo_addon_shopfloor-16.0.2.1.0.2.dist-info → odoo_addon_shopfloor-16.0.2.1.1.dist-info}/METADATA
RENAMED
@@ -1,12 +1,11 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: odoo-addon-shopfloor
|
3
|
-
Version: 16.0.2.1.
|
3
|
+
Version: 16.0.2.1.1
|
4
4
|
Summary: manage warehouse operations with barcode scanners
|
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
|
@@ -37,7 +36,7 @@ Shopfloor
|
|
37
36
|
!! This file is generated by oca-gen-addon-readme !!
|
38
37
|
!! changes will be overwritten. !!
|
39
38
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
40
|
-
!! source digest: sha256:
|
39
|
+
!! source digest: sha256:ead0fe2c0f59657c626fab9f161b3488d16841ff8c6dfab47b091d6e5fb9c852
|
41
40
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
42
41
|
|
43
42
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
@@ -188,5 +187,3 @@ Current `maintainers <https://odoo-community.org/page/maintainer-role>`__:
|
|
188
187
|
This module is part of the `OCA/wms <https://github.com/OCA/wms/tree/16.0/shopfloor>`_ project on GitHub.
|
189
188
|
|
190
189
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
191
|
-
|
192
|
-
|
{odoo_addon_shopfloor-16.0.2.1.0.2.dist-info → odoo_addon_shopfloor-16.0.2.1.1.dist-info}/RECORD
RENAMED
@@ -1,6 +1,6 @@
|
|
1
|
-
odoo/addons/shopfloor/README.rst,sha256=
|
1
|
+
odoo/addons/shopfloor/README.rst,sha256=oY4gdB_PW2x-QmayL9hKX0-_nh8W0Fl6zO8n0MW1OfA,5318
|
2
2
|
odoo/addons/shopfloor/__init__.py,sha256=ke3RmZ7XkX-lz4S8NHAxNIEJ5_Nvj5bjBAqD-W-q73c,91
|
3
|
-
odoo/addons/shopfloor/__manifest__.py,sha256=
|
3
|
+
odoo/addons/shopfloor/__manifest__.py,sha256=tPGE1jJCsFclKJdmS0iGZu0ky6dnPXBmG5rssHUwnPE,2245
|
4
4
|
odoo/addons/shopfloor/exceptions.py,sha256=81KpIGVkuYRhA0cIuml4pg4G3izqkAAhLqoXZbUd4X8,197
|
5
5
|
odoo/addons/shopfloor/utils.py,sha256=Be7J8Tu7ivOW4lpe8IjKxwqfTwfmK-ZkeFEavoYIIF4,375
|
6
6
|
odoo/addons/shopfloor/actions/__init__.py,sha256=_yTf-NtaJmSylBJIoJJvKNYEI-wlqpyRw-S5eJRRzEM,400
|
@@ -10,7 +10,7 @@ odoo/addons/shopfloor/actions/data.py,sha256=ASj6VdLrkzJD6jTWsbKQ4LNZ_x2NU4BaXH_
|
|
10
10
|
odoo/addons/shopfloor/actions/data_detail.py,sha256=m46sLSuQmxt5NHBoV1GNKsSmc26EHv-OFoMZ0Qz8l9E,6104
|
11
11
|
odoo/addons/shopfloor/actions/inventory.py,sha256=Slg1hcV-kMb1jWHHu0VmYvQ9C0uqXtUAwAmHJUTE1zo,5976
|
12
12
|
odoo/addons/shopfloor/actions/location_content_transfer_sorter.py,sha256=xpzea-w4zFrmpudQK3omRpZVhJdEIVQLXnuImkaZf5A,3110
|
13
|
-
odoo/addons/shopfloor/actions/message.py,sha256=
|
13
|
+
odoo/addons/shopfloor/actions/message.py,sha256=x12GUAQGq3HWOvf5D4D94NoIo_M9cARo0R6fiH1lKno,29956
|
14
14
|
odoo/addons/shopfloor/actions/move_line_search.py,sha256=VSffegjlzjaT1tVpS9siDg4hYTU1qKhlVYvcFHt0uWg,4155
|
15
15
|
odoo/addons/shopfloor/actions/packaging.py,sha256=uZxD1bisNS_8M5ZQAHuOz2MR6l26XHR4VZY7QgA69Zs,2662
|
16
16
|
odoo/addons/shopfloor/actions/savepoint.py,sha256=Tmqgh1k16x7L0ZSxVz9yNqIGLAyA7vFb5FWpLrb_GTI,1151
|
@@ -83,7 +83,7 @@ odoo/addons/shopfloor/services/zone_picking.py,sha256=v4CcEqijv9zYGEV8GQ96yKOLLa
|
|
83
83
|
odoo/addons/shopfloor/services/forms/__init__.py,sha256=nxwJdKX47hb56ERf4Qb3UE5dkdsHCbkaXMAXs4XMAd8,27
|
84
84
|
odoo/addons/shopfloor/services/forms/picking_form.py,sha256=F15G5yw78Pd1WgPjMz00-K1JyGaTdfdvVYzG4Dubpqk,2626
|
85
85
|
odoo/addons/shopfloor/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
|
86
|
-
odoo/addons/shopfloor/static/description/index.html,sha256=
|
86
|
+
odoo/addons/shopfloor/static/description/index.html,sha256=_bNrRDa3LDvfQ9oWsQWMau9QKDCmJ-HHwkNYPM_xGZo,17547
|
87
87
|
odoo/addons/shopfloor/tests/__init__.py,sha256=EhvfsI_n8YH9p6SOjrHyHks8hM_lYRdmD37BRFLOh5U,3824
|
88
88
|
odoo/addons/shopfloor/tests/common.py,sha256=v1C7DQT-MvTk81xIYyv--c1BaIpwbia2ey8s35nvrK4,11611
|
89
89
|
odoo/addons/shopfloor/tests/models.py,sha256=jNbYUqYLxkbQMn4j8bejHM3l6CRThJBDfpATl8H83OM,939
|
@@ -182,7 +182,7 @@ odoo/addons/shopfloor/views/shopfloor_menu.xml,sha256=aIaefiCViW2OhELeunbyw5S1VU
|
|
182
182
|
odoo/addons/shopfloor/views/stock_location.xml,sha256=d7iqbOQZbb5YPSdAXlQ6spcj8dUvQ37DpEGuaLX5B1M,829
|
183
183
|
odoo/addons/shopfloor/views/stock_move_line.xml,sha256=tn3pV67aRoYmn3qkm3aSgdYArY-z9SIrl_4fpJFy3Jo,1984
|
184
184
|
odoo/addons/shopfloor/views/stock_picking_type.xml,sha256=Ckn2835hO4HtuZQX9x3382C4gs789fb94Cx0444mBkc,800
|
185
|
-
odoo_addon_shopfloor-16.0.2.1.
|
186
|
-
odoo_addon_shopfloor-16.0.2.1.
|
187
|
-
odoo_addon_shopfloor-16.0.2.1.
|
188
|
-
odoo_addon_shopfloor-16.0.2.1.
|
185
|
+
odoo_addon_shopfloor-16.0.2.1.1.dist-info/METADATA,sha256=nXixYQ6Ku0ydEBMKxsXHBM4I9xypEmxn5uTASDqZSq8,6775
|
186
|
+
odoo_addon_shopfloor-16.0.2.1.1.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
187
|
+
odoo_addon_shopfloor-16.0.2.1.1.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
|
188
|
+
odoo_addon_shopfloor-16.0.2.1.1.dist-info/RECORD,,
|
{odoo_addon_shopfloor-16.0.2.1.0.2.dist-info → odoo_addon_shopfloor-16.0.2.1.1.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|