odoo-addon-stock-move-location 16.0.1.4.0.1__py3-none-any.whl → 16.0.1.4.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/stock_move_location/README.rst +42 -43
- odoo/addons/stock_move_location/__manifest__.py +1 -1
- odoo/addons/stock_move_location/i18n/it.po +3 -3
- odoo/addons/stock_move_location/static/description/index.html +7 -8
- odoo/addons/stock_move_location/wizard/stock_move_location.py +4 -0
- {odoo_addon_stock_move_location-16.0.1.4.0.1.dist-info → odoo_addon_stock_move_location-16.0.1.4.1.dist-info}/METADATA +44 -45
- {odoo_addon_stock_move_location-16.0.1.4.0.1.dist-info → odoo_addon_stock_move_location-16.0.1.4.1.dist-info}/RECORD +9 -9
- {odoo_addon_stock_move_location-16.0.1.4.0.1.dist-info → odoo_addon_stock_move_location-16.0.1.4.1.dist-info}/WHEEL +1 -1
- {odoo_addon_stock_move_location-16.0.1.4.0.1.dist-info → odoo_addon_stock_move_location-16.0.1.4.1.dist-info}/top_level.txt +0 -0
@@ -7,7 +7,7 @@ Move Stock Location
|
|
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:9f20ba56c774915b0e3598aabcaca4a43acd2ec1c36192be9fa99be476111ebd
|
11
11
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
12
12
|
|
13
13
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
@@ -39,27 +39,26 @@ another and move only selected quantities.
|
|
39
39
|
Usage
|
40
40
|
=====
|
41
41
|
|
42
|
-
-
|
43
|
-
|
44
|
-
-
|
45
|
-
|
46
|
-
-
|
47
|
-
-
|
48
|
-
|
49
|
-
-
|
50
|
-
-
|
51
|
-
|
52
|
-
-
|
53
|
-
|
54
|
-
-
|
55
|
-
|
42
|
+
- A new menu item Operations > Move from location... opens a wizard
|
43
|
+
where 2 locations can be specified.
|
44
|
+
- Select origin and destination locations and press "IMMEDIATE TRANSFER"
|
45
|
+
or "PLANNED TRANSFER"
|
46
|
+
- Press ADD ALL button to add all products available
|
47
|
+
- Those lines can be edited. Move quantity can't be more than a max
|
48
|
+
available quantity
|
49
|
+
- Move doesn't care about the reservations and will move stuff anyway
|
50
|
+
- If during your operation with the wizard the real quantity will change
|
51
|
+
it will move only the available quantity at the button press
|
52
|
+
- Products will be moved and a form view of picking that did that will
|
53
|
+
show up
|
54
|
+
- If "PLANNED TRANSFER" is used - the picking won't be validated
|
55
|
+
automatically
|
56
56
|
|
57
57
|
If you want to transfer a full quant:
|
58
58
|
|
59
|
-
-
|
60
|
-
|
61
|
-
|
62
|
-
- Select the quantities which you want move to another location
|
59
|
+
- Go to Inventory > Products > Products and click "On hand" smart button
|
60
|
+
or Inventory > Reporting > Inventory, the quants view will be opened.
|
61
|
+
- Select the quantities which you want move to another location
|
63
62
|
|
64
63
|
If you go to the Inventory Dashboard you can see the button "Move from
|
65
64
|
location" in each of the picking types (only applicable to internal and
|
@@ -92,14 +91,14 @@ Known issues / Roadmap
|
|
92
91
|
Change the current implementation (suggested by Denis Roussel from
|
93
92
|
ACSONE):
|
94
93
|
|
95
|
-
-
|
96
|
-
|
97
|
-
-
|
98
|
-
-
|
99
|
-
|
100
|
-
-
|
101
|
-
|
102
|
-
|
94
|
+
- A new parameter on stock picking types : 'Product Change Location'
|
95
|
+
(with a little help).
|
96
|
+
- With this, go to the dashboard, create a picking with that type.
|
97
|
+
- Add a button on the picking form which is visible with that type that
|
98
|
+
fill in the picking as now
|
99
|
+
- Nice to have: add a magic button on locations that with context
|
100
|
+
creates a new picking of that type with the origin location already
|
101
|
+
filled in.
|
103
102
|
|
104
103
|
Bug Tracker
|
105
104
|
===========
|
@@ -124,26 +123,26 @@ Authors
|
|
124
123
|
Contributors
|
125
124
|
------------
|
126
125
|
|
127
|
-
-
|
128
|
-
-
|
129
|
-
-
|
130
|
-
-
|
131
|
-
-
|
132
|
-
-
|
133
|
-
-
|
126
|
+
- Mathieu Vatel <mathieu@julius.fr>
|
127
|
+
- Mykhailo Panarin <m.panarin@mobilunity.com>
|
128
|
+
- Joan Sisquella <joan.sisquella@forgeflow.com>
|
129
|
+
- Jordi Ballester Alomar <jordi.ballester@forgeflow.com>
|
130
|
+
- Lois Rilo <lois.rilo@forgeflow.com>
|
131
|
+
- Héctor Villarreal <hector.villarreal@forgeflow.com>
|
132
|
+
- Tecnativa <tecnativa.com>
|
134
133
|
|
135
|
-
|
136
|
-
|
134
|
+
- Sergio Teruel
|
135
|
+
- João Marques
|
137
136
|
|
138
|
-
-
|
139
|
-
-
|
140
|
-
-
|
141
|
-
-
|
142
|
-
-
|
137
|
+
- Jacques-Etienne Baudoux <je@bcim.be>
|
138
|
+
- Iryna Vyshnevska <i.vyshnevska@mobilunity.com>
|
139
|
+
- Alexei Rivera <arivera@archeti.com>
|
140
|
+
- Abraham Anes <abraham@studio73.es>
|
141
|
+
- Quartile <https://www.quartile.co>
|
143
142
|
|
144
|
-
|
143
|
+
- Aung Ko Ko Lin
|
145
144
|
|
146
|
-
-
|
145
|
+
- Laurent Mignon <laurent.mignon@acsone.eu>
|
147
146
|
|
148
147
|
Maintainers
|
149
148
|
-----------
|
@@ -6,7 +6,7 @@ msgid ""
|
|
6
6
|
msgstr ""
|
7
7
|
"Project-Id-Version: Odoo Server 16.0\n"
|
8
8
|
"Report-Msgid-Bugs-To: \n"
|
9
|
-
"PO-Revision-Date:
|
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: stock_move_location
|
20
20
|
#: model:ir.model.fields,field_description:stock_move_location.field_wiz_stock_move_location__apply_putaway_strategy
|
@@ -190,7 +190,7 @@ msgstr "Parte di un movimento ubicazione"
|
|
190
190
|
#: model:ir.model,name:stock_move_location.model_stock_picking_type
|
191
191
|
#: model:ir.model.fields,field_description:stock_move_location.field_wiz_stock_move_location__picking_type_id
|
192
192
|
msgid "Picking Type"
|
193
|
-
msgstr "
|
193
|
+
msgstr "Tipo prelievo"
|
194
194
|
|
195
195
|
#. module: stock_move_location
|
196
196
|
#: model_terms:ir.ui.view,arch_db:stock_move_location.view_wiz_stock_move_location_form_stock_move_location
|
@@ -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:9f20ba56c774915b0e3598aabcaca4a43acd2ec1c36192be9fa99be476111ebd
|
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-logistics-warehouse/tree/16.0/stock_move_location"><img alt="OCA/stock-logistics-warehouse" src="https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/stock-logistics-warehouse-16-0/stock-logistics-warehouse-16-0-stock_move_location"><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-logistics-warehouse&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>This module allows to move entire location of products from one place to
|
@@ -391,14 +391,14 @@ another and move only selected quantities.</p>
|
|
391
391
|
<ul class="simple">
|
392
392
|
<li>A new menu item Operations > Move from location… opens a wizard
|
393
393
|
where 2 locations can be specified.</li>
|
394
|
-
<li>Select origin and destination locations and press “IMMEDIATE
|
395
|
-
|
394
|
+
<li>Select origin and destination locations and press “IMMEDIATE TRANSFER”
|
395
|
+
or “PLANNED TRANSFER”</li>
|
396
396
|
<li>Press ADD ALL button to add all products available</li>
|
397
397
|
<li>Those lines can be edited. Move quantity can’t be more than a max
|
398
398
|
available quantity</li>
|
399
399
|
<li>Move doesn’t care about the reservations and will move stuff anyway</li>
|
400
|
-
<li>If during your operation with the wizard the real quantity will
|
401
|
-
|
400
|
+
<li>If during your operation with the wizard the real quantity will change
|
401
|
+
it will move only the available quantity at the button press</li>
|
402
402
|
<li>Products will be moved and a form view of picking that did that will
|
403
403
|
show up</li>
|
404
404
|
<li>If “PLANNED TRANSFER” is used - the picking won’t be validated
|
@@ -406,9 +406,8 @@ automatically</li>
|
|
406
406
|
</ul>
|
407
407
|
<p>If you want to transfer a full quant:</p>
|
408
408
|
<ul class="simple">
|
409
|
-
<li>Go to Inventory > Products > Products and click “On hand” smart
|
410
|
-
|
411
|
-
opened.</li>
|
409
|
+
<li>Go to Inventory > Products > Products and click “On hand” smart button
|
410
|
+
or Inventory > Reporting > Inventory, the quants view will be opened.</li>
|
412
411
|
<li>Select the quantities which you want move to another location</li>
|
413
412
|
</ul>
|
414
413
|
<p>If you go to the Inventory Dashboard you can see the button “Move from
|
@@ -285,6 +285,10 @@ class StockMoveLocationWizard(models.TransientModel):
|
|
285
285
|
picking = self._create_picking()
|
286
286
|
else:
|
287
287
|
picking = self.picking_id
|
288
|
+
# Prevent putaway rules to be excuted when we don't need to
|
289
|
+
picking = picking.with_context(
|
290
|
+
avoid_putaway_rules=not self.apply_putaway_strategy
|
291
|
+
)
|
288
292
|
self._create_moves(picking)
|
289
293
|
if not self.env.context.get("planned"):
|
290
294
|
moves_to_reassign = self._unreserve_moves()
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: odoo-addon-stock_move_location
|
3
|
-
Version: 16.0.1.4.
|
3
|
+
Version: 16.0.1.4.1
|
4
4
|
Summary: This module allows to move all stock in a stock location to an other one.
|
5
5
|
Home-page: https://github.com/OCA/stock-logistics-warehouse
|
6
6
|
Author: Julius Network Solutions, BCIM,Camptocamp,Odoo Community Association (OCA)
|
@@ -11,7 +11,7 @@ Classifier: Framework :: Odoo
|
|
11
11
|
Classifier: Framework :: Odoo :: 16.0
|
12
12
|
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
|
13
13
|
Requires-Python: >=3.10
|
14
|
-
Requires-Dist: odoo
|
14
|
+
Requires-Dist: odoo<16.1dev,>=16.0a
|
15
15
|
|
16
16
|
===================
|
17
17
|
Move Stock Location
|
@@ -22,7 +22,7 @@ Move Stock Location
|
|
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:9f20ba56c774915b0e3598aabcaca4a43acd2ec1c36192be9fa99be476111ebd
|
26
26
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
27
27
|
|
28
28
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
@@ -54,27 +54,26 @@ another and move only selected quantities.
|
|
54
54
|
Usage
|
55
55
|
=====
|
56
56
|
|
57
|
-
-
|
58
|
-
|
59
|
-
-
|
60
|
-
|
61
|
-
-
|
62
|
-
-
|
63
|
-
|
64
|
-
-
|
65
|
-
-
|
66
|
-
|
67
|
-
-
|
68
|
-
|
69
|
-
-
|
70
|
-
|
57
|
+
- A new menu item Operations > Move from location... opens a wizard
|
58
|
+
where 2 locations can be specified.
|
59
|
+
- Select origin and destination locations and press "IMMEDIATE TRANSFER"
|
60
|
+
or "PLANNED TRANSFER"
|
61
|
+
- Press ADD ALL button to add all products available
|
62
|
+
- Those lines can be edited. Move quantity can't be more than a max
|
63
|
+
available quantity
|
64
|
+
- Move doesn't care about the reservations and will move stuff anyway
|
65
|
+
- If during your operation with the wizard the real quantity will change
|
66
|
+
it will move only the available quantity at the button press
|
67
|
+
- Products will be moved and a form view of picking that did that will
|
68
|
+
show up
|
69
|
+
- If "PLANNED TRANSFER" is used - the picking won't be validated
|
70
|
+
automatically
|
71
71
|
|
72
72
|
If you want to transfer a full quant:
|
73
73
|
|
74
|
-
-
|
75
|
-
|
76
|
-
|
77
|
-
- Select the quantities which you want move to another location
|
74
|
+
- Go to Inventory > Products > Products and click "On hand" smart button
|
75
|
+
or Inventory > Reporting > Inventory, the quants view will be opened.
|
76
|
+
- Select the quantities which you want move to another location
|
78
77
|
|
79
78
|
If you go to the Inventory Dashboard you can see the button "Move from
|
80
79
|
location" in each of the picking types (only applicable to internal and
|
@@ -107,14 +106,14 @@ Known issues / Roadmap
|
|
107
106
|
Change the current implementation (suggested by Denis Roussel from
|
108
107
|
ACSONE):
|
109
108
|
|
110
|
-
-
|
111
|
-
|
112
|
-
-
|
113
|
-
-
|
114
|
-
|
115
|
-
-
|
116
|
-
|
117
|
-
|
109
|
+
- A new parameter on stock picking types : 'Product Change Location'
|
110
|
+
(with a little help).
|
111
|
+
- With this, go to the dashboard, create a picking with that type.
|
112
|
+
- Add a button on the picking form which is visible with that type that
|
113
|
+
fill in the picking as now
|
114
|
+
- Nice to have: add a magic button on locations that with context
|
115
|
+
creates a new picking of that type with the origin location already
|
116
|
+
filled in.
|
118
117
|
|
119
118
|
Bug Tracker
|
120
119
|
===========
|
@@ -139,26 +138,26 @@ Authors
|
|
139
138
|
Contributors
|
140
139
|
------------
|
141
140
|
|
142
|
-
-
|
143
|
-
-
|
144
|
-
-
|
145
|
-
-
|
146
|
-
-
|
147
|
-
-
|
148
|
-
-
|
141
|
+
- Mathieu Vatel <mathieu@julius.fr>
|
142
|
+
- Mykhailo Panarin <m.panarin@mobilunity.com>
|
143
|
+
- Joan Sisquella <joan.sisquella@forgeflow.com>
|
144
|
+
- Jordi Ballester Alomar <jordi.ballester@forgeflow.com>
|
145
|
+
- Lois Rilo <lois.rilo@forgeflow.com>
|
146
|
+
- Héctor Villarreal <hector.villarreal@forgeflow.com>
|
147
|
+
- Tecnativa <tecnativa.com>
|
149
148
|
|
150
|
-
|
151
|
-
|
149
|
+
- Sergio Teruel
|
150
|
+
- João Marques
|
152
151
|
|
153
|
-
-
|
154
|
-
-
|
155
|
-
-
|
156
|
-
-
|
157
|
-
-
|
152
|
+
- Jacques-Etienne Baudoux <je@bcim.be>
|
153
|
+
- Iryna Vyshnevska <i.vyshnevska@mobilunity.com>
|
154
|
+
- Alexei Rivera <arivera@archeti.com>
|
155
|
+
- Abraham Anes <abraham@studio73.es>
|
156
|
+
- Quartile <https://www.quartile.co>
|
158
157
|
|
159
|
-
|
158
|
+
- Aung Ko Ko Lin
|
160
159
|
|
161
|
-
-
|
160
|
+
- Laurent Mignon <laurent.mignon@acsone.eu>
|
162
161
|
|
163
162
|
Maintainers
|
164
163
|
-----------
|
@@ -1,6 +1,6 @@
|
|
1
|
-
odoo/addons/stock_move_location/README.rst,sha256=
|
1
|
+
odoo/addons/stock_move_location/README.rst,sha256=QGaffbT4_CQHbct66pnsKMEMYQjIvQr3Y23cUYmy6hw,6292
|
2
2
|
odoo/addons/stock_move_location/__init__.py,sha256=a529MU97ndMyMZsToYJmFXUHanvFmTyIZL9lmHsflPM,88
|
3
|
-
odoo/addons/stock_move_location/__manifest__.py,sha256=
|
3
|
+
odoo/addons/stock_move_location/__manifest__.py,sha256=_MeMSK-JIHHe0eWK0l7pyqS9-MyISyNqFWJRY0CKgsc,901
|
4
4
|
odoo/addons/stock_move_location/init_hook.py,sha256=iIIjLsKG3z1Esn7A_tiIQZ9jXPvVs6EIhtNICdv-FQA,419
|
5
5
|
odoo/addons/stock_move_location/data/stock_quant_view.xml,sha256=g7KS13Q9jEIZTKiNHjWrFcggfYyfK2ZW2VONnCLSZaI,635
|
6
6
|
odoo/addons/stock_move_location/i18n/de.po,sha256=dyopS_aZa9EMOWt81RehSGIbZrHuwUmXMG4v4hHG03M,11088
|
@@ -8,7 +8,7 @@ odoo/addons/stock_move_location/i18n/es.po,sha256=olg6wiEsYwQr6MTLzYmk0g-LnNrs9P
|
|
8
8
|
odoo/addons/stock_move_location/i18n/fr.po,sha256=m6NZb70FIT-ANzHCUMJafS7DCAnU6LLd-ulm-zBe8js,11819
|
9
9
|
odoo/addons/stock_move_location/i18n/fr_BE.po,sha256=mk3qTuCZQSDwIFo7oKvMazProIfHVP67eyFwWHD1IL4,10327
|
10
10
|
odoo/addons/stock_move_location/i18n/fr_FR.po,sha256=qTppxSSNOlLqo5ZKyQX3fV-WG5BIAHMbRolI9fGKddU,10037
|
11
|
-
odoo/addons/stock_move_location/i18n/it.po,sha256
|
11
|
+
odoo/addons/stock_move_location/i18n/it.po,sha256=qvZ-lyJzwS-gpZD6N1R1yubgHPfr8K3ekRz78dWY_8M,11550
|
12
12
|
odoo/addons/stock_move_location/i18n/ja.po,sha256=rlv8kp8D0CPeIb_LQ4xacEVrI-GKOiNjOd_t7FGBlg4,11422
|
13
13
|
odoo/addons/stock_move_location/i18n/ja_JP.po,sha256=G1q0uhsodyzzNEcU-bjtjQZ8Ef3OxQ2KqXgzLh7hF_I,10033
|
14
14
|
odoo/addons/stock_move_location/i18n/pt.po,sha256=fgS2Y6wUxHmLahSEhdQWQV6mHS66GYkfHcbvqtk7EYw,10596
|
@@ -23,7 +23,7 @@ odoo/addons/stock_move_location/readme/ROADMAP.md,sha256=HW9tNWBGh6oAjRj8qWMlXPc
|
|
23
23
|
odoo/addons/stock_move_location/readme/USAGE.md,sha256=FmTEwq9m_kuygbtWl4syvjA8ieqNAksH8Vol5Mtqyqg,2060
|
24
24
|
odoo/addons/stock_move_location/security/ir.model.access.csv,sha256=sLpkI9b3t8YdWBbYPjzlQrCbmv-_C0bUwzd10cMF14M,338
|
25
25
|
odoo/addons/stock_move_location/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
|
26
|
-
odoo/addons/stock_move_location/static/description/index.html,sha256=
|
26
|
+
odoo/addons/stock_move_location/static/description/index.html,sha256=F5WyOjD1Fua0V8XB3Ln2izJJl0XuX0mBAZB2GNYOid8,17284
|
27
27
|
odoo/addons/stock_move_location/tests/__init__.py,sha256=gDGhCnhTYQONkRkGhPtOhgWTJ8sj6zs-sl2YRRvqGvQ,98
|
28
28
|
odoo/addons/stock_move_location/tests/test_common.py,sha256=c7N7wfMZ-lTtLzINgdDggJDmAlt7GT01pmzhnpfE0LM,6113
|
29
29
|
odoo/addons/stock_move_location/tests/test_move_location.py,sha256=OJFkAHjtEFduV7Ka3in07TTJsQfK5QFjnBZKPMJuEgY,15036
|
@@ -31,10 +31,10 @@ odoo/addons/stock_move_location/tests/test_stock_fillwithstock.py,sha256=BvMF_7n
|
|
31
31
|
odoo/addons/stock_move_location/views/stock_picking.xml,sha256=isH25PIq7A2rfCUzk9_HFYA8WIoGm5HNDu-N3CJazRQ,730
|
32
32
|
odoo/addons/stock_move_location/views/stock_picking_type_views.xml,sha256=2eDNXl4eg9WRcyoMHEf3OKBy5-rZJue3reSXWCDNxbI,1495
|
33
33
|
odoo/addons/stock_move_location/wizard/__init__.py,sha256=0YXi68VJIkwZDO1-ZFirM2ANY3Mi7PEPdYW0Gg46lmY,239
|
34
|
-
odoo/addons/stock_move_location/wizard/stock_move_location.py,sha256=
|
34
|
+
odoo/addons/stock_move_location/wizard/stock_move_location.py,sha256=9DgpG4Uw7hlWb0qc9DR5U21H2KecvrHH2rl3JnssSxg,15544
|
35
35
|
odoo/addons/stock_move_location/wizard/stock_move_location.xml,sha256=cYLFIvZ7VDUGOHqbG31mcqrj6Ec_jS2sAgk8MHrsAYQ,7834
|
36
36
|
odoo/addons/stock_move_location/wizard/stock_move_location_line.py,sha256=7ORteDfC0RzWBEYuzlr6yn7_XN__VdyfJ31OkJ_mIwM,6323
|
37
|
-
odoo_addon_stock_move_location-16.0.1.4.
|
38
|
-
odoo_addon_stock_move_location-16.0.1.4.
|
39
|
-
odoo_addon_stock_move_location-16.0.1.4.
|
40
|
-
odoo_addon_stock_move_location-16.0.1.4.
|
37
|
+
odoo_addon_stock_move_location-16.0.1.4.1.dist-info/METADATA,sha256=-5IywYY9coKIl0WC3qYZ1Efdm2EN32MZEV8PeItZ4N4,6902
|
38
|
+
odoo_addon_stock_move_location-16.0.1.4.1.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
39
|
+
odoo_addon_stock_move_location-16.0.1.4.1.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
|
40
|
+
odoo_addon_stock_move_location-16.0.1.4.1.dist-info/RECORD,,
|