odoo-addon-stock-move-location 18.0.1.0.0.4__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.
- odoo/addons/stock_move_location/README.rst +12 -2
- odoo/addons/stock_move_location/__manifest__.py +1 -1
- odoo/addons/stock_move_location/models/stock_picking.py +3 -1
- odoo/addons/stock_move_location/readme/ROADMAP.md +5 -0
- odoo/addons/stock_move_location/static/description/index.html +24 -12
- {odoo_addon_stock_move_location-18.0.1.0.0.4.dist-info → odoo_addon_stock_move_location-18.0.1.0.1.dist-info}/METADATA +13 -3
- {odoo_addon_stock_move_location-18.0.1.0.0.4.dist-info → odoo_addon_stock_move_location-18.0.1.0.1.dist-info}/RECORD +9 -9
- {odoo_addon_stock_move_location-18.0.1.0.0.4.dist-info → odoo_addon_stock_move_location-18.0.1.0.1.dist-info}/WHEEL +0 -0
- {odoo_addon_stock_move_location-18.0.1.0.0.4.dist-info → odoo_addon_stock_move_location-18.0.1.0.1.dist-info}/top_level.txt +0 -0
@@ -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:
|
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/
|
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
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright Jacques-Etienne Baudoux
|
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>
|
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"
|
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:
|
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/
|
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&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
|
-
<
|
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 > 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
|
-
<
|
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
|
-
<
|
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
|
-
<
|
464
|
+
<h2><a class="toc-backref" href="#toc-entry-4">Credits</a></h2>
|
454
465
|
<div class="section" id="authors">
|
455
|
-
<
|
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
|
-
<
|
474
|
+
<h3><a class="toc-backref" href="#toc-entry-6">Contributors</a></h3>
|
464
475
|
<ul class="simple">
|
465
476
|
<li>Mathieu Vatel <<a class="reference external" href="mailto:mathieu@julius.fr">mathieu@julius.fr</a>></li>
|
466
477
|
<li>Mykhailo Panarin <<a class="reference external" href="mailto:m.panarin@mobilunity.com">m.panarin@mobilunity.com</a>></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
|
-
<
|
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.
|
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.
|
@@ -14,6 +14,10 @@ Classifier: Framework :: Odoo :: 18.0
|
|
14
14
|
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
|
15
15
|
Description-Content-Type: text/x-rst
|
16
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
|
20
|
+
|
17
21
|
===================
|
18
22
|
Move Stock Location
|
19
23
|
===================
|
@@ -23,13 +27,13 @@ Move Stock Location
|
|
23
27
|
!! This file is generated by oca-gen-addon-readme !!
|
24
28
|
!! changes will be overwritten. !!
|
25
29
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
26
|
-
!! source digest: sha256:
|
30
|
+
!! source digest: sha256:792445e5024062bee785b19642189b2500b863643ed32db16d168d433c7dc7fd
|
27
31
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
28
32
|
|
29
33
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
30
34
|
:target: https://odoo-community.org/page/development-status
|
31
35
|
:alt: Beta
|
32
|
-
.. |badge2| image:: https://img.shields.io/badge/
|
36
|
+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
|
33
37
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
34
38
|
:alt: License: AGPL-3
|
35
39
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github
|
@@ -115,6 +119,12 @@ ACSONE):
|
|
115
119
|
creates a new picking of that type with the origin location already
|
116
120
|
filled in.
|
117
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
|
+
|
118
128
|
Bug Tracker
|
119
129
|
===========
|
120
130
|
|
@@ -1,6 +1,6 @@
|
|
1
|
-
odoo/addons/stock_move_location/README.rst,sha256=
|
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=
|
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
|
@@ -16,15 +16,15 @@ odoo/addons/stock_move_location/i18n/sk.po,sha256=JklUgKxESHfD2dA0nYHYDqqBHYlwB2
|
|
16
16
|
odoo/addons/stock_move_location/i18n/stock_move_location.pot,sha256=oaHuaH_Nmn6T3i-CGzHSdyt7-ptFJbvrYOfKuI5O0y8,10965
|
17
17
|
odoo/addons/stock_move_location/models/__init__.py,sha256=UrroaZ7L0mQgueiSi7qJ-maQp61uMedod-xbfhGNBMI,181
|
18
18
|
odoo/addons/stock_move_location/models/stock_move.py,sha256=UxsvfgwL_bfAEDrMdu_HGLlabPyZCjnf4MfeFzNPPI0,604
|
19
|
-
odoo/addons/stock_move_location/models/stock_picking.py,sha256=
|
19
|
+
odoo/addons/stock_move_location/models/stock_picking.py,sha256=DdfjDRhF36lyawtQbLJ_R81VcfKzlzLz1H2EiUKv8K8,1846
|
20
20
|
odoo/addons/stock_move_location/models/stock_picking_type.py,sha256=9czGhJxYbgoB9umbf3Vw2TuyGWDC_cBXhaDq_cSN0t0,962
|
21
21
|
odoo/addons/stock_move_location/readme/CONTRIBUTORS.md,sha256=pkp1DTEEEMW0iQNLxkRhp8Lt5bGq3IDNI0ek1MGMjPg,724
|
22
22
|
odoo/addons/stock_move_location/readme/DESCRIPTION.md,sha256=cVmKIDWpKU3Ep66adAVRrNkMQB-yeJ-8QTRayNHTX1M,116
|
23
|
-
odoo/addons/stock_move_location/readme/ROADMAP.md,sha256=
|
23
|
+
odoo/addons/stock_move_location/readme/ROADMAP.md,sha256=0KwbDHgAc0CIVJO39c5V5qNZ5XACgMxv_qhpvPYsRFU,737
|
24
24
|
odoo/addons/stock_move_location/readme/USAGE.md,sha256=BQt9MkOrhdCCbSgSjaHbkOlR0bGpm9v-fHriMcqpSEY,2007
|
25
25
|
odoo/addons/stock_move_location/security/ir.model.access.csv,sha256=sLpkI9b3t8YdWBbYPjzlQrCbmv-_C0bUwzd10cMF14M,338
|
26
26
|
odoo/addons/stock_move_location/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
|
27
|
-
odoo/addons/stock_move_location/static/description/index.html,sha256=
|
27
|
+
odoo/addons/stock_move_location/static/description/index.html,sha256=PKKDiM8bSmAOvREwI9UMWC51nCzZf-OqLc79TzBaRuA,17957
|
28
28
|
odoo/addons/stock_move_location/tests/__init__.py,sha256=gDGhCnhTYQONkRkGhPtOhgWTJ8sj6zs-sl2YRRvqGvQ,98
|
29
29
|
odoo/addons/stock_move_location/tests/test_common.py,sha256=0KmNLghRNtVDdRy2rDB5R3zZaATQqX8ZDbI1tCDkHBw,6198
|
30
30
|
odoo/addons/stock_move_location/tests/test_move_location.py,sha256=UVQhxFA1J3ta4ZkoqB7mX_E25Td1Yc-rPb-Bv6HXVXs,14897
|
@@ -35,7 +35,7 @@ odoo/addons/stock_move_location/wizard/__init__.py,sha256=0YXi68VJIkwZDO1-ZFirM2
|
|
35
35
|
odoo/addons/stock_move_location/wizard/stock_move_location.py,sha256=6x0xPPoh5OzlgAV7FYrkA9msQ7LIooPheJAYwu2d9Ik,14905
|
36
36
|
odoo/addons/stock_move_location/wizard/stock_move_location.xml,sha256=1p2sQEZl9Opd_dxTpCJXXIq3YJkyej4EbplA1j7aE9Y,9074
|
37
37
|
odoo/addons/stock_move_location/wizard/stock_move_location_line.py,sha256=fFH-DId5RMMGVLZTyGCdZIMiIFL0InAE07kW1YNb-yo,5844
|
38
|
-
odoo_addon_stock_move_location-18.0.1.0.
|
39
|
-
odoo_addon_stock_move_location-18.0.1.0.
|
40
|
-
odoo_addon_stock_move_location-18.0.1.0.
|
41
|
-
odoo_addon_stock_move_location-18.0.1.0.
|
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,,
|
File without changes
|