odoo-addon-stock-move-location 16.0.1.4.0.2__py3-none-any.whl → 18.0.1.0.0.3__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 +48 -48
- odoo/addons/stock_move_location/__manifest__.py +1 -1
- odoo/addons/stock_move_location/i18n/stock_move_location.pot +37 -10
- odoo/addons/stock_move_location/init_hook.py +1 -5
- odoo/addons/stock_move_location/models/stock_picking.py +9 -7
- odoo/addons/stock_move_location/readme/CONTRIBUTORS.md +2 -0
- odoo/addons/stock_move_location/readme/USAGE.md +0 -1
- odoo/addons/stock_move_location/static/description/index.html +12 -12
- odoo/addons/stock_move_location/tests/test_common.py +16 -13
- odoo/addons/stock_move_location/tests/test_move_location.py +19 -24
- odoo/addons/stock_move_location/tests/test_stock_fillwithstock.py +23 -28
- odoo/addons/stock_move_location/views/stock_picking.xml +1 -3
- odoo/addons/stock_move_location/views/stock_picking_type_views.xml +4 -7
- odoo/addons/stock_move_location/wizard/stock_move_location.py +46 -61
- odoo/addons/stock_move_location/wizard/stock_move_location.xml +60 -32
- odoo/addons/stock_move_location/wizard/stock_move_location_line.py +18 -30
- {odoo_addon_stock_move_location-16.0.1.4.0.2.dist-info → odoo_addon_stock_move_location-18.0.1.0.0.3.dist-info}/METADATA +53 -53
- {odoo_addon_stock_move_location-16.0.1.4.0.2.dist-info → odoo_addon_stock_move_location-18.0.1.0.0.3.dist-info}/RECORD +20 -20
- {odoo_addon_stock_move_location-16.0.1.4.0.2.dist-info → odoo_addon_stock_move_location-18.0.1.0.0.3.dist-info}/WHEEL +1 -1
- odoo_addon_stock_move_location-18.0.1.0.0.3.dist-info/top_level.txt +1 -0
- odoo_addon_stock_move_location-16.0.1.4.0.2.dist-info/top_level.txt +0 -1
@@ -1,17 +1,17 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: odoo-addon-stock_move_location
|
3
|
-
Version:
|
3
|
+
Version: 18.0.1.0.0.3
|
4
|
+
Requires-Python: >=3.10
|
5
|
+
Requires-Dist: odoo==18.0.*
|
4
6
|
Summary: This module allows to move all stock in a stock location to an other one.
|
5
7
|
Home-page: https://github.com/OCA/stock-logistics-warehouse
|
8
|
+
License: AGPL-3
|
6
9
|
Author: Julius Network Solutions, BCIM,Camptocamp,Odoo Community Association (OCA)
|
7
10
|
Author-email: support@odoo-community.org
|
8
|
-
License: AGPL-3
|
9
11
|
Classifier: Programming Language :: Python
|
10
12
|
Classifier: Framework :: Odoo
|
11
|
-
Classifier: Framework :: Odoo ::
|
13
|
+
Classifier: Framework :: Odoo :: 18.0
|
12
14
|
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
|
13
|
-
Requires-Python: >=3.10
|
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:d4e4ea6fb0a6f2f34b451c22d5ab139e4f867621b65786664f6b93d57558b66d
|
26
26
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
27
27
|
|
28
28
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
@@ -32,13 +32,13 @@ Move Stock Location
|
|
32
32
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
33
33
|
:alt: License: AGPL-3
|
34
34
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github
|
35
|
-
:target: https://github.com/OCA/stock-logistics-warehouse/tree/
|
35
|
+
:target: https://github.com/OCA/stock-logistics-warehouse/tree/18.0/stock_move_location
|
36
36
|
:alt: OCA/stock-logistics-warehouse
|
37
37
|
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
38
|
-
:target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-
|
38
|
+
:target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-18-0/stock-logistics-warehouse-18-0-stock_move_location
|
39
39
|
:alt: Translate me on Weblate
|
40
40
|
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
|
41
|
-
:target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-warehouse&target_branch=
|
41
|
+
:target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-warehouse&target_branch=18.0
|
42
42
|
:alt: Try me on Runboat
|
43
43
|
|
44
44
|
|badge1| |badge2| |badge3| |badge4| |badge5|
|
@@ -54,27 +54,25 @@ 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
|
-
automatically
|
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
|
+
- Those lines can be edited. Move quantity can't be more than a max
|
62
|
+
available quantity
|
63
|
+
- Move doesn't care about the reservations and will move stuff anyway
|
64
|
+
- If during your operation with the wizard the real quantity will change
|
65
|
+
it will move only the available quantity at the button press
|
66
|
+
- Products will be moved and a form view of picking that did that will
|
67
|
+
show up
|
68
|
+
- If "PLANNED TRANSFER" is used - the picking won't be validated
|
69
|
+
automatically
|
71
70
|
|
72
71
|
If you want to transfer a full quant:
|
73
72
|
|
74
|
-
-
|
75
|
-
|
76
|
-
|
77
|
-
- Select the quantities which you want move to another location
|
73
|
+
- Go to Inventory > Products > Products and click "On hand" smart button
|
74
|
+
or Inventory > Reporting > Inventory, the quants view will be opened.
|
75
|
+
- Select the quantities which you want move to another location
|
78
76
|
|
79
77
|
If you go to the Inventory Dashboard you can see the button "Move from
|
80
78
|
location" in each of the picking types (only applicable to internal and
|
@@ -107,14 +105,14 @@ Known issues / Roadmap
|
|
107
105
|
Change the current implementation (suggested by Denis Roussel from
|
108
106
|
ACSONE):
|
109
107
|
|
110
|
-
-
|
111
|
-
|
112
|
-
-
|
113
|
-
-
|
114
|
-
|
115
|
-
-
|
116
|
-
|
117
|
-
|
108
|
+
- A new parameter on stock picking types : 'Product Change Location'
|
109
|
+
(with a little help).
|
110
|
+
- With this, go to the dashboard, create a picking with that type.
|
111
|
+
- Add a button on the picking form which is visible with that type that
|
112
|
+
fill in the picking as now
|
113
|
+
- Nice to have: add a magic button on locations that with context
|
114
|
+
creates a new picking of that type with the origin location already
|
115
|
+
filled in.
|
118
116
|
|
119
117
|
Bug Tracker
|
120
118
|
===========
|
@@ -122,7 +120,7 @@ Bug Tracker
|
|
122
120
|
Bugs are tracked on `GitHub Issues <https://github.com/OCA/stock-logistics-warehouse/issues>`_.
|
123
121
|
In case of trouble, please check there if your issue has already been reported.
|
124
122
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
125
|
-
`feedback <https://github.com/OCA/stock-logistics-warehouse/issues/new?body=module:%20stock_move_location%0Aversion:%
|
123
|
+
`feedback <https://github.com/OCA/stock-logistics-warehouse/issues/new?body=module:%20stock_move_location%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
126
124
|
|
127
125
|
Do not contact contributors directly about support or help with technical issues.
|
128
126
|
|
@@ -139,26 +137,28 @@ Authors
|
|
139
137
|
Contributors
|
140
138
|
------------
|
141
139
|
|
142
|
-
-
|
143
|
-
-
|
144
|
-
-
|
145
|
-
-
|
146
|
-
-
|
147
|
-
-
|
148
|
-
-
|
140
|
+
- Mathieu Vatel <mathieu@julius.fr>
|
141
|
+
- Mykhailo Panarin <m.panarin@mobilunity.com>
|
142
|
+
- Joan Sisquella <joan.sisquella@forgeflow.com>
|
143
|
+
- Jordi Ballester Alomar <jordi.ballester@forgeflow.com>
|
144
|
+
- Lois Rilo <lois.rilo@forgeflow.com>
|
145
|
+
- Héctor Villarreal <hector.villarreal@forgeflow.com>
|
146
|
+
- Tecnativa <tecnativa.com>
|
149
147
|
|
150
|
-
|
151
|
-
|
148
|
+
- Sergio Teruel
|
149
|
+
- João Marques
|
150
|
+
- Carlos Roca
|
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>
|
161
|
+
- Maksym Yankin <maksym.yankin@camptocamp.com>
|
162
162
|
|
163
163
|
Maintainers
|
164
164
|
-----------
|
@@ -173,6 +173,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
|
|
173
173
|
mission is to support the collaborative development of Odoo features and
|
174
174
|
promote its widespread use.
|
175
175
|
|
176
|
-
This module is part of the `OCA/stock-logistics-warehouse <https://github.com/OCA/stock-logistics-warehouse/tree/
|
176
|
+
This module is part of the `OCA/stock-logistics-warehouse <https://github.com/OCA/stock-logistics-warehouse/tree/18.0/stock_move_location>`_ project on GitHub.
|
177
177
|
|
178
178
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
@@ -1,7 +1,7 @@
|
|
1
|
-
odoo/addons/stock_move_location/README.rst,sha256=
|
1
|
+
odoo/addons/stock_move_location/README.rst,sha256=99sEG5BcHNuPiqq3Xqwy9Df5YixAw9blAx1MFHds0es,6302
|
2
2
|
odoo/addons/stock_move_location/__init__.py,sha256=a529MU97ndMyMZsToYJmFXUHanvFmTyIZL9lmHsflPM,88
|
3
|
-
odoo/addons/stock_move_location/__manifest__.py,sha256=
|
4
|
-
odoo/addons/stock_move_location/init_hook.py,sha256=
|
3
|
+
odoo/addons/stock_move_location/__manifest__.py,sha256=7ISs67qDzkbCllb_LswdUMe8GTxI1d6zp7wb86vvveI,901
|
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
|
7
7
|
odoo/addons/stock_move_location/i18n/es.po,sha256=olg6wiEsYwQr6MTLzYmk0g-LnNrs9PFcs69QsedDy2g,11810
|
@@ -12,29 +12,29 @@ 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/stock_move_location.pot,sha256=
|
15
|
+
odoo/addons/stock_move_location/i18n/stock_move_location.pot,sha256=oaHuaH_Nmn6T3i-CGzHSdyt7-ptFJbvrYOfKuI5O0y8,10965
|
16
16
|
odoo/addons/stock_move_location/models/__init__.py,sha256=UrroaZ7L0mQgueiSi7qJ-maQp61uMedod-xbfhGNBMI,181
|
17
17
|
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=
|
18
|
+
odoo/addons/stock_move_location/models/stock_picking.py,sha256=y0odlF6YhtCU2e5orslKrSguq_j25nerWJWNFEM2HZQ,1708
|
19
19
|
odoo/addons/stock_move_location/models/stock_picking_type.py,sha256=9czGhJxYbgoB9umbf3Vw2TuyGWDC_cBXhaDq_cSN0t0,962
|
20
|
-
odoo/addons/stock_move_location/readme/CONTRIBUTORS.md,sha256=
|
20
|
+
odoo/addons/stock_move_location/readme/CONTRIBUTORS.md,sha256=pkp1DTEEEMW0iQNLxkRhp8Lt5bGq3IDNI0ek1MGMjPg,724
|
21
21
|
odoo/addons/stock_move_location/readme/DESCRIPTION.md,sha256=cVmKIDWpKU3Ep66adAVRrNkMQB-yeJ-8QTRayNHTX1M,116
|
22
22
|
odoo/addons/stock_move_location/readme/ROADMAP.md,sha256=HW9tNWBGh6oAjRj8qWMlXPc0XQu7325gRxcs9jeR4ZM,487
|
23
|
-
odoo/addons/stock_move_location/readme/USAGE.md,sha256=
|
23
|
+
odoo/addons/stock_move_location/readme/USAGE.md,sha256=BQt9MkOrhdCCbSgSjaHbkOlR0bGpm9v-fHriMcqpSEY,2007
|
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=sQMvekEhlD3pbtT_qgcLZITTZ9-aT3i8F5Z55qs-Yo4,17390
|
27
27
|
odoo/addons/stock_move_location/tests/__init__.py,sha256=gDGhCnhTYQONkRkGhPtOhgWTJ8sj6zs-sl2YRRvqGvQ,98
|
28
|
-
odoo/addons/stock_move_location/tests/test_common.py,sha256=
|
29
|
-
odoo/addons/stock_move_location/tests/test_move_location.py,sha256=
|
30
|
-
odoo/addons/stock_move_location/tests/test_stock_fillwithstock.py,sha256=
|
31
|
-
odoo/addons/stock_move_location/views/stock_picking.xml,sha256=
|
32
|
-
odoo/addons/stock_move_location/views/stock_picking_type_views.xml,sha256=
|
28
|
+
odoo/addons/stock_move_location/tests/test_common.py,sha256=0KmNLghRNtVDdRy2rDB5R3zZaATQqX8ZDbI1tCDkHBw,6198
|
29
|
+
odoo/addons/stock_move_location/tests/test_move_location.py,sha256=UVQhxFA1J3ta4ZkoqB7mX_E25Td1Yc-rPb-Bv6HXVXs,14897
|
30
|
+
odoo/addons/stock_move_location/tests/test_stock_fillwithstock.py,sha256=csUUo6V_pH1iq7xYkwzrCkY5Hpg-YHGtote-qlLPtyM,2679
|
31
|
+
odoo/addons/stock_move_location/views/stock_picking.xml,sha256=tLbhAUpl49uzb2V9RAN1G2q9waeZJgNY4CPaZfWNJ-w,742
|
32
|
+
odoo/addons/stock_move_location/views/stock_picking_type_views.xml,sha256=gTs-XGBnQ06Cz8JgFp1cbwB6mxIUlAI2CTlbhYo35JU,1391
|
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=
|
35
|
-
odoo/addons/stock_move_location/wizard/stock_move_location.xml,sha256=
|
36
|
-
odoo/addons/stock_move_location/wizard/stock_move_location_line.py,sha256=
|
37
|
-
odoo_addon_stock_move_location-
|
38
|
-
odoo_addon_stock_move_location-
|
39
|
-
odoo_addon_stock_move_location-
|
40
|
-
odoo_addon_stock_move_location-
|
34
|
+
odoo/addons/stock_move_location/wizard/stock_move_location.py,sha256=6x0xPPoh5OzlgAV7FYrkA9msQ7LIooPheJAYwu2d9Ik,14905
|
35
|
+
odoo/addons/stock_move_location/wizard/stock_move_location.xml,sha256=1p2sQEZl9Opd_dxTpCJXXIq3YJkyej4EbplA1j7aE9Y,9074
|
36
|
+
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,,
|
@@ -0,0 +1 @@
|
|
1
|
+
odoo
|
@@ -1 +0,0 @@
|
|
1
|
-
odoo
|