odoo-addon-shopfloor 16.0.2.1.1__py3-none-any.whl → 16.0.2.1.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.
- odoo/addons/shopfloor/README.rst +1 -1
- odoo/addons/shopfloor/__manifest__.py +1 -1
- odoo/addons/shopfloor/i18n/it.po +3 -3
- odoo/addons/shopfloor/models/stock_move_line.py +10 -0
- odoo/addons/shopfloor/static/description/index.html +1 -1
- odoo/addons/shopfloor/tests/test_location_content_transfer_base.py +57 -1
- odoo/addons/shopfloor/tests/test_location_content_transfer_single.py +74 -2
- {odoo_addon_shopfloor-16.0.2.1.1.dist-info → odoo_addon_shopfloor-16.0.2.1.2.dist-info}/METADATA +16 -16
- {odoo_addon_shopfloor-16.0.2.1.1.dist-info → odoo_addon_shopfloor-16.0.2.1.2.dist-info}/RECORD +11 -11
- {odoo_addon_shopfloor-16.0.2.1.1.dist-info → odoo_addon_shopfloor-16.0.2.1.2.dist-info}/WHEEL +1 -1
- {odoo_addon_shopfloor-16.0.2.1.1.dist-info → odoo_addon_shopfloor-16.0.2.1.2.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:aae7d17842cb10c62e1c8d1e78a7045c4dffad614b83e507a5279e30126670ca
|
11
11
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
12
12
|
|
13
13
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
odoo/addons/shopfloor/i18n/it.po
CHANGED
@@ -6,7 +6,7 @@ msgid ""
|
|
6
6
|
msgstr ""
|
7
7
|
"Project-Id-Version: Odoo Server 14.0\n"
|
8
8
|
"Report-Msgid-Bugs-To: \n"
|
9
|
-
"PO-Revision-Date: 2024-
|
9
|
+
"PO-Revision-Date: 2024-08-22 10:06+0000\n"
|
10
10
|
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
|
11
11
|
"Language-Team: none\n"
|
12
12
|
"Language: it\n"
|
@@ -14,7 +14,7 @@ msgstr ""
|
|
14
14
|
"Content-Type: text/plain; charset=UTF-8\n"
|
15
15
|
"Content-Transfer-Encoding: \n"
|
16
16
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
17
|
-
"X-Generator: Weblate
|
17
|
+
"X-Generator: Weblate 5.6.2\n"
|
18
18
|
|
19
19
|
#. module: shopfloor
|
20
20
|
#: model:ir.model.fields,help:shopfloor.field_shopfloor_menu__pick_pack_same_time
|
@@ -1122,7 +1122,7 @@ msgstr "Conteggio prelievi"
|
|
1122
1122
|
#. module: shopfloor
|
1123
1123
|
#: model:ir.model,name:shopfloor.model_stock_picking_type
|
1124
1124
|
msgid "Picking Type"
|
1125
|
-
msgstr "
|
1125
|
+
msgstr "Tipo prelievo"
|
1126
1126
|
|
1127
1127
|
#. module: shopfloor
|
1128
1128
|
#. odoo-python
|
@@ -308,3 +308,13 @@ class StockMoveLine(models.Model):
|
|
308
308
|
"""
|
309
309
|
picking = picking or fields.first(self.picking_id)
|
310
310
|
return self.filtered_domain([("picking_id", "=", picking.id)])
|
311
|
+
|
312
|
+
def shopfloor_postpone(self, *recordsets):
|
313
|
+
"""
|
314
|
+
Specific behavior for move lines.
|
315
|
+
As we need to reset qty_done.
|
316
|
+
|
317
|
+
"""
|
318
|
+
res = super().shopfloor_postpone(*recordsets)
|
319
|
+
self.qty_done = 0.0
|
320
|
+
return res
|
@@ -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:aae7d17842cb10c62e1c8d1e78a7045c4dffad614b83e507a5279e30126670ca
|
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/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>
|
373
373
|
<p>Shopfloor is a barcode scanner application for internal warehouse operations.</p>
|
@@ -20,6 +20,30 @@ class LocationContentTransferCommonCase(CommonCase):
|
|
20
20
|
@classmethod
|
21
21
|
def setUpClassBaseData(cls, *args, **kwargs):
|
22
22
|
super().setUpClassBaseData(*args, **kwargs)
|
23
|
+
cls.product_e = (
|
24
|
+
cls.env["product.product"]
|
25
|
+
.sudo()
|
26
|
+
.create(
|
27
|
+
{
|
28
|
+
"name": "Product E",
|
29
|
+
"type": "product",
|
30
|
+
"default_code": "E",
|
31
|
+
"barcode": "E",
|
32
|
+
"weight": 3,
|
33
|
+
}
|
34
|
+
)
|
35
|
+
)
|
36
|
+
cls.product_e_packaging = (
|
37
|
+
cls.env["product.packaging"]
|
38
|
+
.sudo()
|
39
|
+
.create(
|
40
|
+
{
|
41
|
+
"name": "Box",
|
42
|
+
"product_id": cls.product_e.id,
|
43
|
+
"barcode": "ProductEBox",
|
44
|
+
}
|
45
|
+
)
|
46
|
+
)
|
23
47
|
cls.content_loc = (
|
24
48
|
cls.env["stock.location"]
|
25
49
|
.sudo()
|
@@ -31,6 +55,19 @@ class LocationContentTransferCommonCase(CommonCase):
|
|
31
55
|
}
|
32
56
|
)
|
33
57
|
)
|
58
|
+
# This is an additional content location to manage the cases
|
59
|
+
# where a product can be stored in several locations
|
60
|
+
cls.content_loc_1 = (
|
61
|
+
cls.env["stock.location"]
|
62
|
+
.sudo()
|
63
|
+
.create(
|
64
|
+
{
|
65
|
+
"name": "Content Location 1",
|
66
|
+
"barcode": "Content1",
|
67
|
+
"location_id": cls.picking_type.default_location_src_id.id,
|
68
|
+
}
|
69
|
+
)
|
70
|
+
)
|
34
71
|
|
35
72
|
def setUp(self):
|
36
73
|
super().setUp()
|
@@ -98,11 +135,30 @@ class LocationContentTransferCommonCase(CommonCase):
|
|
98
135
|
)
|
99
136
|
|
100
137
|
def assert_response_start_single(
|
101
|
-
self, response, pickings, message=None, popup=None
|
138
|
+
self, response, pickings, message=None, popup=None, postponed=False
|
102
139
|
):
|
140
|
+
"""
|
141
|
+
|
142
|
+
This will check if the line returned correspond to the
|
143
|
+
next operation to do
|
144
|
+
|
145
|
+
:param response: The response returned by the service
|
146
|
+
:type response: dict
|
147
|
+
:param pickings: Pickings to check (recordset)
|
148
|
+
:type pickings: stock.picking
|
149
|
+
:param message: The message returned in the response, defaults to None
|
150
|
+
:type message: dict, optional
|
151
|
+
:param popup: The popup message returned to the operator, defaults to None
|
152
|
+
:type popup: dict, optional
|
153
|
+
:param postponed: Fill in this in order to check if the returned line
|
154
|
+
should be the first one or the next one, defaults to False
|
155
|
+
:type postponed: bool, optional
|
156
|
+
"""
|
103
157
|
sorter = self.service._actions_for("location_content_transfer.sorter")
|
104
158
|
sorter.feed_pickings(pickings)
|
105
159
|
location = pickings.mapped("location_id")
|
160
|
+
if postponed:
|
161
|
+
next(sorter)
|
106
162
|
self.assert_response(
|
107
163
|
response,
|
108
164
|
next_state="start_single",
|
@@ -20,7 +20,25 @@ class LocationContentTransferSingleCase(LocationContentTransferCommonCase):
|
|
20
20
|
@classmethod
|
21
21
|
def setUpClassBaseData(cls):
|
22
22
|
super().setUpClassBaseData()
|
23
|
-
|
23
|
+
cls.shelves = (
|
24
|
+
cls.env["stock.location"]
|
25
|
+
.sudo()
|
26
|
+
.create(
|
27
|
+
{
|
28
|
+
"location_id": cls.stock_location.id,
|
29
|
+
"name": "Shelves",
|
30
|
+
"usage": "view",
|
31
|
+
}
|
32
|
+
)
|
33
|
+
)
|
34
|
+
(cls.shelf1 | cls.shelf2 | cls.shelf3).sudo().location_id = cls.shelves
|
35
|
+
products = (
|
36
|
+
cls.product_a
|
37
|
+
+ cls.product_b
|
38
|
+
+ cls.product_c
|
39
|
+
+ cls.product_d
|
40
|
+
+ cls.product_e
|
41
|
+
)
|
24
42
|
for product in products:
|
25
43
|
cls.env["stock.putaway.rule"].sudo().create(
|
26
44
|
{
|
@@ -37,7 +55,11 @@ class LocationContentTransferSingleCase(LocationContentTransferCommonCase):
|
|
37
55
|
cls.picking2 = picking2 = cls._create_picking(
|
38
56
|
lines=[(cls.product_c, 10), (cls.product_d, 10)]
|
39
57
|
)
|
40
|
-
cls.
|
58
|
+
cls.picking3 = cls._create_picking(
|
59
|
+
lines=[(cls.product_e, 10)],
|
60
|
+
)
|
61
|
+
cls.picking3.location_dest_id = cls.shelves
|
62
|
+
cls.pickings = picking1 | picking2 | cls.picking3
|
41
63
|
cls._fill_stock_for_moves(
|
42
64
|
picking1.move_ids, in_package=True, location=cls.content_loc
|
43
65
|
)
|
@@ -48,6 +70,9 @@ class LocationContentTransferSingleCase(LocationContentTransferCommonCase):
|
|
48
70
|
cls._fill_stock_for_moves(
|
49
71
|
picking2.move_ids[1], location=cls.content_loc, in_lot=cls.product_d_lot
|
50
72
|
)
|
73
|
+
# Set Product E in several content locations
|
74
|
+
cls._update_qty_in_location(cls.content_loc, cls.product_e, 5.0)
|
75
|
+
cls._update_qty_in_location(cls.content_loc_1, cls.product_e, 5.0)
|
51
76
|
cls.pickings.action_assign()
|
52
77
|
cls._simulate_pickings_selected(cls.pickings)
|
53
78
|
|
@@ -508,6 +533,53 @@ class LocationContentTransferSingleCase(LocationContentTransferCommonCase):
|
|
508
533
|
move_lines.mapped("picking_id"),
|
509
534
|
)
|
510
535
|
|
536
|
+
def test_postpone_line_ok_with_two_lines_and_view(self):
|
537
|
+
"""
|
538
|
+
Use case:
|
539
|
+
- A stock move with two move lines (e.g.: two different source locations)
|
540
|
+
- A default destination as a view
|
541
|
+
- Postpone the first line
|
542
|
+
- Validate the second line
|
543
|
+
- Only the first quantity should be transfered
|
544
|
+
- The backorder line should be proposed after
|
545
|
+
"""
|
546
|
+
move_line = self.picking3.move_line_ids[0]
|
547
|
+
previous_priority = move_line.shopfloor_priority
|
548
|
+
self.assertFalse(move_line.shopfloor_postponed)
|
549
|
+
response = self.service.dispatch(
|
550
|
+
"postpone_line",
|
551
|
+
params={"location_id": self.content_loc.id, "move_line_id": move_line.id},
|
552
|
+
)
|
553
|
+
self.assertTrue(move_line.shopfloor_postponed)
|
554
|
+
self.assertEqual(move_line.shopfloor_priority, previous_priority + 1)
|
555
|
+
|
556
|
+
self.assert_response_start_single(response, self.picking3, postponed=True)
|
557
|
+
|
558
|
+
# Select the next line
|
559
|
+
move_line = self.picking3.move_line_ids[1]
|
560
|
+
previous_priority = move_line.shopfloor_priority
|
561
|
+
self.assertFalse(move_line.shopfloor_postponed)
|
562
|
+
|
563
|
+
# Set the destination
|
564
|
+
response = self.service.dispatch(
|
565
|
+
"set_destination_line",
|
566
|
+
params={
|
567
|
+
"location_id": self.content_loc.id,
|
568
|
+
"move_line_id": move_line.id,
|
569
|
+
"quantity": move_line.reserved_uom_qty,
|
570
|
+
"barcode": self.shelf1.barcode,
|
571
|
+
},
|
572
|
+
)
|
573
|
+
backorder = self.picking3.backorder_ids
|
574
|
+
self.assertTrue(backorder)
|
575
|
+
message = {
|
576
|
+
"body": "Content transfer to Shelf 1 completed",
|
577
|
+
"message_type": "success",
|
578
|
+
}
|
579
|
+
|
580
|
+
# Check the backorder is proposed to operator
|
581
|
+
self.assert_response_start_single(response, backorder, message=message)
|
582
|
+
|
511
583
|
def test_stock_out_package_wrong_parameters(self):
|
512
584
|
"""Wrong 'location_id' and 'package_level_id' parameters, redirect the
|
513
585
|
user to the 'start' screen.
|
{odoo_addon_shopfloor-16.0.2.1.1.dist-info → odoo_addon_shopfloor-16.0.2.1.2.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: odoo-addon-shopfloor
|
3
|
-
Version: 16.0.2.1.
|
3
|
+
Version: 16.0.2.1.2
|
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)
|
@@ -12,20 +12,20 @@ Classifier: Framework :: Odoo :: 16.0
|
|
12
12
|
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
|
13
13
|
Classifier: Development Status :: 4 - Beta
|
14
14
|
Requires-Python: >=3.10
|
15
|
-
Requires-Dist: odoo-addon-base-rest
|
16
|
-
Requires-Dist: odoo-addon-jsonifier
|
17
|
-
Requires-Dist: odoo-addon-product-manufacturer
|
18
|
-
Requires-Dist: odoo-addon-product-packaging-level
|
19
|
-
Requires-Dist: odoo-addon-shopfloor-base
|
20
|
-
Requires-Dist: odoo-addon-stock-helper
|
21
|
-
Requires-Dist: odoo-addon-stock-move-line-change-lot
|
22
|
-
Requires-Dist: odoo-addon-stock-picking-completion-info
|
23
|
-
Requires-Dist: odoo-addon-stock-picking-delivery-link
|
24
|
-
Requires-Dist: odoo-addon-stock-picking-progress
|
25
|
-
Requires-Dist: odoo-addon-stock-quant-package-dimension
|
26
|
-
Requires-Dist: odoo-addon-stock-quant-package-product-packaging
|
27
|
-
Requires-Dist: odoo-addon-stock-storage-type
|
28
|
-
Requires-Dist: odoo
|
15
|
+
Requires-Dist: odoo-addon-base-rest<16.1dev,>=16.0dev
|
16
|
+
Requires-Dist: odoo-addon-jsonifier<16.1dev,>=16.0dev
|
17
|
+
Requires-Dist: odoo-addon-product-manufacturer<16.1dev,>=16.0dev
|
18
|
+
Requires-Dist: odoo-addon-product-packaging-level<16.1dev,>=16.0dev
|
19
|
+
Requires-Dist: odoo-addon-shopfloor-base<16.1dev,>=16.0dev
|
20
|
+
Requires-Dist: odoo-addon-stock-helper<16.1dev,>=16.0dev
|
21
|
+
Requires-Dist: odoo-addon-stock-move-line-change-lot<16.1dev,>=16.0dev
|
22
|
+
Requires-Dist: odoo-addon-stock-picking-completion-info<16.1dev,>=16.0dev
|
23
|
+
Requires-Dist: odoo-addon-stock-picking-delivery-link<16.1dev,>=16.0dev
|
24
|
+
Requires-Dist: odoo-addon-stock-picking-progress<16.1dev,>=16.0dev
|
25
|
+
Requires-Dist: odoo-addon-stock-quant-package-dimension<16.1dev,>=16.0dev
|
26
|
+
Requires-Dist: odoo-addon-stock-quant-package-product-packaging<16.1dev,>=16.0dev
|
27
|
+
Requires-Dist: odoo-addon-stock-storage-type<16.1dev,>=16.0dev
|
28
|
+
Requires-Dist: odoo<16.1dev,>=16.0a
|
29
29
|
|
30
30
|
=========
|
31
31
|
Shopfloor
|
@@ -36,7 +36,7 @@ Shopfloor
|
|
36
36
|
!! This file is generated by oca-gen-addon-readme !!
|
37
37
|
!! changes will be overwritten. !!
|
38
38
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
39
|
-
!! source digest: sha256:
|
39
|
+
!! source digest: sha256:aae7d17842cb10c62e1c8d1e78a7045c4dffad614b83e507a5279e30126670ca
|
40
40
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
41
41
|
|
42
42
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
{odoo_addon_shopfloor-16.0.2.1.1.dist-info → odoo_addon_shopfloor-16.0.2.1.2.dist-info}/RECORD
RENAMED
@@ -1,6 +1,6 @@
|
|
1
|
-
odoo/addons/shopfloor/README.rst,sha256=
|
1
|
+
odoo/addons/shopfloor/README.rst,sha256=MmEZ5u64d6H88WzGWSquktE7JTrLoTH1EP83puKMyL8,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=J_nVVXw6Ue5CAsfhCMaHyM0aKAlNv48R-pi2jejIDrw,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
|
@@ -46,7 +46,7 @@ odoo/addons/shopfloor/docs/zone_picking_diag_seq.png,sha256=_qGnbfsShydA3Xjefaur
|
|
46
46
|
odoo/addons/shopfloor/i18n/ca.po,sha256=qCGrhxtgUxWekljOYkJ2Y1ruEP6RqupTvGHrCMh-MuE,55736
|
47
47
|
odoo/addons/shopfloor/i18n/de.po,sha256=whBM6A3rYnNnqUz33hhe88TKBcg_SULxh9AYN2nVWt4,54204
|
48
48
|
odoo/addons/shopfloor/i18n/es_AR.po,sha256=lP5thpzbHRGxgomHRitGWBBmYf3sGdPhtwKd0AJHvi0,76644
|
49
|
-
odoo/addons/shopfloor/i18n/it.po,sha256=
|
49
|
+
odoo/addons/shopfloor/i18n/it.po,sha256=Mp8-V8lHGbdHu7fnHV_HEJEPysRdVEEygKoA3jh3m2k,75532
|
50
50
|
odoo/addons/shopfloor/i18n/pt_BR.po,sha256=Zkpr_78dV2hCk3pmPjGAdfGFUkMw9v2_6XPLfyqK4ig,54206
|
51
51
|
odoo/addons/shopfloor/i18n/shopfloor.pot,sha256=almdPvELMXWvXvhNI966187zzKkYoxfv0cetYHKxalM,54196
|
52
52
|
odoo/addons/shopfloor/migrations/16.0.2.0.0/post-migration.py,sha256=WfXnS5fj_K78VFaUAe0UiNhFX1C8LA0lkh6Zofllvc4,1311
|
@@ -56,7 +56,7 @@ odoo/addons/shopfloor/models/shopfloor_app.py,sha256=ZfVahQYm0jzyeH7EtlOOhxYUif9
|
|
56
56
|
odoo/addons/shopfloor/models/shopfloor_menu.py,sha256=QLz7aN2r_Irp9d1YOUsb6eLeldhLrRnwlpWxjZXzjnE,18013
|
57
57
|
odoo/addons/shopfloor/models/stock_location.py,sha256=wrLZ_-yjLB-1zWevWtqNdk8WMdyKJcpnzuNGyQOKL70,3098
|
58
58
|
odoo/addons/shopfloor/models/stock_move.py,sha256=1G_HyWY6xHwybBbR92IKS1euqnUHeMP91VOCdoE-asI,4940
|
59
|
-
odoo/addons/shopfloor/models/stock_move_line.py,sha256=
|
59
|
+
odoo/addons/shopfloor/models/stock_move_line.py,sha256=uYZJZdhf-X1HHHRYfWf_oygkDNrzNgP0TIG5TXJxSAY,13360
|
60
60
|
odoo/addons/shopfloor/models/stock_package_level.py,sha256=hXq9liDMmMDtWjeuMhhtAv0MjBvANk67-bo_XKkgJ1w,2152
|
61
61
|
odoo/addons/shopfloor/models/stock_picking.py,sha256=KGWDHLL4iT4qmUYYv3TGAzfzBgpK6Ok7gxSnAHCTdlg,5407
|
62
62
|
odoo/addons/shopfloor/models/stock_picking_batch.py,sha256=OTjeRqFlUeA7vuaGH6q-oy2z_lKPy4HUveSz5FlX1Ws,1466
|
@@ -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=RfyCHP2zKxg9LcCMKeoFw_Xfs74FuQ924u2fKW9HP9k,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
|
@@ -138,14 +138,14 @@ odoo/addons/shopfloor/tests/test_delivery_select.py,sha256=eMwTik3yQIfh7bci8B-jr
|
|
138
138
|
odoo/addons/shopfloor/tests/test_delivery_set_qty_done_line.py,sha256=WOwsAV0qeg8Vd-EANcxthb9KtLtB37faU7_81UcxCxU,3493
|
139
139
|
odoo/addons/shopfloor/tests/test_delivery_set_qty_done_pack.py,sha256=AILsmgkx4QSRzu4C281DkMKBSy_vqg-pUzu7ytYYgfY,5387
|
140
140
|
odoo/addons/shopfloor/tests/test_delivery_sublocation.py,sha256=UsjtvjRNU1qNTuXpcZyAcBhFHZcj-0IoviIl4a7D1_4,6301
|
141
|
-
odoo/addons/shopfloor/tests/test_location_content_transfer_base.py,sha256=
|
141
|
+
odoo/addons/shopfloor/tests/test_location_content_transfer_base.py,sha256=zKwOr-pVEFLxMO6DCiVn6q6d9F9gU3OemJ1Zid1T63A,6837
|
142
142
|
odoo/addons/shopfloor/tests/test_location_content_transfer_get_work.py,sha256=GjzI7me8M-JM-DTwq4I-iLbKKUS3FdFriTw0qmUpeVQ,4712
|
143
143
|
odoo/addons/shopfloor/tests/test_location_content_transfer_mix.py,sha256=Kb6dEvbsLUrCHalp_RlQlkLX0qNjf7SQu-bXvD5ookw,24002
|
144
144
|
odoo/addons/shopfloor/tests/test_location_content_transfer_putaway.py,sha256=rcnv0Y_J1rr9YuCnnnNzS68lOp5tYn9Xx8_Kb1L6AWM,5847
|
145
145
|
odoo/addons/shopfloor/tests/test_location_content_transfer_scan_location.py,sha256=XvEmMW8e2fMFQ_8iHKbrxm-vFVcBMRYtof7opuVQ6E8,1519
|
146
146
|
odoo/addons/shopfloor/tests/test_location_content_transfer_set_destination_all.py,sha256=cMiwpGMzsITHE0HYQLqzqtTX5_i8p5sPRG39H56Xj1Q,14276
|
147
147
|
odoo/addons/shopfloor/tests/test_location_content_transfer_set_destination_package_or_line.py,sha256=vzIOXd7pdY016raUJQBykiAhWZJTP4TMvqqJEXcAHe0,44794
|
148
|
-
odoo/addons/shopfloor/tests/test_location_content_transfer_single.py,sha256=
|
148
|
+
odoo/addons/shopfloor/tests/test_location_content_transfer_single.py,sha256=JO8huthUh-qLhXUi14LzrnN5gnr46-8JlAid3MfHh3U,33385
|
149
149
|
odoo/addons/shopfloor/tests/test_location_content_transfer_start.py,sha256=BzCpuJTia8YgjrPe0PjzmSOG8j9aBMGupj_yR_IbKMQ,14461
|
150
150
|
odoo/addons/shopfloor/tests/test_menu_base.py,sha256=5gOKXU0eYTh_6YIV6EFJrhRasQ3Y7UnGYMlDr3EJZOc,9197
|
151
151
|
odoo/addons/shopfloor/tests/test_menu_counters.py,sha256=rzf0q-ndVj4tUemuZ_odku7yvG60Kj_hXg8zxEQDUjo,2110
|
@@ -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.2.dist-info/METADATA,sha256=0_cXXbtqU2InCLWeuGT_7MMDe3LXheNs2acSHYfvvwU,6761
|
186
|
+
odoo_addon_shopfloor-16.0.2.1.2.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
|
187
|
+
odoo_addon_shopfloor-16.0.2.1.2.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
|
188
|
+
odoo_addon_shopfloor-16.0.2.1.2.dist-info/RECORD,,
|
File without changes
|