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.
Files changed (21) hide show
  1. odoo/addons/stock_move_location/README.rst +48 -48
  2. odoo/addons/stock_move_location/__manifest__.py +1 -1
  3. odoo/addons/stock_move_location/i18n/stock_move_location.pot +37 -10
  4. odoo/addons/stock_move_location/init_hook.py +1 -5
  5. odoo/addons/stock_move_location/models/stock_picking.py +9 -7
  6. odoo/addons/stock_move_location/readme/CONTRIBUTORS.md +2 -0
  7. odoo/addons/stock_move_location/readme/USAGE.md +0 -1
  8. odoo/addons/stock_move_location/static/description/index.html +12 -12
  9. odoo/addons/stock_move_location/tests/test_common.py +16 -13
  10. odoo/addons/stock_move_location/tests/test_move_location.py +19 -24
  11. odoo/addons/stock_move_location/tests/test_stock_fillwithstock.py +23 -28
  12. odoo/addons/stock_move_location/views/stock_picking.xml +1 -3
  13. odoo/addons/stock_move_location/views/stock_picking_type_views.xml +4 -7
  14. odoo/addons/stock_move_location/wizard/stock_move_location.py +46 -61
  15. odoo/addons/stock_move_location/wizard/stock_move_location.xml +60 -32
  16. odoo/addons/stock_move_location/wizard/stock_move_location_line.py +18 -30
  17. {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
  18. {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
  19. {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
  20. odoo_addon_stock_move_location-18.0.1.0.0.3.dist-info/top_level.txt +1 -0
  21. 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: 16.0.1.4.0.2
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 :: 16.0
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:b188235583d8ffee97982515cd164a26620734c9758c886ffae1b371d3843acc
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/16.0/stock_move_location
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-16-0/stock-logistics-warehouse-16-0-stock_move_location
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=16.0
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
- - 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
60
- TRANSFER" 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
66
- change 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
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
- - Go to Inventory > Products > Products and click "On hand" smart
75
- button or Inventory > Reporting > Inventory, the quants view will be
76
- opened.
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
- - A new parameter on stock picking types : 'Product Change Location'
111
- (with a little help).
112
- - With this, go to the dashboard, create a picking with that type.
113
- - Add a button on the picking form which is visible with that type that
114
- fill in the picking as now
115
- - Nice to have: add a magic button on locations that with context
116
- creates a new picking of that type with the origin location already
117
- filled in.
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:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
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
- - Mathieu Vatel <mathieu@julius.fr>
143
- - Mykhailo Panarin <m.panarin@mobilunity.com>
144
- - Joan Sisquella <joan.sisquella@forgeflow.com>
145
- - Jordi Ballester Alomar <jordi.ballester@forgeflow.com>
146
- - Lois Rilo <lois.rilo@forgeflow.com>
147
- - Héctor Villarreal <hector.villarreal@forgeflow.com>
148
- - Tecnativa <tecnativa.com>
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
- - Sergio Teruel
151
- - João Marques
148
+ - Sergio Teruel
149
+ - João Marques
150
+ - Carlos Roca
152
151
 
153
- - Jacques-Etienne Baudoux <je@bcim.be>
154
- - Iryna Vyshnevska <i.vyshnevska@mobilunity.com>
155
- - Alexei Rivera <arivera@archeti.com>
156
- - Abraham Anes <abraham@studio73.es>
157
- - Quartile <https://www.quartile.co>
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
- - Aung Ko Ko Lin
158
+ - Aung Ko Ko Lin
160
159
 
161
- - Laurent Mignon <laurent.mignon@acsone.eu>
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/16.0/stock_move_location>`_ project on GitHub.
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=44MKjDpGX9hHXKDPYK8bk8ykyH2q63OP5Vti9FyRsOk,6339
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=SyxTE2a6wrGnqZrgFUVrUx3yuDRUfQorMXCSBT8xITM,901
4
- odoo/addons/stock_move_location/init_hook.py,sha256=iIIjLsKG3z1Esn7A_tiIQZ9jXPvVs6EIhtNICdv-FQA,419
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=iGhgMOAPhzmrqWGb2C7sHif2US073Vp25fCUzWr_7DU,9965
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=zaUHgEKdL9SjbkhiMwbkptKc3JzqXjeA-djbMjJ2KWc,1662
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=jdLKIMJmyc-wsmVXUXjkcxlGwFGlfzXSt5wC_qrRcOY,657
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=FmTEwq9m_kuygbtWl4syvjA8ieqNAksH8Vol5Mtqyqg,2060
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=1P3c-WOXybwDIIl5S6yEUuRaGB2_Rx0I3ayf0aeWmB4,17284
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=c7N7wfMZ-lTtLzINgdDggJDmAlt7GT01pmzhnpfE0LM,6113
29
- odoo/addons/stock_move_location/tests/test_move_location.py,sha256=OJFkAHjtEFduV7Ka3in07TTJsQfK5QFjnBZKPMJuEgY,15036
30
- odoo/addons/stock_move_location/tests/test_stock_fillwithstock.py,sha256=BvMF_7nubCdd_o337qjQxJMdZ3WzGd8--DyDkkv6c-g,2838
31
- odoo/addons/stock_move_location/views/stock_picking.xml,sha256=isH25PIq7A2rfCUzk9_HFYA8WIoGm5HNDu-N3CJazRQ,730
32
- odoo/addons/stock_move_location/views/stock_picking_type_views.xml,sha256=2eDNXl4eg9WRcyoMHEf3OKBy5-rZJue3reSXWCDNxbI,1495
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=iGdx_9E9eGl-hfizNYb9JyoBYlNRm3rgNp22o6ua7aw,15362
35
- odoo/addons/stock_move_location/wizard/stock_move_location.xml,sha256=cYLFIvZ7VDUGOHqbG31mcqrj6Ec_jS2sAgk8MHrsAYQ,7834
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.0.2.dist-info/METADATA,sha256=0n3mtGdXoM-jDYNlXRLGxE7Bf5AH8_Nx5AH9lfGArV8,6952
38
- odoo_addon_stock_move_location-16.0.1.4.0.2.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
39
- odoo_addon_stock_move_location-16.0.1.4.0.2.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
40
- odoo_addon_stock_move_location-16.0.1.4.0.2.dist-info/RECORD,,
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,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.43.0)
2
+ Generator: Whool 1.2
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5