odoo-addon-stock-move-location 18.0.1.0.0.3__py3-none-any.whl → 18.0.1.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.
@@ -1,3 +1,7 @@
1
+ .. image:: https://odoo-community.org/readme-banner-image
2
+ :target: https://odoo-community.org/get-involved?utm_source=readme
3
+ :alt: Odoo Community Association
4
+
1
5
  ===================
2
6
  Move Stock Location
3
7
  ===================
@@ -7,13 +11,13 @@ Move Stock Location
7
11
  !! This file is generated by oca-gen-addon-readme !!
8
12
  !! changes will be overwritten. !!
9
13
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
- !! source digest: sha256:d4e4ea6fb0a6f2f34b451c22d5ab139e4f867621b65786664f6b93d57558b66d
14
+ !! source digest: sha256:792445e5024062bee785b19642189b2500b863643ed32db16d168d433c7dc7fd
11
15
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
16
 
13
17
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
14
18
  :target: https://odoo-community.org/page/development-status
15
19
  :alt: Beta
16
- .. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
20
+ .. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
17
21
  :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
18
22
  :alt: License: AGPL-3
19
23
  .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github
@@ -99,6 +103,12 @@ ACSONE):
99
103
  creates a new picking of that type with the origin location already
100
104
  filled in.
101
105
 
106
+ Note from Jacques-Etienne Baudoux (BCIM)
107
+
108
+ - The fill with stock action on stock.picking should not create manually
109
+ the move lines but instead call ``action_assign()``. There are many
110
+ modules hooking ``action_assign`` that are not called due to this.
111
+
102
112
  Bug Tracker
103
113
  ===========
