odoo-addon-stock-move-location 16.0.1.4.1__py3-none-any.whl → 18.0.1.0.0.4__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 +8 -7
- odoo/addons/stock_move_location/__manifest__.py +1 -1
- odoo/addons/stock_move_location/i18n/sk.po +301 -0
- 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 +6 -5
- 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 -65
- 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.1.dist-info → odoo_addon_stock_move_location-18.0.1.0.0.4.dist-info}/METADATA +14 -12
- {odoo_addon_stock_move_location-16.0.1.4.1.dist-info → odoo_addon_stock_move_location-18.0.1.0.0.4.dist-info}/RECORD +21 -20
- {odoo_addon_stock_move_location-16.0.1.4.1.dist-info → odoo_addon_stock_move_location-18.0.1.0.0.4.dist-info}/WHEEL +1 -1
- odoo_addon_stock_move_location-18.0.1.0.0.4.dist-info/top_level.txt +1 -0
- odoo_addon_stock_move_location-16.0.1.4.1.dist-info/top_level.txt +0 -1
@@ -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:d4e4ea6fb0a6f2f34b451c22d5ab139e4f867621b65786664f6b93d57558b66d
|
11
11
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
12
12
|
|
13
13
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
@@ -17,13 +17,13 @@ Move Stock Location
|
|
17
17
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
18
18
|
:alt: License: AGPL-3
|
19
19
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github
|
20
|
-
:target: https://github.com/OCA/stock-logistics-warehouse/tree/
|
20
|
+
:target: https://github.com/OCA/stock-logistics-warehouse/tree/18.0/stock_move_location
|
21
21
|
:alt: OCA/stock-logistics-warehouse
|
22
22
|
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
23
|
-
:target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-
|
23
|
+
:target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-18-0/stock-logistics-warehouse-18-0-stock_move_location
|
24
24
|
:alt: Translate me on Weblate
|
25
25
|
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
|
26
|
-
:target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-warehouse&target_branch=
|
26
|
+
:target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-warehouse&target_branch=18.0
|
27
27
|
:alt: Try me on Runboat
|
28
28
|
|
29
29
|
|badge1| |badge2| |badge3| |badge4| |badge5|
|
@@ -43,7 +43,6 @@ Usage
|
|
43
43
|
where 2 locations can be specified.
|
44
44
|
- Select origin and destination locations and press "IMMEDIATE TRANSFER"
|
45
45
|
or "PLANNED TRANSFER"
|
46
|
-
- Press ADD ALL button to add all products available
|
47
46
|
- Those lines can be edited. Move quantity can't be more than a max
|
48
47
|
available quantity
|
49
48
|
- Move doesn't care about the reservations and will move stuff anyway
|
@@ -106,7 +105,7 @@ Bug Tracker
|
|
106
105
|
Bugs are tracked on `GitHub Issues <https://github.com/OCA/stock-logistics-warehouse/issues>`_.
|
107
106
|
In case of trouble, please check there if your issue has already been reported.
|
108
107
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
109
|
-
`feedback <https://github.com/OCA/stock-logistics-warehouse/issues/new?body=module:%20stock_move_location%0Aversion:%
|
108
|
+
`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**>`_.
|
110
109
|
|
111
110
|
Do not contact contributors directly about support or help with technical issues.
|
112
111
|
|
@@ -133,6 +132,7 @@ Contributors
|
|
133
132
|
|
134
133
|
- Sergio Teruel
|
135
134
|
- João Marques
|
135
|
+
- Carlos Roca
|
136
136
|
|
137
137
|
- Jacques-Etienne Baudoux <je@bcim.be>
|
138
138
|
- Iryna Vyshnevska <i.vyshnevska@mobilunity.com>
|
@@ -143,6 +143,7 @@ Contributors
|
|
143
143
|
- Aung Ko Ko Lin
|
144
144
|
|
145
145
|
- Laurent Mignon <laurent.mignon@acsone.eu>
|
146
|
+
- Maksym Yankin <maksym.yankin@camptocamp.com>
|
146
147
|
|
147
148
|
Maintainers
|
148
149
|
-----------
|
@@ -157,6 +158,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
|
|
157
158
|
mission is to support the collaborative development of Odoo features and
|
158
159
|
promote its widespread use.
|
159
160
|
|
160
|
-
This module is part of the `OCA/stock-logistics-warehouse <https://github.com/OCA/stock-logistics-warehouse/tree/
|
161
|
+
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.
|
161
162
|
|
162
163
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
@@ -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 ""
|
@@ -4,7 +4,7 @@
|
|
4
4
|
#
|
5
5
|
msgid ""
|
6
6
|
msgstr ""
|
7
|
-
"Project-Id-Version: Odoo Server
|
7
|
+
"Project-Id-Version: Odoo Server 18.0\n"
|
8
8
|
"Report-Msgid-Bugs-To: \n"
|
9
9
|
"Last-Translator: \n"
|
10
10
|
"Language-Team: \n"
|
@@ -28,6 +28,11 @@ msgstr ""
|
|
28
28
|
msgid "Cancel"
|
29
29
|
msgstr ""
|
30
30
|
|
31
|
+
#. module: stock_move_location
|
32
|
+
#: model:ir.model.fields,field_description:stock_move_location.field_wiz_stock_move_location__company_id
|
33
|
+
msgid "Company"
|
34
|
+
msgstr ""
|
35
|
+
|
31
36
|
#. module: stock_move_location
|
32
37
|
#: model:ir.model.fields,field_description:stock_move_location.field_wiz_stock_move_location__picking_id
|
33
38
|
msgid "Connected Picking"
|
@@ -69,9 +74,20 @@ msgstr ""
|
|
69
74
|
|
70
75
|
#. module: stock_move_location
|
71
76
|
#: model:ir.model.fields,field_description:stock_move_location.field_wiz_stock_move_location__edit_locations
|
77
|
+
#: model_terms:ir.ui.view,arch_db:stock_move_location.view_wiz_stock_move_location_form_stock_move_location
|
72
78
|
msgid "Edit Locations"
|
73
79
|
msgstr ""
|
74
80
|
|
81
|
+
#. module: stock_move_location
|
82
|
+
#: model:ir.model.fields,field_description:stock_move_location.field_wiz_stock_move_location__exclude_reserved_qty
|
83
|
+
msgid "Exclude Reserved Qty"
|
84
|
+
msgstr ""
|
85
|
+
|
86
|
+
#. module: stock_move_location
|
87
|
+
#: model_terms:ir.ui.view,arch_db:stock_move_location.view_wiz_stock_move_location_form_stock_move_location
|
88
|
+
msgid "Exclude Reserved Quantities"
|
89
|
+
msgstr ""
|
90
|
+
|
75
91
|
#. module: stock_move_location
|
76
92
|
#: model_terms:ir.ui.view,arch_db:stock_move_location.view_picking_form
|
77
93
|
msgid "Fill with stock"
|
@@ -93,12 +109,6 @@ msgstr ""
|
|
93
109
|
msgid "Immediate Transfer"
|
94
110
|
msgstr ""
|
95
111
|
|
96
|
-
#. module: stock_move_location
|
97
|
-
#: model:ir.model.fields,field_description:stock_move_location.field_wiz_stock_move_location____last_update
|
98
|
-
#: model:ir.model.fields,field_description:stock_move_location.field_wiz_stock_move_location_line____last_update
|
99
|
-
msgid "Last Modified on"
|
100
|
-
msgstr ""
|
101
|
-
|
102
112
|
#. module: stock_move_location
|
103
113
|
#: model:ir.model.fields,field_description:stock_move_location.field_wiz_stock_move_location__write_uid
|
104
114
|
#: model:ir.model.fields,field_description:stock_move_location.field_wiz_stock_move_location_line__write_uid
|
@@ -111,6 +121,11 @@ msgstr ""
|
|
111
121
|
msgid "Last Updated on"
|
112
122
|
msgstr ""
|
113
123
|
|
124
|
+
#. module: stock_move_location
|
125
|
+
#: model_terms:ir.ui.view,arch_db:stock_move_location.view_wiz_stock_move_location_form_stock_move_location
|
126
|
+
msgid "Lot/SN:"
|
127
|
+
msgstr ""
|
128
|
+
|
114
129
|
#. module: stock_move_location
|
115
130
|
#: model:ir.model.fields,field_description:stock_move_location.field_wiz_stock_move_location_line__lot_id
|
116
131
|
msgid "Lot/Serial Number"
|
@@ -145,7 +160,6 @@ msgstr ""
|
|
145
160
|
#. module: stock_move_location
|
146
161
|
#. odoo-python
|
147
162
|
#: code:addons/stock_move_location/wizard/stock_move_location_line.py:0
|
148
|
-
#, python-format
|
149
163
|
msgid "Move quantity can not exceed max quantity or be negative"
|
150
164
|
msgstr ""
|
151
165
|
|
@@ -157,7 +171,6 @@ msgstr ""
|
|
157
171
|
#. module: stock_move_location
|
158
172
|
#. odoo-python
|
159
173
|
#: code:addons/stock_move_location/models/stock_picking.py:0
|
160
|
-
#, python-format
|
161
174
|
msgid "Moves lines already exists"
|
162
175
|
msgstr ""
|
163
176
|
|
@@ -196,7 +209,6 @@ msgstr ""
|
|
196
209
|
#. module: stock_move_location
|
197
210
|
#. odoo-python
|
198
211
|
#: code:addons/stock_move_location/models/stock_picking.py:0
|
199
|
-
#, python-format
|
200
212
|
msgid "Please choose a source end location"
|
201
213
|
msgstr ""
|
202
214
|
|
@@ -210,6 +222,11 @@ msgstr ""
|
|
210
222
|
msgid "Product Unit of Measure"
|
211
223
|
msgstr ""
|
212
224
|
|
225
|
+
#. module: stock_move_location
|
226
|
+
#: model_terms:ir.ui.view,arch_db:stock_move_location.view_wiz_stock_move_location_form_stock_move_location
|
227
|
+
msgid "Quantity"
|
228
|
+
msgstr ""
|
229
|
+
|
213
230
|
#. module: stock_move_location
|
214
231
|
#: model:ir.model.fields,field_description:stock_move_location.field_wiz_stock_move_location_line__move_quantity
|
215
232
|
msgid "Quantity to move"
|
@@ -237,11 +254,21 @@ msgstr ""
|
|
237
254
|
msgid "Stock Move"
|
238
255
|
msgstr ""
|
239
256
|
|
257
|
+
#. module: stock_move_location
|
258
|
+
#: model:ir.model.fields,field_description:stock_move_location.field_wiz_stock_move_location_line__total_quantity
|
259
|
+
msgid "Total existence quantity"
|
260
|
+
msgstr ""
|
261
|
+
|
240
262
|
#. module: stock_move_location
|
241
263
|
#: model:ir.model,name:stock_move_location.model_stock_picking
|
242
264
|
msgid "Transfer"
|
243
265
|
msgstr ""
|
244
266
|
|
267
|
+
#. module: stock_move_location
|
268
|
+
#: model_terms:ir.ui.view,arch_db:stock_move_location.view_wiz_stock_move_location_form_stock_move_location
|
269
|
+
msgid "Unit of Measure"
|
270
|
+
msgstr ""
|
271
|
+
|
245
272
|
#. module: stock_move_location
|
246
273
|
#: model_terms:ir.ui.view,arch_db:stock_move_location.view_wiz_stock_move_location_form_stock_move_location
|
247
274
|
msgid "UoM"
|
@@ -1,9 +1,5 @@
|
|
1
1
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
def enable_multi_locations(cr, registry):
|
6
|
-
env = api.Environment(cr, SUPERUSER_ID, {})
|
2
|
+
def enable_multi_locations(env):
|
7
3
|
ResConfig = env["res.config.settings"]
|
8
4
|
default_values = ResConfig.default_get(list(ResConfig.fields_get()))
|
9
5
|
default_values.update({"group_stock_multi_locations": True})
|
@@ -17,7 +17,6 @@ class StockPicking(models.Model):
|
|
17
17
|
context = {
|
18
18
|
"active_ids": self._get_movable_quants().ids,
|
19
19
|
"active_model": "stock.quant",
|
20
|
-
"only_reserved_qty": True,
|
21
20
|
"planned": True,
|
22
21
|
}
|
23
22
|
move_wizard = (
|
@@ -32,7 +31,6 @@ class StockPicking(models.Model):
|
|
32
31
|
}
|
33
32
|
)
|
34
33
|
)
|
35
|
-
move_wizard._onchange_destination_location_id()
|
36
34
|
move_wizard.action_move_location()
|
37
35
|
return True
|
38
36
|
|
@@ -43,9 +41,13 @@ class StockPicking(models.Model):
|
|
43
41
|
raise UserError(_("Moves lines already exists"))
|
44
42
|
|
45
43
|
def _get_movable_quants(self):
|
46
|
-
return
|
47
|
-
[
|
48
|
-
|
49
|
-
|
50
|
-
|
44
|
+
return (
|
45
|
+
self.env["stock.quant"]
|
46
|
+
.search(
|
47
|
+
[
|
48
|
+
("location_id", "=", self.location_id.id),
|
49
|
+
("quantity", ">", 0.0),
|
50
|
+
]
|
51
|
+
)
|
52
|
+
.filtered(lambda quant: quant.quantity - quant.reserved_quantity > 0.0)
|
51
53
|
)
|
@@ -7,6 +7,7 @@
|
|
7
7
|
- Tecnativa \<tecnativa.com\>
|
8
8
|
- Sergio Teruel
|
9
9
|
- João Marques
|
10
|
+
- Carlos Roca
|
10
11
|
- Jacques-Etienne Baudoux \<<je@bcim.be>\>
|
11
12
|
- Iryna Vyshnevska \<<i.vyshnevska@mobilunity.com>\>
|
12
13
|
- Alexei Rivera \<<arivera@archeti.com>\>
|
@@ -14,3 +15,4 @@
|
|
14
15
|
- Quartile \<<https://www.quartile.co>\>
|
15
16
|
- Aung Ko Ko Lin
|
16
17
|
- Laurent Mignon \<<laurent.mignon@acsone.eu>\>
|
18
|
+
- Maksym Yankin \<<maksym.yankin@camptocamp.com>\>
|
@@ -2,7 +2,6 @@
|
|
2
2
|
can be specified.
|
3
3
|
- Select origin and destination locations and press "IMMEDIATE TRANSFER" or "PLANNED
|
4
4
|
TRANSFER"
|
5
|
-
- Press ADD ALL button to add all products available
|
6
5
|
- Those lines can be edited. Move quantity can't be more than a max available quantity
|
7
6
|
- Move doesn't care about the reservations and will move stuff anyway
|
8
7
|
- If during your operation with the wizard the real quantity will change it will move
|
@@ -367,9 +367,9 @@ 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:d4e4ea6fb0a6f2f34b451c22d5ab139e4f867621b65786664f6b93d57558b66d
|
371
371
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
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/
|
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&target_branch=18.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
|
374
374
|
another and move only selected quantities.</p>
|
375
375
|
<p><strong>Table of contents</strong></p>
|
@@ -393,7 +393,6 @@ another and move only selected quantities.</p>
|
|
393
393
|
where 2 locations can be specified.</li>
|
394
394
|
<li>Select origin and destination locations and press “IMMEDIATE TRANSFER”
|
395
395
|
or “PLANNED TRANSFER”</li>
|
396
|
-
<li>Press ADD ALL button to add all products available</li>
|
397
396
|
<li>Those lines can be edited. Move quantity can’t be more than a max
|
398
397
|
available quantity</li>
|
399
398
|
<li>Move doesn’t care about the reservations and will move stuff anyway</li>
|
@@ -447,7 +446,7 @@ filled in.</li>
|
|
447
446
|
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/stock-logistics-warehouse/issues">GitHub Issues</a>.
|
448
447
|
In case of trouble, please check there if your issue has already been reported.
|
449
448
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
450
|
-
<a class="reference external" href="https://github.com/OCA/stock-logistics-warehouse/issues/new?body=module:%20stock_move_location%0Aversion:%
|
449
|
+
<a class="reference external" href="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**">feedback</a>.</p>
|
451
450
|
<p>Do not contact contributors directly about support or help with technical issues.</p>
|
452
451
|
</div>
|
453
452
|
<div class="section" id="credits">
|
@@ -472,6 +471,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|
472
471
|
<li>Tecnativa <tecnativa.com><ul>
|
473
472
|
<li>Sergio Teruel</li>
|
474
473
|
<li>João Marques</li>
|
474
|
+
<li>Carlos Roca</li>
|
475
475
|
</ul>
|
476
476
|
</li>
|
477
477
|
<li>Jacques-Etienne Baudoux <<a class="reference external" href="mailto:je@bcim.be">je@bcim.be</a>></li>
|
@@ -483,6 +483,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|
483
483
|
</ul>
|
484
484
|
</li>
|
485
485
|
<li>Laurent Mignon <<a class="reference external" href="mailto:laurent.mignon@acsone.eu">laurent.mignon@acsone.eu</a>></li>
|
486
|
+
<li>Maksym Yankin <<a class="reference external" href="mailto:maksym.yankin@camptocamp.com">maksym.yankin@camptocamp.com</a>></li>
|
486
487
|
</ul>
|
487
488
|
</div>
|
488
489
|
<div class="section" id="maintainers">
|
@@ -494,7 +495,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|
494
495
|
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
|
495
496
|
mission is to support the collaborative development of Odoo features and
|
496
497
|
promote its widespread use.</p>
|
497
|
-
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/stock-logistics-warehouse/tree/
|
498
|
+
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/stock-logistics-warehouse/tree/18.0/stock_move_location">OCA/stock-logistics-warehouse</a> project on GitHub.</p>
|
498
499
|
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
|
499
500
|
</div>
|
500
501
|
</div>
|