104
114
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  {
7
7
  "name": "Move Stock Location",
8
- "version": "18.0.1.0.0",
8
+ "version": "18.0.1.0.1",
9
9
  "author": "Julius Network Solutions, "
10
10
  "BCIM,"
11
11
  "Camptocamp,"
@@ -0,0 +1,301 @@
1
+ # Translation of Odoo Server.
2
+ # This file contains the translation of the following modules:
3
+ # * stock_move_location
4
+ #
5
+ msgid ""
6
+ msgstr ""
7
+ "Project-Id-Version: Odoo Server 18.0\n"
8
+ "Report-Msgid-Bugs-To: \n"
9
+ "Last-Translator: Automatically generated\n"
10
+ "Language-Team: none\n"
11
+ "Language: sk\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: \n"
15
+ "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
16
+
17
+ #. module: stock_move_location
18
+ #: model:ir.model.fields,field_description:stock_move_location.field_wiz_stock_move_location__apply_putaway_strategy
19
+ msgid "Apply Putaway Strategy"
20
+ msgstr ""
21
+
22
+ #. module: stock_move_location
23
+ #: model_terms:ir.ui.view,arch_db:stock_move_location.view_wiz_stock_move_location_form_stock_move_location
24
+ msgid "Apply putaway strategy for moving products"
25
+ msgstr ""
26
+
27
+ #. module: stock_move_location
28
+ #: model_terms:ir.ui.view,arch_db:stock_move_location.view_wiz_stock_move_location_form_stock_move_location
29
+ msgid "Cancel"
30
+ msgstr ""
31
+
32
+ #. module: stock_move_location
33
+ #: model:ir.model.fields,field_description:stock_move_location.field_wiz_stock_move_location__company_id
34
+ msgid "Company"
35
+ msgstr ""
36
+
37
+ #. module: stock_move_location
38
+ #: model:ir.model.fields,field_description:stock_move_location.field_wiz_stock_move_location__picking_id
39
+ msgid "Connected Picking"
40
+ msgstr ""
41
+
42
+ #. module: stock_move_location
43
+ #: model:ir.model.fields,field_description:stock_move_location.field_wiz_stock_move_location__create_uid
44
+ #: model:ir.model.fields,field_description:stock_move_location.field_wiz_stock_move_location_line__create_uid
45
+ msgid "Created by"
46
+ msgstr ""
47
+
48
+ #. module: stock_move_location
49
+ #: model:ir.model.fields,field_description:stock_move_location.field_wiz_stock_move_location__create_date
50
+ #: model:ir.model.fields,field_description:stock_move_location.field_wiz_stock_move_location_line__create_date
51
+ msgid "Created on"
52
+ msgstr ""
53
+
54
+ #. module: stock_move_location
55
+ #: model:ir.model.fields,field_description:stock_move_location.field_wiz_stock_move_location_line__custom
56
+ msgid "Custom line"
57
+ msgstr ""
58
+
59
+ #. module: stock_move_location
60
+ #: model:ir.model.fields,field_description:stock_move_location.field_wiz_stock_move_location__destination_location_id
61
+ #: model:ir.model.fields,field_description:stock_move_location.field_wiz_stock_move_location_line__destination_location_id
62
+ msgid "Destination Location"
63
+ msgstr ""
64
+
65
+ #. module: stock_move_location
66
+ #: model:ir.model.fields,field_description:stock_move_location.field_wiz_stock_move_location__destination_location_disable
67
+ msgid "Destination Location Disable"
68
+ msgstr ""
69
+
70
+ #. module: stock_move_location
71
+ #: model:ir.model.fields,field_description:stock_move_location.field_wiz_stock_move_location__display_name
72
+ #: model:ir.model.fields,field_description:stock_move_location.field_wiz_stock_move_location_line__display_name
73
+ msgid "Display Name"
74
+ msgstr ""
75
+
76
+ #. module: stock_move_location
77
+ #: model:ir.model.fields,field_description:stock_move_location.field_wiz_stock_move_location__edit_locations
78
+ #: model_terms:ir.ui.view,arch_db:stock_move_location.view_wiz_stock_move_location_form_stock_move_location
79
+ msgid "Edit Locations"
80
+ msgstr ""
81
+
82
+ #. module: stock_move_location
83
+ #: model:ir.model.fields,field_description:stock_move_location.field_wiz_stock_move_location__exclude_reserved_qty
84
+ msgid "Exclude Reserved Qty"
85
+ msgstr ""
86
+
87
+ #. module: stock_move_location
88
+ #: model_terms:ir.ui.view,arch_db:stock_move_location.view_wiz_stock_move_location_form_stock_move_location
89
+ msgid "Exclude Reserved Quantities"
90
+ msgstr ""
91
+
92
+ #. module: stock_move_location
93
+ #: model_terms:ir.ui.view,arch_db:stock_move_location.view_picking_form
94
+ msgid "Fill with stock"
95
+ msgstr ""
96
+
97
+ #. module: stock_move_location
98
+ #: model:ir.model.fields,field_description:stock_move_location.field_wiz_stock_move_location_line__owner_id
99
+ msgid "From Owner"
100
+ msgstr ""
101
+
102
+ #. module: stock_move_location
103
+ #: model:ir.model.fields,field_description:stock_move_location.field_wiz_stock_move_location__id
104
+ #: model:ir.model.fields,field_description:stock_move_location.field_wiz_stock_move_location_line__id
105
+ msgid "ID"
106
+ msgstr ""
107
+
108
+ #. module: stock_move_location
109
+ #: model_terms:ir.ui.view,arch_db:stock_move_location.view_wiz_stock_move_location_form_stock_move_location
110
+ msgid "Immediate Transfer"
111
+ msgstr ""
112
+
113
+ #. module: stock_move_location
114
+ #: model:ir.model.fields,field_description:stock_move_location.field_wiz_stock_move_location__write_uid
115
+ #: model:ir.model.fields,field_description:stock_move_location.field_wiz_stock_move_location_line__write_uid
116
+ msgid "Last Updated by"
117
+ msgstr ""
118
+
119
+ #. module: stock_move_location
120
+ #: model:ir.model.fields,field_description:stock_move_location.field_wiz_stock_move_location__write_date
121
+ #: model:ir.model.fields,field_description:stock_move_location.field_wiz_stock_move_location_line__write_date
122
+ msgid "Last Updated on"
123
+ msgstr ""
124
+
125
+ #. module: stock_move_location
126
+ #: model_terms:ir.ui.view,arch_db:stock_move_location.view_wiz_stock_move_location_form_stock_move_location
127
+ msgid "Lot/SN:"
128
+ msgstr ""
129
+
130
+ #. module: stock_move_location
131
+ #: model:ir.model.fields,field_description:stock_move_location.field_wiz_stock_move_location_line__lot_id
132
+ msgid "Lot/Serial Number"
133
+ msgstr ""
134
+
135
+ #. module: stock_move_location
136
+ #: model:ir.model.fields,field_description:stock_move_location.field_wiz_stock_move_location_line__max_quantity
137
+ msgid "Maximum available quantity"
138
+ msgstr ""
139
+
140
+ #. module: stock_move_location
141
+ #: model:ir.model.fields,field_description:stock_move_location.field_wiz_stock_move_location__stock_move_location_line_ids
142
+ msgid "Move Location lines"
143
+ msgstr ""
144
+
145
+ #. module: stock_move_location
146
+ #: model_terms:ir.ui.view,arch_db:stock_move_location.stock_picking_type_kanban
147
+ msgid "Move On Hand"
148
+ msgstr ""
149
+
150
+ #. module: stock_move_location
151
+ #: model:ir.actions.act_window,name:stock_move_location.wiz_stock_move_location_action
152
+ #: model:ir.ui.menu,name:stock_move_location.menuitem_move_location
153
+ msgid "Move from location..."
154
+ msgstr ""
155
+
156
+ #. module: stock_move_location
157
+ #: model:ir.model.fields,field_description:stock_move_location.field_wiz_stock_move_location_line__move_location_wizard_id
158
+ msgid "Move location Wizard"
159
+ msgstr ""
160
+
161
+ #. module: stock_move_location
162
+ #. odoo-python
163
+ #: code:addons/stock_move_location/wizard/stock_move_location_line.py:0
164
+ msgid "Move quantity can not exceed max quantity or be negative"
165
+ msgstr ""
166
+
167
+ #. module: stock_move_location
168
+ #: model:ir.actions.act_window,name:stock_move_location.wiz_stock_quant_location_action
169
+ msgid "Move to location..."
170
+ msgstr ""
171
+
172
+ #. module: stock_move_location
173
+ #. odoo-python
174
+ #: code:addons/stock_move_location/models/stock_picking.py:0
175
+ msgid "Moves lines already exists"
176
+ msgstr ""
177
+
178
+ #. module: stock_move_location
179
+ #: model:ir.model.fields,field_description:stock_move_location.field_wiz_stock_move_location__origin_location_id
180
+ #: model:ir.model.fields,field_description:stock_move_location.field_wiz_stock_move_location_line__origin_location_id
181
+ msgid "Origin Location"
182
+ msgstr ""
183
+
184
+ #. module: stock_move_location
185
+ #: model:ir.model.fields,field_description:stock_move_location.field_wiz_stock_move_location__origin_location_disable
186
+ msgid "Origin Location Disable"
187
+ msgstr ""
188
+
189
+ #. module: stock_move_location
190
+ #: model:ir.model.fields,field_description:stock_move_location.field_wiz_stock_move_location_line__package_id
191
+ msgid "Package Number"
192
+ msgstr ""
193
+
194
+ #. module: stock_move_location
195
+ #: model:ir.model.fields,field_description:stock_move_location.field_stock_move__location_move
196
+ msgid "Part of move location"
197
+ msgstr ""
198
+
199
+ #. module: stock_move_location
200
+ #: model:ir.model,name:stock_move_location.model_stock_picking_type
201
+ #: model:ir.model.fields,field_description:stock_move_location.field_wiz_stock_move_location__picking_type_id
202
+ msgid "Picking Type"
203
+ msgstr ""
204
+
205
+ #. module: stock_move_location
206
+ #: model_terms:ir.ui.view,arch_db:stock_move_location.view_wiz_stock_move_location_form_stock_move_location
207
+ msgid "Planned Transfer"
208
+ msgstr ""
209
+
210
+ #. module: stock_move_location
211
+ #. odoo-python
212
+ #: code:addons/stock_move_location/models/stock_picking.py:0
213
+ msgid "Please choose a source end location"
214
+ msgstr ""
215
+
216
+ #. module: stock_move_location
217
+ #: model:ir.model.fields,field_description:stock_move_location.field_wiz_stock_move_location_line__product_id
218
+ msgid "Product"
219
+ msgstr ""
220
+
221
+ #. module: stock_move_location
222
+ #: model:ir.model.fields,field_description:stock_move_location.field_wiz_stock_move_location_line__product_uom_id
223
+ msgid "Product Unit of Measure"
224
+ msgstr ""
225
+
226
+ #. module: stock_move_location
227
+ #: model_terms:ir.ui.view,arch_db:stock_move_location.view_wiz_stock_move_location_form_stock_move_location
228
+ msgid "Quantity"
229
+ msgstr ""
230
+
231
+ #. module: stock_move_location
232
+ #: model:ir.model.fields,field_description:stock_move_location.field_wiz_stock_move_location_line__move_quantity
233
+ msgid "Quantity to move"
234
+ msgstr ""
235
+
236
+ #. module: stock_move_location
237
+ #: model:ir.model.fields,field_description:stock_move_location.field_wiz_stock_move_location_line__reserved_quantity
238
+ msgid "Reserved Quantity"
239
+ msgstr ""
240
+
241
+ #. module: stock_move_location
242
+ #: model:ir.model.fields,field_description:stock_move_location.field_stock_picking_type__show_move_onhand
243
+ msgid "Show Move On hand stock"
244
+ msgstr ""
245
+
246
+ #. module: stock_move_location
247
+ #: model:ir.model.fields,help:stock_move_location.field_stock_picking_type__show_move_onhand
248
+ msgid ""
249
+ "Show a button 'Move On Hand' in the Inventory Dashboard to initiate the "
250
+ "process to move the products in stock at the origin location."
251
+ msgstr ""
252
+
253
+ #. module: stock_move_location
254
+ #: model:ir.model,name:stock_move_location.model_stock_move
255
+ msgid "Stock Move"
256
+ msgstr ""
257
+
258
+ #. module: stock_move_location
259
+ #: model:ir.model.fields,field_description:stock_move_location.field_wiz_stock_move_location_line__total_quantity
260
+ msgid "Total existence quantity"
261
+ msgstr ""
262
+
263
+ #. module: stock_move_location
264
+ #: model:ir.model,name:stock_move_location.model_stock_picking
265
+ msgid "Transfer"
266
+ msgstr ""
267
+
268
+ #. module: stock_move_location
269
+ #: model_terms:ir.ui.view,arch_db:stock_move_location.view_wiz_stock_move_location_form_stock_move_location
270
+ msgid "Unit of Measure"
271
+ msgstr ""
272
+
273
+ #. module: stock_move_location
274
+ #: model_terms:ir.ui.view,arch_db:stock_move_location.view_wiz_stock_move_location_form_stock_move_location
275
+ msgid "UoM"
276
+ msgstr ""
277
+
278
+ #. module: stock_move_location
279
+ #: model:ir.model.fields,help:stock_move_location.field_stock_move__location_move
280
+ msgid "Whether this move is a part of stock_location moves"
281
+ msgstr ""
282
+
283
+ #. module: stock_move_location
284
+ #: model:ir.model,name:stock_move_location.model_wiz_stock_move_location
285
+ msgid "Wizard move location"
286
+ msgstr ""
287
+
288
+ #. module: stock_move_location
289
+ #: model:ir.model,name:stock_move_location.model_wiz_stock_move_location_line
290
+ msgid "Wizard move location line"
291
+ msgstr ""
292
+
293
+ #. module: stock_move_location
294
+ #: model:ir.model.fields,help:stock_move_location.field_wiz_stock_move_location__destination_location_disable
295
+ msgid "technical field to disable the edition of destination location."
296
+ msgstr ""
297
+
298
+ #. module: stock_move_location
299
+ #: model:ir.model.fields,help:stock_move_location.field_wiz_stock_move_location__origin_location_disable
300
+ msgid "technical field to disable the edition of origin location."
301
+ msgstr ""
@@ -1,4 +1,4 @@
1
- # Copyright Jacques-Etienne Baudoux 2016 Camptocamp
1
+ # Copyright 2016 Jacques-Etienne Baudoux (BCIM) <je@bcim.be>
2
2
  # Copyright Iryna Vyshnevska 2020 Camptocamp
3
3
  # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl)
4
4
 
@@ -19,6 +19,7 @@ class StockPicking(models.Model):
19
19
  "active_model": "stock.quant",
20
20
  "planned": True,
21
21
  }
22
+ # FIXME: this action should not bypass the call to action_assign !!!
22
23
  move_wizard = (
23
24
  self.env["wiz.stock.move.location"]
24
25
  .with_context(**context)
@@ -28,6 +29,7 @@ class StockPicking(models.Model):
28
29
  "origin_location_id": self.location_id.id,
29
30
  "picking_type_id": self.picking_type_id.id,
30
31
  "picking_id": self.id,
32
+ "apply_putaway_strategy": True,
31
33
  }
32
34
  )
33
35
  )
@@ -9,3 +9,8 @@ ACSONE):
9
9
  - Nice to have: add a magic button on locations that with context
10
10
  creates a new picking of that type with the origin location already
11
11
  filled in.
12
+
13
+ Note from Jacques-Etienne Baudoux (BCIM)
14
+ - The fill with stock action on stock.picking should not create manually the
15
+ move lines but instead call `action_assign()`. There are many modules hooking
16
+ `action_assign` that are not called due to this.
@@ -3,7 +3,7 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5
5
  <meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
6
- <title>Move Stock Location</title>
6
+ <title>README.rst</title>
7
7
  <style type="text/css">
8
8
 
9
9
  /*
@@ -360,16 +360,21 @@ ul.auto-toc {
360
360
  </style>
361
361
  </head>
362
362
  <body>
363
- <div class="document" id="move-stock-location">
364
- <h1 class="title">Move Stock Location</h1>
363
+ <div class="document">
365
364
 
365
+
366
+ <a class="reference external image-reference" href="https://odoo-community.org/get-involved?utm_source=readme">
367
+ <img alt="Odoo Community Association" src="https://odoo-community.org/readme-banner-image" />
368
+ </a>
369
+ <div class="section" id="move-stock-location">
370
+ <h1>Move Stock Location</h1>
366
371
  <!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367
372
  !! This file is generated by oca-gen-addon-readme !!
368
373
  !! changes will be overwritten. !!
369
374
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370
- !! source digest: sha256:d4e4ea6fb0a6f2f34b451c22d5ab139e4f867621b65786664f6b93d57558b66d
375
+ !! source digest: sha256:792445e5024062bee785b19642189b2500b863643ed32db16d168d433c7dc7fd
371
376
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
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/18.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-18-0/stock-logistics-warehouse-18-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&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
377
+ <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/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/stock-logistics-warehouse/tree/18.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-18-0/stock-logistics-warehouse-18-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&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373
378
  <p>This module allows to move entire location of products from one place to
374
379
  another and move only selected quantities.</p>
375
380
  <p><strong>Table of contents</strong></p>
@@ -387,7 +392,7 @@ another and move only selected quantities.</p>
387
392
  </ul>
388
393
  </div>
389
394
  <div class="section" id="usage">
390
- <h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
395
+ <h2><a class="toc-backref" href="#toc-entry-1">Usage</a></h2>
391
396
  <ul class="simple">
392
397
  <li>A new menu item Operations &gt; Move from location… opens a wizard
393
398
  where 2 locations can be specified.</li>
@@ -427,7 +432,7 @@ interface to scan a location and create an empty picking. Then use the
427
432
  fill with stock button.</p>
428
433
  </div>
429
434
  <div class="section" id="known-issues-roadmap">
430
- <h1><a class="toc-backref" href="#toc-entry-2">Known issues / Roadmap</a></h1>
435
+ <h2><a class="toc-backref" href="#toc-entry-2">Known issues / Roadmap</a></h2>
431
436
  <p>Change the current implementation (suggested by Denis Roussel from
432
437
  ACSONE):</p>
433
438
  <ul class="simple">
@@ -440,9 +445,15 @@ fill in the picking as now</li>
440
445
  creates a new picking of that type with the origin location already
441
446
  filled in.</li>
442
447
  </ul>
448
+ <p>Note from Jacques-Etienne Baudoux (BCIM)</p>
449
+ <ul class="simple">
450
+ <li>The fill with stock action on stock.picking should not create manually
451
+ the move lines but instead call <tt class="docutils literal">action_assign()</tt>. There are many
452
+ modules hooking <tt class="docutils literal">action_assign</tt> that are not called due to this.</li>
453
+ </ul>
443
454
  </div>
444
455
  <div class="section" id="bug-tracker">
445
- <h1><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h1>
456
+ <h2><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h2>
446
457
  <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/stock-logistics-warehouse/issues">GitHub Issues</a>.
447
458
  In case of trouble, please check there if your issue has already been reported.
448
459
  If you spotted it first, help us to smash it by providing a detailed and welcomed
@@ -450,9 +461,9 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
450
461
  <p>Do not contact contributors directly about support or help with technical issues.</p>
451
462
  </div>
452
463
  <div class="section" id="credits">
453
- <h1><a class="toc-backref" href="#toc-entry-4">Credits</a></h1>
464
+ <h2><a class="toc-backref" href="#toc-entry-4">Credits</a></h2>
454
465
  <div class="section" id="authors">
455
- <h2><a class="toc-backref" href="#toc-entry-5">Authors</a></h2>
466
+ <h3><a class="toc-backref" href="#toc-entry-5">Authors</a></h3>
456
467
  <ul class="simple">
457
468
  <li>Julius Network Solutions</li>
458
469
  <li>BCIM</li>
@@ -460,7 +471,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
460
471
  </ul>
461
472
  </div>
462
473
  <div class="section" id="contributors">
463
- <h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
474
+ <h3><a class="toc-backref" href="#toc-entry-6">Contributors</a></h3>
464
475
  <ul class="simple">
465
476
  <li>Mathieu Vatel &lt;<a class="reference external" href="mailto:mathieu&#64;julius.fr">mathieu&#64;julius.fr</a>&gt;</li>
466
477
  <li>Mykhailo Panarin &lt;<a class="reference external" href="mailto:m.panarin&#64;mobilunity.com">m.panarin&#64;mobilunity.com</a>&gt;</li>
@@ -487,7 +498,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
487
498
  </ul>
488
499
  </div>
489
500
  <div class="section" id="maintainers">
490
- <h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
501
+ <h3><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h3>
491
502
  <p>This module is maintained by the OCA.</p>
492
503
  <a class="reference external image-reference" href="https://odoo-community.org">
493
504
  <img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
@@ -500,5 +511,6 @@ promote its widespread use.</p>
500
511
  </div>
501
512
  </div>
502
513
  </div>
514
+ </div>
503
515
  </body>
504
516
  </html>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-stock_move_location
3
- Version: 18.0.1.0.0.3
3
+ Version: 18.0.1.0.1
4
4
  Requires-Python: >=3.10
5
5
  Requires-Dist: odoo==18.0.*
6
6
  Summary: This module allows to move all stock in a stock location to an other one.
@@ -12,6 +12,11 @@ Classifier: Programming Language :: Python
12
12
  Classifier: Framework :: Odoo
13
13
  Classifier: Framework :: Odoo :: 18.0
14
14
  Classifier: License :: OSI Approved :: GNU Affero General Public License v3
15
+ Description-Content-Type: text/x-rst
16
+
17
+ .. image:: https://odoo-community.org/readme-banner-image
18
+ :target: https://odoo-community.org/get-involved?utm_source=readme
19
+ :alt: Odoo Community Association
15
20
 
16
21
  ===================
17
22
  Move Stock Location
@@ -22,13 +27,13 @@ Move Stock Location
22
27
  !! This file is generated by oca-gen-addon-readme !!
23
28
  !! changes will be overwritten. !!
24
29
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
25
- !! source digest: sha256:d4e4ea6fb0a6f2f34b451c22d5ab139e4f867621b65786664f6b93d57558b66d
30
+ !! source digest: sha256:792445e5024062bee785b19642189b2500b863643ed32db16d168d433c7dc7fd
26
31
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
27
32
 
28
33
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
29
34
  :target: https://odoo-community.org/page/development-status
30
35
  :alt: Beta
31
- .. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
36
+ .. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
32
37
  :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
33
38
  :alt: License: AGPL-3
34
39
  .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github
@@ -114,6 +119,12 @@ ACSONE):
114
119
  creates a new picking of that type with the origin location already
115
120
  filled in.
116
121
 
122
+ Note from Jacques-Etienne Baudoux (BCIM)
123
+
124
+ - The fill with stock action on stock.picking should not create manually
125
+ the move lines but instead call ``action_assign()``. There are many
126
+ modules hooking ``action_assign`` that are not called due to this.
127
+
117
128
  Bug Tracker
118
129
  ===========
119
130
 
@@ -1,6 +1,6 @@
1
- odoo/addons/stock_move_location/README.rst,sha256=99sEG5BcHNuPiqq3Xqwy9Df5YixAw9blAx1MFHds0es,6302
1
+ odoo/addons/stock_move_location/README.rst,sha256=BbuGewRQZyAgm9GisOaUA-vzXy0BO_qJddgSNuC-WXU,6722
2
2
  odoo/addons/stock_move_location/__init__.py,sha256=a529MU97ndMyMZsToYJmFXUHanvFmTyIZL9lmHsflPM,88
3
- odoo/addons/stock_move_location/__manifest__.py,sha256=7ISs67qDzkbCllb_LswdUMe8GTxI1d6zp7wb86vvveI,901
3
+ odoo/addons/stock_move_location/__manifest__.py,sha256=2QvmTFHhsdQ9L3ukWAmVPj3CUDUsBI54CgAz63lYBYk,901
4
4
  odoo/addons/stock_move_location/init_hook.py,sha256=pn0ImiSskPc37V9N_ROZoVt94KZISxBWfewnE8_NqAc,325
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
@@ -12,18 +12,19 @@ odoo/addons/stock_move_location/i18n/it.po,sha256=qvZ-lyJzwS-gpZD6N1R1yubgHPfr8K
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
15
+ odoo/addons/stock_move_location/i18n/sk.po,sha256=JklUgKxESHfD2dA0nYHYDqqBHYlwB2YlzgkcDeYEjOI,11064
15
16
  odoo/addons/stock_move_location/i18n/stock_move_location.pot,sha256=oaHuaH_Nmn6T3i-CGzHSdyt7-ptFJbvrYOfKuI5O0y8,10965
16
17
  odoo/addons/stock_move_location/models/__init__.py,sha256=UrroaZ7L0mQgueiSi7qJ-maQp61uMedod-xbfhGNBMI,181
17
18
  odoo/addons/stock_move_location/models/stock_move.py,sha256=UxsvfgwL_bfAEDrMdu_HGLlabPyZCjnf4MfeFzNPPI0,604
18
- odoo/addons/stock_move_location/models/stock_picking.py,sha256=y0odlF6YhtCU2e5orslKrSguq_j25nerWJWNFEM2HZQ,1708
19
+ odoo/addons/stock_move_location/models/stock_picking.py,sha256=DdfjDRhF36lyawtQbLJ_R81VcfKzlzLz1H2EiUKv8K8,1846
19
20
  odoo/addons/stock_move_location/models/stock_picking_type.py,sha256=9czGhJxYbgoB9umbf3Vw2TuyGWDC_cBXhaDq_cSN0t0,962
20
21
  odoo/addons/stock_move_location/readme/CONTRIBUTORS.md,sha256=pkp1DTEEEMW0iQNLxkRhp8Lt5bGq3IDNI0ek1MGMjPg,724
21
22
  odoo/addons/stock_move_location/readme/DESCRIPTION.md,sha256=cVmKIDWpKU3Ep66adAVRrNkMQB-yeJ-8QTRayNHTX1M,116
22
- odoo/addons/stock_move_location/readme/ROADMAP.md,sha256=HW9tNWBGh6oAjRj8qWMlXPc0XQu7325gRxcs9jeR4ZM,487
23
+ odoo/addons/stock_move_location/readme/ROADMAP.md,sha256=0KwbDHgAc0CIVJO39c5V5qNZ5XACgMxv_qhpvPYsRFU,737
23
24
  odoo/addons/stock_move_location/readme/USAGE.md,sha256=BQt9MkOrhdCCbSgSjaHbkOlR0bGpm9v-fHriMcqpSEY,2007
24
25
  odoo/addons/stock_move_location/security/ir.model.access.csv,sha256=sLpkI9b3t8YdWBbYPjzlQrCbmv-_C0bUwzd10cMF14M,338
25
26
  odoo/addons/stock_move_location/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
26
- odoo/addons/stock_move_location/static/description/index.html,sha256=sQMvekEhlD3pbtT_qgcLZITTZ9-aT3i8F5Z55qs-Yo4,17390
27
+ odoo/addons/stock_move_location/static/description/index.html,sha256=PKKDiM8bSmAOvREwI9UMWC51nCzZf-OqLc79TzBaRuA,17957
27
28
  odoo/addons/stock_move_location/tests/__init__.py,sha256=gDGhCnhTYQONkRkGhPtOhgWTJ8sj6zs-sl2YRRvqGvQ,98
28
29
  odoo/addons/stock_move_location/tests/test_common.py,sha256=0KmNLghRNtVDdRy2rDB5R3zZaATQqX8ZDbI1tCDkHBw,6198
29
30
  odoo/addons/stock_move_location/tests/test_move_location.py,sha256=UVQhxFA1J3ta4ZkoqB7mX_E25Td1Yc-rPb-Bv6HXVXs,14897
@@ -34,7 +35,7 @@ odoo/addons/stock_move_location/wizard/__init__.py,sha256=0YXi68VJIkwZDO1-ZFirM2
34
35
  odoo/addons/stock_move_location/wizard/stock_move_location.py,sha256=6x0xPPoh5OzlgAV7FYrkA9msQ7LIooPheJAYwu2d9Ik,14905
35
36
  odoo/addons/stock_move_location/wizard/stock_move_location.xml,sha256=1p2sQEZl9Opd_dxTpCJXXIq3YJkyej4EbplA1j7aE9Y,9074
36
37
  odoo/addons/stock_move_location/wizard/stock_move_location_line.py,sha256=fFH-DId5RMMGVLZTyGCdZIMiIFL0InAE07kW1YNb-yo,5844
37
- odoo_addon_stock_move_location-18.0.1.0.0.3.dist-info/METADATA,sha256=wtJ5rugjGFBB9q3Lj6Gpo-DbBcf-JGFpehjBX5ziS3Y,6906
38
- odoo_addon_stock_move_location-18.0.1.0.0.3.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
39
- odoo_addon_stock_move_location-18.0.1.0.0.3.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
40
- odoo_addon_stock_move_location-18.0.1.0.0.3.dist-info/RECORD,,
38
+ odoo_addon_stock_move_location-18.0.1.0.1.dist-info/METADATA,sha256=N954-2N5nwuyigML8Xth-k0UvTfRbIBuWD0z35svMs8,7361
39
+ odoo_addon_stock_move_location-18.0.1.0.1.dist-info/WHEEL,sha256=ZhOvUsYhy81Dx67gN3TV0RchQWBIIzutDZaJODDg2Vo,81
40
+ odoo_addon_stock_move_location-18.0.1.0.1.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
41
+ odoo_addon_stock_move_location-18.0.1.0.1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: Whool 1.2
2
+ Generator: Whool 1.3
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5