odoo-addon-stock-barcodes 16.0.2.0.0__py3-none-any.whl → 16.0.2.0.0.2__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_barcodes/i18n/es.po +343 -104
- odoo/addons/stock_barcodes/i18n/fr.po +357 -104
- odoo/addons/stock_barcodes/i18n/it.po +420 -113
- odoo/addons/stock_barcodes/i18n/tr.po +411 -124
- {odoo_addon_stock_barcodes-16.0.2.0.0.dist-info → odoo_addon_stock_barcodes-16.0.2.0.0.2.dist-info}/METADATA +1 -1
- {odoo_addon_stock_barcodes-16.0.2.0.0.dist-info → odoo_addon_stock_barcodes-16.0.2.0.0.2.dist-info}/RECORD +8 -8
- {odoo_addon_stock_barcodes-16.0.2.0.0.dist-info → odoo_addon_stock_barcodes-16.0.2.0.0.2.dist-info}/WHEEL +0 -0
- {odoo_addon_stock_barcodes-16.0.2.0.0.dist-info → odoo_addon_stock_barcodes-16.0.2.0.0.2.dist-info}/top_level.txt +0 -0
@@ -6,7 +6,7 @@ msgid ""
|
|
6
6
|
msgstr ""
|
7
7
|
"Project-Id-Version: Odoo Server 14.0\n"
|
8
8
|
"Report-Msgid-Bugs-To: \n"
|
9
|
-
"PO-Revision-Date: 2025-
|
9
|
+
"PO-Revision-Date: 2025-08-27 14:25+0000\n"
|
10
10
|
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
|
11
11
|
"Language-Team: none\n"
|
12
12
|
"Language: it\n"
|
@@ -19,6 +19,7 @@ msgstr ""
|
|
19
19
|
#. module: stock_barcodes
|
20
20
|
#: model:ir.model.fields,help:stock_barcodes.field_wiz_candidate_picking__state
|
21
21
|
#: model:ir.model.fields,help:stock_barcodes.field_wiz_stock_barcodes_read_picking__picking_state
|
22
|
+
#: model:ir.model.fields,help:stock_barcodes.field_wiz_stock_barcodes_read_todo__picking_state
|
22
23
|
msgid ""
|
23
24
|
" * Draft: The transfer is not confirmed yet. Reservation doesn't apply.\n"
|
24
25
|
" * Waiting another operation: This transfer is waiting for another operation "
|
@@ -54,6 +55,24 @@ msgstr ""
|
|
54
55
|
" * Fatto: il trasferimento è stato completato.\n"
|
55
56
|
" * Annullato: il trasferimento è stato annullato."
|
56
57
|
|
58
|
+
#. module: stock_barcodes
|
59
|
+
#. odoo-python
|
60
|
+
#: code:addons/stock_barcodes/models/stock_barcodes_action.py:0
|
61
|
+
#, python-format
|
62
|
+
msgid " Barcode has already been assigned to the action(s): {}."
|
63
|
+
msgstr " Il codice a barre è già stato assegnato all'azione: {}."
|
64
|
+
|
65
|
+
#. module: stock_barcodes
|
66
|
+
#. odoo-python
|
67
|
+
#: code:addons/stock_barcodes/models/stock_barcodes_action.py:0
|
68
|
+
#, python-format
|
69
|
+
msgid ""
|
70
|
+
" The barcode {} is not correct.Use numbers, letters and dashes, without "
|
71
|
+
"spaces.E.g. 15753, BC-5789,er-56 "
|
72
|
+
msgstr ""
|
73
|
+
" il codice a barre {} non è corretto. Usare numeri, lettere, e trattini "
|
74
|
+
"senza spazi. Es. 15753, BC-5789,er-56 "
|
75
|
+
|
57
76
|
#. module: stock_barcodes
|
58
77
|
#. odoo-python
|
59
78
|
#: code:addons/stock_barcodes/wizard/stock_barcodes_read.py:0
|
@@ -61,6 +80,11 @@ msgstr ""
|
|
61
80
|
msgid "%(barcode)s (%(message)s)"
|
62
81
|
msgstr "%(barcode)s (%(message)s)"
|
63
82
|
|
83
|
+
#. module: stock_barcodes
|
84
|
+
#: model:ir.actions.report,print_report_name:stock_barcodes.action_report_barcode_actions
|
85
|
+
msgid "'Barcodes - %s' % (object.name)"
|
86
|
+
msgstr "'Codici a barre - %s' % (object.name)"
|
87
|
+
|
64
88
|
#. module: stock_barcodes
|
65
89
|
#: model_terms:ir.ui.view,arch_db:stock_barcodes.view_stock_barcodes_new_lot
|
66
90
|
msgid "1 - Scan or input product barcode"
|
@@ -72,7 +96,6 @@ msgid "2 - Scan or input product lot barcode"
|
|
72
96
|
msgstr "2 - Scansionare o inserire il codice a barre del lotto del prodotto"
|
73
97
|
|
74
98
|
#. module: stock_barcodes
|
75
|
-
#: model_terms:ir.ui.view,arch_db:stock_barcodes.stock_picking_kanban
|
76
99
|
#: model_terms:ir.ui.view,arch_db:stock_barcodes.stock_picking_type_kanban
|
77
100
|
msgid "<i class=\"fa fa-barcode fa-2x\" title=\"Start barcode interface\"/>"
|
78
101
|
msgstr ""
|
@@ -80,12 +103,9 @@ msgstr ""
|
|
80
103
|
|
81
104
|
#. module: stock_barcodes
|
82
105
|
#: model_terms:ir.ui.view,arch_db:stock_barcodes.view_stock_barcodes_read_inventory_form
|
83
|
-
|
84
|
-
"<i class=\"fa fa-pencil\" title=\"Edit inventory quantity\"
|
85
|
-
"
|
86
|
-
msgstr ""
|
87
|
-
"<i class=\"fa fa-pencil\" title=\"Modifica quantità inventario\" "
|
88
|
-
"style=\"font-size:1.5em\"/>"
|
106
|
+
#: model_terms:ir.ui.view,arch_db:stock_barcodes.view_stock_barcodes_read_picking_form
|
107
|
+
msgid "<i class=\"fa fa-pencil\" title=\"Edit inventory quantity\"/>"
|
108
|
+
msgstr "<i class=\"fa fa-pencil\" title=\"Modifica quantità inventario\"/>"
|
89
109
|
|
90
110
|
#. module: stock_barcodes
|
91
111
|
#: model_terms:ir.ui.view,arch_db:stock_barcodes.stock_picking_type_kanban
|
@@ -98,26 +118,54 @@ msgstr ""
|
|
98
118
|
|
99
119
|
#. module: stock_barcodes
|
100
120
|
#: model_terms:ir.ui.view,arch_db:stock_barcodes.view_stock_barcodes_read_picking_form
|
101
|
-
msgid "<i class=\"fa fa-trash\" title=\"Remove\"
|
102
|
-
msgstr "<i class=\"fa fa-trash\" title=\"
|
121
|
+
msgid "<i class=\"fa fa-trash\" title=\"Remove\"/>"
|
122
|
+
msgstr "<i class=\"fa fa-trash\" title=\"Rimovi\"/>"
|
103
123
|
|
104
124
|
#. module: stock_barcodes
|
105
|
-
#: model_terms:ir.ui.view,arch_db:stock_barcodes.
|
125
|
+
#: model_terms:ir.ui.view,arch_db:stock_barcodes.view_stock_barcodes_read_inventory_form
|
126
|
+
msgid "<i class=\"fa fa-trash\" title=\"Reset inventory quantity\"/>"
|
127
|
+
msgstr "<i class=\"fa fa-trash\" title=\"Resetta quantità inventario\"/>"
|
128
|
+
|
129
|
+
#. module: stock_barcodes
|
130
|
+
#: model_terms:ir.ui.view,arch_db:stock_barcodes.view_stock_barcodes_read_form
|
106
131
|
msgid ""
|
107
|
-
"<
|
108
|
-
"
|
132
|
+
"<span attrs=\"{'invisible': [('result_package_id', '=', False)]}\">->\n"
|
133
|
+
" </span>"
|
109
134
|
msgstr ""
|
110
|
-
"<
|
111
|
-
"
|
135
|
+
"<span attrs=\"{'invisible': [('result_package_id', '=', False)]}\">->\n"
|
136
|
+
" </span>"
|
112
137
|
|
113
138
|
#. module: stock_barcodes
|
114
|
-
#: model_terms:ir.ui.view,arch_db:stock_barcodes.
|
139
|
+
#: model_terms:ir.ui.view,arch_db:stock_barcodes.view_stock_barcodes_read_inventory_form
|
115
140
|
msgid ""
|
116
|
-
"<span
|
117
|
-
"span
|
141
|
+
"<span class=\"d-none d-lg-block\">Apply</span>\n"
|
142
|
+
" (<span class=\"count_apply_inventory\"/>)"
|
118
143
|
msgstr ""
|
119
|
-
"<span
|
120
|
-
"span
|
144
|
+
"<span class=\"d-none d-lg-block\">Applica</span>\n"
|
145
|
+
" (<span class=\"count_apply_inventory\"/>)"
|
146
|
+
|
147
|
+
#. module: stock_barcodes
|
148
|
+
#: model_terms:ir.ui.view,arch_db:stock_barcodes.view_stock_barcodes_read_picking_form
|
149
|
+
msgid "<span class=\"d-none d-lg-block\">Put in back</span>"
|
150
|
+
msgstr "<span class=\"d-none d-lg-block\">Sposta dietro</span>"
|
151
|
+
|
152
|
+
#. module: stock_barcodes
|
153
|
+
#: model_terms:ir.ui.view,arch_db:stock_barcodes.view_stock_barcodes_read_picking_form
|
154
|
+
msgid "<span class=\"d-none d-lg-block\">Validate</span>"
|
155
|
+
msgstr "<span class=\"d-none d-lg-block\">Valida</span>"
|
156
|
+
|
157
|
+
#. module: stock_barcodes
|
158
|
+
#: model_terms:ir.ui.view,arch_db:stock_barcodes.view_stock_barcodes_read_picking_form
|
159
|
+
msgid ""
|
160
|
+
"<span class=\"fa fa-6x mb-4 fa-exclamation-triangle\"/>\n"
|
161
|
+
" <span class=\"fa fa-2x fa-exclamation-triangle\">\n"
|
162
|
+
" This picking is already done\n"
|
163
|
+
" </span>"
|
164
|
+
msgstr ""
|
165
|
+
"<span class=\"fa fa-6x mb-4 fa-exclamation-triangle\"/>\n"
|
166
|
+
" <span class=\"fa fa-2x fa-exclamation-triangle\">\n"
|
167
|
+
" Questo prelievo è già eseguito\n"
|
168
|
+
" </span>"
|
121
169
|
|
122
170
|
#. module: stock_barcodes
|
123
171
|
#: model_terms:ir.ui.view,arch_db:stock_barcodes.view_stock_barcodes_read_packaging_form
|
@@ -139,83 +187,98 @@ msgstr "<span class=\"fa fa-map-marker\" title=\"Nome ubicazione\"/>"
|
|
139
187
|
msgid "<span class=\"fa fa-tags\" title=\"Lot S/N\"/>"
|
140
188
|
msgstr "<span class=\"fa fa-tags\" title=\"Lotto/Seriale\"/>"
|
141
189
|
|
190
|
+
#. module: stock_barcodes
|
191
|
+
#: model_terms:ir.ui.view,arch_db:stock_barcodes.view_stock_barcodes_read_form
|
192
|
+
msgid "<span class=\"fs-1 d-none d-lg-block\">Clean Values</span>"
|
193
|
+
msgstr "<span class=\"fs-1 d-none d-lg-block\">Pulisci valori</span>"
|
194
|
+
|
195
|
+
#. module: stock_barcodes
|
196
|
+
#: model_terms:ir.ui.view,arch_db:stock_barcodes.view_stock_barcodes_read_form
|
197
|
+
msgid "<span class=\"fs-1 d-none d-lg-block\">Confirm</span>"
|
198
|
+
msgstr "<span class=\"fs-1 d-none d-lg-block\">Conferma</span>"
|
199
|
+
|
200
|
+
#. module: stock_barcodes
|
201
|
+
#: model_terms:ir.ui.view,arch_db:stock_barcodes.view_stock_barcodes_read_form
|
202
|
+
msgid "<span class=\"fs-1 d-none d-lg-block\">Product</span>"
|
203
|
+
msgstr "<span class=\"fs-1 d-none d-lg-block\">Prodotto</span>"
|
204
|
+
|
142
205
|
#. module: stock_barcodes
|
143
206
|
#: model_terms:ir.ui.view,arch_db:stock_barcodes.view_picking_form
|
144
207
|
msgid "<span class=\"o_stat_text\">Scan barcodes</span>"
|
145
208
|
msgstr "<span class=\"o_stat_text\">Scansionare i codici a barre</span>"
|
146
209
|
|
147
|
-
#. module: stock_barcodes
|
148
|
-
#: model_terms:ir.ui.view,arch_db:stock_barcodes.view_stock_barcodes_read_inventory_form
|
149
|
-
msgid "<span>Apply</span>"
|
150
|
-
msgstr "<span>Applica</span>"
|
151
|
-
|
152
210
|
#. module: stock_barcodes
|
153
211
|
#: model_terms:ir.ui.view,arch_db:stock_barcodes.view_stock_barcodes_read_picking_form
|
154
212
|
msgid ""
|
155
213
|
"<strong class=\" d-none d-sm-block\">Dest. Location</strong>\n"
|
156
|
-
" <span class=\"fa fa-share text-center d-sm-none "
|
214
|
+
" <span class=\"fa fa-2x fa-share text-center d-sm-none "
|
157
215
|
"oe_span_small_icon\" title=\"Destination Location\"/>"
|
158
216
|
msgstr ""
|
159
|
-
"<strong class=\" d-none d-sm-block\">Ubicazione
|
160
|
-
" <span class
|
161
|
-
"
|
217
|
+
"<strong class=\" d-none d-sm-block\">Ubicazione dest.</strong>\n"
|
218
|
+
" <span class="
|
219
|
+
"\"fa fa-2x fa-share text-center d-sm-none oe_span_small_icon\" title="
|
220
|
+
"\"Destination Location\"/>"
|
162
221
|
|
163
222
|
#. module: stock_barcodes
|
164
223
|
#: model_terms:ir.ui.view,arch_db:stock_barcodes.view_stock_barcodes_read_form
|
165
224
|
msgid ""
|
166
|
-
"<strong class=\" d-none d-sm-block\">Source Location
|
167
|
-
"
|
168
|
-
"
|
225
|
+
"<strong class=\" d-none d-sm-block\">Source Location\n"
|
226
|
+
" </strong>\n"
|
227
|
+
" <span class=\"fa fa-map-marker fa-2x d-"
|
228
|
+
"sm-none oe_span_small_icon\" title=\"Source Location\"/>"
|
169
229
|
msgstr ""
|
170
|
-
"<strong class=\" d-none d-sm-block\">Ubicazione
|
171
|
-
"
|
172
|
-
"
|
230
|
+
"<strong class=\" d-none d-sm-block\">Ubicazione origine\n"
|
231
|
+
" </strong>\n"
|
232
|
+
" <span class="
|
233
|
+
"\"fa fa-map-marker fa-2x d-sm-none oe_span_small_icon\" title="
|
234
|
+
"\"Ubicazione origine\"/>"
|
173
235
|
|
174
236
|
#. module: stock_barcodes
|
175
237
|
#: model_terms:ir.ui.view,arch_db:stock_barcodes.view_stock_barcodes_read_form
|
176
238
|
msgid ""
|
177
239
|
"<strong class=\"d-none d-sm-block\">Lot S/N</strong>\n"
|
178
|
-
" <span class=\"fa fa-tags d-sm-none "
|
240
|
+
" <span class=\"fa fa-tags fa-2x d-sm-none "
|
179
241
|
"oe_span_small_icon\" title=\"Lot S/N\"/>"
|
180
242
|
msgstr ""
|
181
|
-
"<strong class=\"d-none d-sm-block\">Lotto/
|
182
|
-
" <span class
|
183
|
-
"oe_span_small_icon\" title=\"Lotto/
|
243
|
+
"<strong class=\"d-none d-sm-block\">Lotto N/S</strong>\n"
|
244
|
+
" <span class="
|
245
|
+
"\"fa fa-tags fa-2x d-sm-none oe_span_small_icon\" title=\"Lotto N/S\"/>"
|
184
246
|
|
185
247
|
#. module: stock_barcodes
|
186
248
|
#: model_terms:ir.ui.view,arch_db:stock_barcodes.view_stock_barcodes_read_inventory_form
|
187
249
|
msgid ""
|
188
250
|
"<strong class=\"d-none d-sm-block\">Package</strong>\n"
|
189
|
-
" <span class=\"fa fa-inbox d-sm-none
|
190
|
-
"title=\"package\"/>"
|
251
|
+
" <span class=\"fa fa-inbox fa-2x d-sm-none "
|
252
|
+
"oe_span_small_icon\" title=\"package\"/>"
|
191
253
|
msgstr ""
|
192
|
-
"<strong class=\"d-none d-sm-block\">
|
193
|
-
" <span class
|
194
|
-
"title=\"
|
254
|
+
"<strong class=\"d-none d-sm-block\">Colli</strong>\n"
|
255
|
+
" <span class="
|
256
|
+
"\"fa fa-inbox fa-2x d-sm-none oe_span_small_icon\" title=\"Colli\"/>"
|
195
257
|
|
196
258
|
#. module: stock_barcodes
|
197
259
|
#: model_terms:ir.ui.view,arch_db:stock_barcodes.view_stock_barcodes_read_form
|
198
260
|
msgid ""
|
199
261
|
"<strong class=\"d-none d-sm-block\">Product</strong>\n"
|
200
|
-
" <span class=\"fa fa-th-list d-sm-
|
201
|
-
"oe_span_small_icon\" title=\"Product\"/>"
|
262
|
+
" <span class=\"fa fa-th-list fa-2x d-sm-"
|
263
|
+
"none oe_span_small_icon\" title=\"Product\"/>"
|
202
264
|
msgstr ""
|
203
265
|
"<strong class=\"d-none d-sm-block\">Prodotto</strong>\n"
|
204
|
-
" <span class
|
205
|
-
"oe_span_small_icon\" title=\"Prodotto\"/>"
|
266
|
+
" <span class="
|
267
|
+
"\"fa fa-th-list fa-2x d-sm-none oe_span_small_icon\" title=\"Prodotto\"/>"
|
206
268
|
|
207
269
|
#. module: stock_barcodes
|
208
270
|
#: model_terms:ir.ui.view,arch_db:stock_barcodes.view_stock_barcodes_read_form
|
209
271
|
msgid ""
|
210
|
-
"<strong class=\"d-none d-sm-block\">Source Package -> Result Package
|
211
|
-
"strong>\n"
|
272
|
+
"<strong class=\"d-none d-sm-block\">Source Package -> Result Package\n"
|
273
|
+
" </strong>\n"
|
212
274
|
" <span class=\"fa fa-cubes d-sm-none "
|
213
275
|
"oe_span_small_icon\" title=\"Source Package to Result Package\"/>"
|
214
276
|
msgstr ""
|
215
|
-
"<strong class=\"d-none d-sm-block\">Collo
|
216
|
-
"strong>\n"
|
217
|
-
" <span class
|
218
|
-
"
|
277
|
+
"<strong class=\"d-none d-sm-block\">Collo origine -> Collo risultato\n"
|
278
|
+
" </strong>\n"
|
279
|
+
" <span class="
|
280
|
+
"\"fa fa-cubes d-sm-none oe_span_small_icon\" title="
|
281
|
+
"\"Da collo origine a collo risultato\"/>"
|
219
282
|
|
220
283
|
#. module: stock_barcodes
|
221
284
|
#: model_terms:ir.ui.view,arch_db:stock_barcodes.view_stock_barcodes_read_form
|
@@ -228,6 +291,11 @@ msgstr ""
|
|
228
291
|
" <span class=\"fa fa-hashtag d-sm-none "
|
229
292
|
"oe_span_small_icon\" title=\"Q.tà totale\"/>"
|
230
293
|
|
294
|
+
#. module: stock_barcodes
|
295
|
+
#: model_terms:ir.ui.view,arch_db:stock_barcodes.view_stock_barcodes_read_form
|
296
|
+
msgid "ADD PRODUCT"
|
297
|
+
msgstr "AGGIUNGI PRODOTTO"
|
298
|
+
|
231
299
|
#. module: stock_barcodes
|
232
300
|
#: model:ir.model.fields,field_description:stock_barcodes.field_stock_barcodes_option_group__accumulate_read_quantity
|
233
301
|
msgid "Accumulate Read Quantity"
|
@@ -288,17 +356,13 @@ msgid "Auto put in pack before picking validation"
|
|
288
356
|
msgstr ""
|
289
357
|
"Metti automaticamente nella confezione prima della validazione del prelievo"
|
290
358
|
|
291
|
-
#. module: stock_barcodes
|
292
|
-
#: model_terms:ir.ui.view,arch_db:stock_barcodes.view_stock_barcodes_read_form
|
293
|
-
msgid "Back"
|
294
|
-
msgstr "Indietro"
|
295
|
-
|
296
359
|
#. module: stock_barcodes
|
297
360
|
#: model:ir.model.fields,field_description:stock_barcodes.field_stock_move__barcode_backorder_action
|
298
361
|
msgid "Backorder action"
|
299
362
|
msgstr "Azione ordine residuo"
|
300
363
|
|
301
364
|
#. module: stock_barcodes
|
365
|
+
#: model:ir.model.fields,field_description:stock_barcodes.field_stock_barcodes_action__barcode
|
302
366
|
#: model:ir.model.fields,field_description:stock_barcodes.field_wiz_stock_barcodes_read__barcode
|
303
367
|
#: model:ir.model.fields,field_description:stock_barcodes.field_wiz_stock_barcodes_read_inventory__barcode
|
304
368
|
#: model:ir.model.fields,field_description:stock_barcodes.field_wiz_stock_barcodes_read_picking__barcode
|
@@ -306,6 +370,11 @@ msgstr "Azione ordine residuo"
|
|
306
370
|
msgid "Barcode"
|
307
371
|
msgstr "Codice a barre"
|
308
372
|
|
373
|
+
#. module: stock_barcodes
|
374
|
+
#: model:ir.model,name:stock_barcodes.model_barcodes_barcode_events_mixin
|
375
|
+
msgid "Barcode Event Mixin"
|
376
|
+
msgstr "Mixin evento codice a barre"
|
377
|
+
|
309
378
|
#. module: stock_barcodes
|
310
379
|
#: model:ir.model.fields,field_description:stock_barcodes.field_stock_picking_type__barcode_option_group_id
|
311
380
|
msgid "Barcode Option Group"
|
@@ -317,6 +386,7 @@ msgid "Barcode Options"
|
|
317
386
|
msgstr "Opzioni codice a barre"
|
318
387
|
|
319
388
|
#. module: stock_barcodes
|
389
|
+
#: model:ir.model.fields,field_description:stock_barcodes.field_stock_quant___barcode_scanned
|
320
390
|
#: model:ir.model.fields,field_description:stock_barcodes.field_wiz_stock_barcodes_new_lot___barcode_scanned
|
321
391
|
#: model:ir.model.fields,field_description:stock_barcodes.field_wiz_stock_barcodes_read___barcode_scanned
|
322
392
|
#: model:ir.model.fields,field_description:stock_barcodes.field_wiz_stock_barcodes_read_inventory___barcode_scanned
|
@@ -324,11 +394,23 @@ msgstr "Opzioni codice a barre"
|
|
324
394
|
msgid "Barcode Scanned"
|
325
395
|
msgstr "Barcode scansionato"
|
326
396
|
|
397
|
+
#. module: stock_barcodes
|
398
|
+
#. odoo-javascript
|
399
|
+
#: code:addons/stock_barcodes/static/src/views/actions/stock_barcode_main_menu.xml:0
|
400
|
+
#, python-format
|
401
|
+
msgid "Barcode Scanner"
|
402
|
+
msgstr "Scanner codice a barre"
|
403
|
+
|
327
404
|
#. module: stock_barcodes
|
328
405
|
#: model:ir.ui.menu,name:stock_barcodes.menu_action_stock_barcodes
|
329
406
|
msgid "Barcode actions"
|
330
407
|
msgstr "Azioni codice a barre"
|
331
408
|
|
409
|
+
#. module: stock_barcodes
|
410
|
+
#: model:ir.model.fields,field_description:stock_barcodes.field_stock_barcodes_action__barcode_image
|
411
|
+
msgid "Barcode image"
|
412
|
+
msgstr "Immagine codice a barre"
|
413
|
+
|
332
414
|
#. module: stock_barcodes
|
333
415
|
#. odoo-python
|
334
416
|
#: code:addons/stock_barcodes/wizard/stock_barcodes_read.py:0
|
@@ -378,12 +460,19 @@ msgid "Barcode reader"
|
|
378
460
|
msgstr "Lettore codice a barre"
|
379
461
|
|
380
462
|
#. module: stock_barcodes
|
463
|
+
#: model:ir.actions.act_window,name:stock_barcodes.action_stock_barcodes_action_kanban
|
464
|
+
#: model:ir.actions.client,name:stock_barcodes.action_stock_barcodes_action_client
|
381
465
|
#: model:ir.ui.menu,name:stock_barcodes.stock_barcodes_root
|
382
466
|
#: model_terms:ir.ui.view,arch_db:stock_barcodes.view_picking_type_form
|
383
467
|
#: model_terms:ir.ui.view,arch_db:stock_barcodes.view_stock_barcodes_read_form
|
384
468
|
msgid "Barcodes"
|
385
469
|
msgstr "Codici a barre"
|
386
470
|
|
471
|
+
#. module: stock_barcodes
|
472
|
+
#: model:ir.actions.report,name:stock_barcodes.action_report_barcode_actions
|
473
|
+
msgid "Barcodes (PDF)"
|
474
|
+
msgstr "Codici a barre (PDF)"
|
475
|
+
|
387
476
|
#. module: stock_barcodes
|
388
477
|
#: model:ir.actions.act_window,name:stock_barcodes.action_stock_barcodes_read
|
389
478
|
#: model:ir.actions.act_window,name:stock_barcodes.action_stock_barcodes_read_inventory
|
@@ -462,11 +551,6 @@ msgstr "Pulisci valori"
|
|
462
551
|
msgid "Clean lot"
|
463
552
|
msgstr "Pulisci lotto"
|
464
553
|
|
465
|
-
#. module: stock_barcodes
|
466
|
-
#: model_terms:ir.ui.view,arch_db:stock_barcodes.view_stock_barcodes_read_form
|
467
|
-
msgid "Clean message"
|
468
|
-
msgstr "Pulisci messaggio"
|
469
|
-
|
470
554
|
#. module: stock_barcodes
|
471
555
|
#: model_terms:ir.ui.view,arch_db:stock_barcodes.view_stock_barcodes_read_form
|
472
556
|
msgid "Clean package info"
|
@@ -509,11 +593,26 @@ msgstr "Conferma"
|
|
509
593
|
msgid "Confirmed moves"
|
510
594
|
msgstr "Movimenti confermati"
|
511
595
|
|
596
|
+
#. module: stock_barcodes
|
597
|
+
#: model:ir.model.fields,field_description:stock_barcodes.field_wiz_stock_barcodes_read_picking__partner_id
|
598
|
+
msgid "Contact"
|
599
|
+
msgstr "Contatto"
|
600
|
+
|
512
601
|
#. module: stock_barcodes
|
513
602
|
#: model:ir.model.fields,field_description:stock_barcodes.field_stock_barcodes_action__context
|
514
603
|
msgid "Context"
|
515
604
|
msgstr "Contesto"
|
516
605
|
|
606
|
+
#. module: stock_barcodes
|
607
|
+
#: model:ir.model.fields,field_description:stock_barcodes.field_stock_barcodes_action__count_elements
|
608
|
+
msgid "Count Elements"
|
609
|
+
msgstr "Contggio elementi"
|
610
|
+
|
611
|
+
#. module: stock_barcodes
|
612
|
+
#: model:ir.model.fields,field_description:stock_barcodes.field_wiz_stock_barcodes_read_inventory__count_inventory_quants
|
613
|
+
msgid "Count Inventory Quants"
|
614
|
+
msgstr "Conteggio quanti inventario"
|
615
|
+
|
517
616
|
#. module: stock_barcodes
|
518
617
|
#: model:ir.model.fields.selection,name:stock_barcodes.selection__stock_move__barcode_backorder_action__create_backorder
|
519
618
|
#: model_terms:ir.ui.view,arch_db:stock_barcodes.view_stock_barcodes_todo_kanban
|
@@ -541,6 +640,7 @@ msgid "Create new package"
|
|
541
640
|
msgstr "Crea nuovo collo"
|
542
641
|
|
543
642
|
#. module: stock_barcodes
|
643
|
+
#: model:ir.model.fields,field_description:stock_barcodes.field_report_stock_barcodes_report_barcode_actions__create_uid
|
544
644
|
#: model:ir.model.fields,field_description:stock_barcodes.field_stock_barcodes_action__create_uid
|
545
645
|
#: model:ir.model.fields,field_description:stock_barcodes.field_stock_barcodes_option__create_uid
|
546
646
|
#: model:ir.model.fields,field_description:stock_barcodes.field_stock_barcodes_option_group__create_uid
|
@@ -553,6 +653,7 @@ msgid "Created by"
|
|
553
653
|
msgstr "Creato da"
|
554
654
|
|
555
655
|
#. module: stock_barcodes
|
656
|
+
#: model:ir.model.fields,field_description:stock_barcodes.field_report_stock_barcodes_report_barcode_actions__create_date
|
556
657
|
#: model:ir.model.fields,field_description:stock_barcodes.field_stock_barcodes_action__create_date
|
557
658
|
#: model:ir.model.fields,field_description:stock_barcodes.field_stock_barcodes_option__create_date
|
558
659
|
#: model:ir.model.fields,field_description:stock_barcodes.field_stock_barcodes_option_group__create_date
|
@@ -622,6 +723,7 @@ msgid "Display Menu"
|
|
622
723
|
msgstr "Mostra menu"
|
623
724
|
|
624
725
|
#. module: stock_barcodes
|
726
|
+
#: model:ir.model.fields,field_description:stock_barcodes.field_report_stock_barcodes_report_barcode_actions__display_name
|
625
727
|
#: model:ir.model.fields,field_description:stock_barcodes.field_stock_barcodes_action__display_name
|
626
728
|
#: model:ir.model.fields,field_description:stock_barcodes.field_stock_barcodes_option__display_name
|
627
729
|
#: model:ir.model.fields,field_description:stock_barcodes.field_stock_barcodes_option_group__display_name
|
@@ -652,11 +754,6 @@ msgstr "Completato"
|
|
652
754
|
msgid "Done forced"
|
653
755
|
msgstr "Fatto forzato"
|
654
756
|
|
655
|
-
#. module: stock_barcodes
|
656
|
-
#: model_terms:ir.ui.view,arch_db:stock_barcodes.view_stock_barcodes_read_form
|
657
|
-
msgid "Edit"
|
658
|
-
msgstr "Modifica"
|
659
|
-
|
660
757
|
#. module: stock_barcodes
|
661
758
|
#. odoo-python
|
662
759
|
#: code:addons/stock_barcodes/wizard/stock_barcodes_read.py:0
|
@@ -664,6 +761,13 @@ msgstr "Modifica"
|
|
664
761
|
msgid "Empty field"
|
665
762
|
msgstr "Campo vuoto"
|
666
763
|
|
764
|
+
#. module: stock_barcodes
|
765
|
+
#: model:ir.model.fields,field_description:stock_barcodes.field_wiz_stock_barcodes_read__enable_add_product
|
766
|
+
#: model:ir.model.fields,field_description:stock_barcodes.field_wiz_stock_barcodes_read_inventory__enable_add_product
|
767
|
+
#: model:ir.model.fields,field_description:stock_barcodes.field_wiz_stock_barcodes_read_picking__enable_add_product
|
768
|
+
msgid "Enable Add Product"
|
769
|
+
msgstr "Abilita aggiunta prodotto"
|
770
|
+
|
667
771
|
#. module: stock_barcodes
|
668
772
|
#: model:ir.model.fields,help:stock_barcodes.field_wiz_stock_barcodes_read__product_tracking
|
669
773
|
#: model:ir.model.fields,help:stock_barcodes.field_wiz_stock_barcodes_read_inventory__product_tracking
|
@@ -688,11 +792,6 @@ msgstr "Nome campo"
|
|
688
792
|
msgid "Fill Fields From Lot"
|
689
793
|
msgstr "Popola campi dal lotto"
|
690
794
|
|
691
|
-
#. module: stock_barcodes
|
692
|
-
#: model_terms:ir.ui.view,arch_db:stock_barcodes.view_stock_barcodes_read_picking_form
|
693
|
-
msgid "Fill from pending line"
|
694
|
-
msgstr "Riempi da riga in attesa"
|
695
|
-
|
696
795
|
#. module: stock_barcodes
|
697
796
|
#: model:ir.model.fields,field_description:stock_barcodes.field_stock_barcodes_option__filled_default
|
698
797
|
msgid "Filled Default"
|
@@ -767,6 +866,7 @@ msgid "Guided Product"
|
|
767
866
|
msgstr "Prodotto guidato"
|
768
867
|
|
769
868
|
#. module: stock_barcodes
|
869
|
+
#: model:ir.model.fields,field_description:stock_barcodes.field_report_stock_barcodes_report_barcode_actions__id
|
770
870
|
#: model:ir.model.fields,field_description:stock_barcodes.field_stock_barcodes_action__id
|
771
871
|
#: model:ir.model.fields,field_description:stock_barcodes.field_stock_barcodes_option__id
|
772
872
|
#: model:ir.model.fields,field_description:stock_barcodes.field_stock_barcodes_option_group__id
|
@@ -884,6 +984,13 @@ msgstr "Ignora campi popolati"
|
|
884
984
|
msgid "Ignore rest"
|
885
985
|
msgstr "Ignora il resto"
|
886
986
|
|
987
|
+
#. module: stock_barcodes
|
988
|
+
#: model:ir.model.fields.selection,name:stock_barcodes.selection__wiz_stock_barcodes_read__message_type__info_page
|
989
|
+
#: model:ir.model.fields.selection,name:stock_barcodes.selection__wiz_stock_barcodes_read_inventory__message_type__info_page
|
990
|
+
#: model:ir.model.fields.selection,name:stock_barcodes.selection__wiz_stock_barcodes_read_picking__message_type__info_page
|
991
|
+
msgid "Info page"
|
992
|
+
msgstr "Pagina informazioni"
|
993
|
+
|
887
994
|
#. module: stock_barcodes
|
888
995
|
#: model:ir.model.fields.selection,name:stock_barcodes.selection__wiz_stock_barcodes_read_picking__picking_type_code__internal
|
889
996
|
msgid "Internal"
|
@@ -984,6 +1091,7 @@ msgid "Key Shortcut"
|
|
984
1091
|
msgstr "Chiave scorciatoia"
|
985
1092
|
|
986
1093
|
#. module: stock_barcodes
|
1094
|
+
#: model:ir.model.fields,field_description:stock_barcodes.field_report_stock_barcodes_report_barcode_actions____last_update
|
987
1095
|
#: model:ir.model.fields,field_description:stock_barcodes.field_stock_barcodes_action____last_update
|
988
1096
|
#: model:ir.model.fields,field_description:stock_barcodes.field_stock_barcodes_option____last_update
|
989
1097
|
#: model:ir.model.fields,field_description:stock_barcodes.field_stock_barcodes_option_group____last_update
|
@@ -996,6 +1104,7 @@ msgid "Last Modified on"
|
|
996
1104
|
msgstr "Ultima modifica il"
|
997
1105
|
|
998
1106
|
#. module: stock_barcodes
|
1107
|
+
#: model:ir.model.fields,field_description:stock_barcodes.field_report_stock_barcodes_report_barcode_actions__write_uid
|
999
1108
|
#: model:ir.model.fields,field_description:stock_barcodes.field_stock_barcodes_action__write_uid
|
1000
1109
|
#: model:ir.model.fields,field_description:stock_barcodes.field_stock_barcodes_option__write_uid
|
1001
1110
|
#: model:ir.model.fields,field_description:stock_barcodes.field_stock_barcodes_option_group__write_uid
|
@@ -1008,6 +1117,7 @@ msgid "Last Updated by"
|
|
1008
1117
|
msgstr "Ultimo aggiornamento di"
|
1009
1118
|
|
1010
1119
|
#. module: stock_barcodes
|
1120
|
+
#: model:ir.model.fields,field_description:stock_barcodes.field_report_stock_barcodes_report_barcode_actions__write_date
|
1011
1121
|
#: model:ir.model.fields,field_description:stock_barcodes.field_stock_barcodes_action__write_date
|
1012
1122
|
#: model:ir.model.fields,field_description:stock_barcodes.field_stock_barcodes_option__write_date
|
1013
1123
|
#: model:ir.model.fields,field_description:stock_barcodes.field_stock_barcodes_option_group__write_date
|
@@ -1024,11 +1134,6 @@ msgstr "Ultimo aggiornamento il"
|
|
1024
1134
|
msgid "Line"
|
1025
1135
|
msgstr "Riga"
|
1026
1136
|
|
1027
|
-
#. module: stock_barcodes
|
1028
|
-
#: model_terms:ir.ui.view,arch_db:stock_barcodes.view_stock_barcodes_read_inventory_form
|
1029
|
-
msgid "Loc:"
|
1030
|
-
msgstr "Ubic.:"
|
1031
|
-
|
1032
1137
|
#. module: stock_barcodes
|
1033
1138
|
#: model:ir.model.fields,field_description:stock_barcodes.field_wiz_stock_barcodes_read__location_id
|
1034
1139
|
#: model:ir.model.fields,field_description:stock_barcodes.field_wiz_stock_barcodes_read_inventory__location_id
|
@@ -1067,6 +1172,11 @@ msgstr "Ubicazione destinazione"
|
|
1067
1172
|
msgid "Lot"
|
1068
1173
|
msgstr "Lotto"
|
1069
1174
|
|
1175
|
+
#. module: stock_barcodes
|
1176
|
+
#: model_terms:ir.ui.view,arch_db:stock_barcodes.view_stock_barcodes_read_inventory_form
|
1177
|
+
msgid "Lot S/N:"
|
1178
|
+
msgstr "Lotto N/S:"
|
1179
|
+
|
1070
1180
|
#. module: stock_barcodes
|
1071
1181
|
#: model:ir.model.fields,field_description:stock_barcodes.field_wiz_stock_barcodes_new_lot__lot_name
|
1072
1182
|
msgid "Lot name"
|
@@ -1080,7 +1190,6 @@ msgid "Lot/Serial Number Name"
|
|
1080
1190
|
msgstr "Nome lotto/numero di serie"
|
1081
1191
|
|
1082
1192
|
#. module: stock_barcodes
|
1083
|
-
#: model_terms:ir.ui.view,arch_db:stock_barcodes.view_stock_barcodes_read_inventory_form
|
1084
1193
|
#: model_terms:ir.ui.view,arch_db:stock_barcodes.view_stock_barcodes_read_picking_form
|
1085
1194
|
msgid "Lot:"
|
1086
1195
|
msgstr "Lotto:"
|
@@ -1099,7 +1208,6 @@ msgstr "Focus campo inserimento manuale"
|
|
1099
1208
|
|
1100
1209
|
#. module: stock_barcodes
|
1101
1210
|
#: model:ir.model.fields,field_description:stock_barcodes.field_stock_barcodes_option_group__manual_entry
|
1102
|
-
#: model_terms:ir.ui.view,arch_db:stock_barcodes.view_stock_barcodes_read_form
|
1103
1211
|
msgid "Manual entry"
|
1104
1212
|
msgstr "Inserimento manuale"
|
1105
1213
|
|
@@ -1215,6 +1323,13 @@ msgstr "Successivo"
|
|
1215
1323
|
msgid "No Backorder"
|
1216
1324
|
msgstr "Nessun ordine residuo"
|
1217
1325
|
|
1326
|
+
#. module: stock_barcodes
|
1327
|
+
#. odoo-javascript
|
1328
|
+
#: code:addons/stock_barcodes/static/src/views/actions/stock_barcode_main_menu.esm.js:0
|
1329
|
+
#, python-format
|
1330
|
+
msgid "No action found with barcode: "
|
1331
|
+
msgstr "Nessuna azione trovata con il codice a barre: "
|
1332
|
+
|
1218
1333
|
#. module: stock_barcodes
|
1219
1334
|
#: model:ir.model.fields.selection,name:stock_barcodes.selection__wiz_stock_barcodes_read__message_type__not_found
|
1220
1335
|
#: model:ir.model.fields.selection,name:stock_barcodes.selection__wiz_stock_barcodes_read_inventory__message_type__not_found
|
@@ -1236,6 +1351,11 @@ msgstr "Nessuna operazione in sospeso"
|
|
1236
1351
|
msgid "No stock available for this lot with screen values"
|
1237
1352
|
msgstr "Nessuna quantità disponibile per questo lotto con i valori a schermo"
|
1238
1353
|
|
1354
|
+
#. module: stock_barcodes
|
1355
|
+
#: model_terms:ir.actions.act_window,help:stock_barcodes.stock_barcodes_action_picking_tree_ready
|
1356
|
+
msgid "No transfer found. Let's create one!"
|
1357
|
+
msgstr "Nessun trasferimento trovato. Crearne uno!"
|
1358
|
+
|
1239
1359
|
#. module: stock_barcodes
|
1240
1360
|
#: model:ir.model.fields,field_description:stock_barcodes.field_wiz_candidate_picking__note
|
1241
1361
|
msgid "Notes"
|
@@ -1253,18 +1373,15 @@ msgstr "OK"
|
|
1253
1373
|
msgid "Odoo will not create a backorder for this move. Are you sure?"
|
1254
1374
|
msgstr "Odoo non creerà un ordine residuo per questo movimento. Si è sicuri?"
|
1255
1375
|
|
1256
|
-
#. module: stock_barcodes
|
1257
|
-
#: model_terms:ir.ui.view,arch_db:stock_barcodes.view_stock_barcodes_read_picking_form
|
1258
|
-
msgid "Open"
|
1259
|
-
msgstr "Aperto"
|
1260
|
-
|
1261
1376
|
#. module: stock_barcodes
|
1262
1377
|
#: model_terms:ir.ui.view,arch_db:stock_barcodes.view_stock_barcodes_read_form
|
1263
1378
|
msgid "Open actions"
|
1264
1379
|
msgstr "Azioni aperte"
|
1265
1380
|
|
1266
1381
|
#. module: stock_barcodes
|
1382
|
+
#: model:ir.actions.act_window,name:stock_barcodes.stock_barcodes_action_picking_tree_ready
|
1267
1383
|
#: model:ir.model.fields.selection,name:stock_barcodes.selection__stock_barcodes_option_group__source_pending_moves__move_ids
|
1384
|
+
#: model:stock.barcodes.action,name:stock_barcodes.stock_barcodes_action_barcode_operations
|
1268
1385
|
msgid "Operations"
|
1269
1386
|
msgstr "Operazioni"
|
1270
1387
|
|
@@ -1281,11 +1398,6 @@ msgstr "Opzione"
|
|
1281
1398
|
msgid "Option Group"
|
1282
1399
|
msgstr "Gruppo opzione"
|
1283
1400
|
|
1284
|
-
#. module: stock_barcodes
|
1285
|
-
#: model_terms:ir.ui.view,arch_db:stock_barcodes.view_stock_barcodes_read_form
|
1286
|
-
msgid "Options"
|
1287
|
-
msgstr "Opzioni"
|
1288
|
-
|
1289
1401
|
#. module: stock_barcodes
|
1290
1402
|
#: model:ir.model,name:stock_barcodes.model_stock_barcodes_option
|
1291
1403
|
msgid "Options for barcode interface"
|
@@ -1334,7 +1446,6 @@ msgid "Package Qty"
|
|
1334
1446
|
msgstr "Q.tà collo"
|
1335
1447
|
|
1336
1448
|
#. module: stock_barcodes
|
1337
|
-
#: model_terms:ir.ui.view,arch_db:stock_barcodes.view_stock_barcodes_read_inventory_form
|
1338
1449
|
#: model_terms:ir.ui.view,arch_db:stock_barcodes.view_stock_barcodes_read_picking_form
|
1339
1450
|
msgid "Package:"
|
1340
1451
|
msgstr "Collo:"
|
@@ -1372,6 +1483,7 @@ msgstr "Movimenti in sospeso"
|
|
1372
1483
|
|
1373
1484
|
#. module: stock_barcodes
|
1374
1485
|
#: model:ir.model.fields,field_description:stock_barcodes.field_wiz_candidate_picking__picking_id
|
1486
|
+
#: model:ir.model.fields,field_description:stock_barcodes.field_wiz_stock_barcodes_read_picking__candidate_picking_id
|
1375
1487
|
#: model:ir.model.fields,field_description:stock_barcodes.field_wiz_stock_barcodes_read_picking__picking_id
|
1376
1488
|
msgid "Picking"
|
1377
1489
|
msgstr "Prelievo"
|
@@ -1426,6 +1538,16 @@ msgstr "Indice posizione"
|
|
1426
1538
|
msgid "Previous"
|
1427
1539
|
msgstr "Precedente"
|
1428
1540
|
|
1541
|
+
#. module: stock_barcodes
|
1542
|
+
#: model_terms:ir.ui.view,arch_db:stock_barcodes.view_stock_barcodes_action_tree
|
1543
|
+
msgid "Print barcodes"
|
1544
|
+
msgstr "Stampa codice a barre"
|
1545
|
+
|
1546
|
+
#. module: stock_barcodes
|
1547
|
+
#: model:ir.model,name:stock_barcodes.model_report_stock_barcodes_report_barcode_actions
|
1548
|
+
msgid "Print barcodes from barcode actions"
|
1549
|
+
msgstr "Stampa codici a barre da azioni codici a barre"
|
1550
|
+
|
1429
1551
|
#. module: stock_barcodes
|
1430
1552
|
#: model:ir.model.fields,field_description:stock_barcodes.field_wiz_stock_barcodes_new_lot__product_id
|
1431
1553
|
#: model:ir.model.fields,field_description:stock_barcodes.field_wiz_stock_barcodes_read__product_id
|
@@ -1490,6 +1612,11 @@ msgstr "Metti nel collo"
|
|
1490
1612
|
msgid "Qty Available"
|
1491
1613
|
msgstr "Q.tà disponibile"
|
1492
1614
|
|
1615
|
+
#. module: stock_barcodes
|
1616
|
+
#: model:ir.model.fields,field_description:stock_barcodes.field_wiz_stock_barcodes_read_todo__qty_done_rest
|
1617
|
+
msgid "Qty Done Rest"
|
1618
|
+
msgstr "Residuo q.tà lavorata"
|
1619
|
+
|
1493
1620
|
#. module: stock_barcodes
|
1494
1621
|
#. odoo-python
|
1495
1622
|
#: code:addons/stock_barcodes/wizard/stock_barcodes_read_picking.py:0
|
@@ -1516,6 +1643,7 @@ msgstr "Intervallo"
|
|
1516
1643
|
|
1517
1644
|
#. module: stock_barcodes
|
1518
1645
|
#: model:ir.model.fields,field_description:stock_barcodes.field_wiz_stock_barcodes_read_inventory__display_read_quant
|
1646
|
+
#: model_terms:ir.ui.view,arch_db:stock_barcodes.view_stock_barcodes_read_inventory_form
|
1519
1647
|
msgid "Read items"
|
1520
1648
|
msgstr "Leggi elementi"
|
1521
1649
|
|
@@ -1524,16 +1652,6 @@ msgstr "Leggi elementi"
|
|
1524
1652
|
msgid "Read items on inventory mode"
|
1525
1653
|
msgstr "Leggi elementi nella modalità inventario"
|
1526
1654
|
|
1527
|
-
#. module: stock_barcodes
|
1528
|
-
#: model_terms:ir.ui.view,arch_db:stock_barcodes.view_stock_barcodes_read_picking_form
|
1529
|
-
msgid "Remove detailed operation"
|
1530
|
-
msgstr "Rimuovi operazione dettagliata"
|
1531
|
-
|
1532
|
-
#. module: stock_barcodes
|
1533
|
-
#: model_terms:ir.ui.view,arch_db:stock_barcodes.view_stock_barcodes_read_inventory_form
|
1534
|
-
msgid "Remove quant"
|
1535
|
-
msgstr "Rimuovi quanto"
|
1536
|
-
|
1537
1655
|
#. module: stock_barcodes
|
1538
1656
|
#: model_terms:ir.ui.view,arch_db:stock_barcodes.view_stock_barcodes_read_form_manual_qty
|
1539
1657
|
msgid "Reopen"
|
@@ -1566,11 +1684,6 @@ msgstr "Modello res"
|
|
1566
1684
|
msgid "Reserved"
|
1567
1685
|
msgstr "Riservato"
|
1568
1686
|
|
1569
|
-
#. module: stock_barcodes
|
1570
|
-
#: model_terms:ir.ui.view,arch_db:stock_barcodes.view_stock_barcodes_read_inventory_form
|
1571
|
-
msgid "Reset inventory quantity"
|
1572
|
-
msgstr "Resetta quantità inventario"
|
1573
|
-
|
1574
1687
|
#. module: stock_barcodes
|
1575
1688
|
#: model_terms:ir.ui.view,arch_db:stock_barcodes.view_stock_barcodes_todo_kanban
|
1576
1689
|
msgid "Restore to pending"
|
@@ -1616,6 +1729,25 @@ msgstr "Conteggio scansione"
|
|
1616
1729
|
msgid "Scan State"
|
1617
1730
|
msgstr "Stato scansione"
|
1618
1731
|
|
1732
|
+
#. module: stock_barcodes
|
1733
|
+
#. odoo-javascript
|
1734
|
+
#: code:addons/stock_barcodes/static/src/views/kanban/stock_barcodes_kanban.xml:0
|
1735
|
+
#, python-format
|
1736
|
+
msgid "Scan a"
|
1737
|
+
msgstr "Scansiona un"
|
1738
|
+
|
1739
|
+
#. module: stock_barcodes
|
1740
|
+
#. odoo-javascript
|
1741
|
+
#: code:addons/stock_barcodes/static/src/views/actions/stock_barcode_main_menu.xml:0
|
1742
|
+
#, python-format
|
1743
|
+
msgid "Scan a barcode actions"
|
1744
|
+
msgstr "Scansiona una azione codice a barre"
|
1745
|
+
|
1746
|
+
#. module: stock_barcodes
|
1747
|
+
#: model_terms:ir.ui.view,arch_db:stock_barcodes.report_barcode_actions
|
1748
|
+
msgid "Scan your actions and streamline your actions."
|
1749
|
+
msgstr "Scansiona le tue azioni e ottimizza le tue azioni."
|
1750
|
+
|
1619
1751
|
#. module: stock_barcodes
|
1620
1752
|
#. odoo-python
|
1621
1753
|
#: code:addons/stock_barcodes/wizard/stock_barcodes_read.py:0
|
@@ -1675,7 +1807,6 @@ msgid "Source Pending Moves"
|
|
1675
1807
|
msgstr "Origine movimenti in sospeso"
|
1676
1808
|
|
1677
1809
|
#. module: stock_barcodes
|
1678
|
-
#: model_terms:ir.ui.view,arch_db:stock_barcodes.stock_picking_kanban
|
1679
1810
|
#: model_terms:ir.ui.view,arch_db:stock_barcodes.view_picking_form
|
1680
1811
|
msgid "Start barcode interface"
|
1681
1812
|
msgstr "Avviare interfaccia codice a barre"
|
@@ -1683,6 +1814,7 @@ msgstr "Avviare interfaccia codice a barre"
|
|
1683
1814
|
#. module: stock_barcodes
|
1684
1815
|
#: model:ir.model.fields,field_description:stock_barcodes.field_wiz_candidate_picking__state
|
1685
1816
|
#: model:ir.model.fields,field_description:stock_barcodes.field_wiz_stock_barcodes_read_picking__picking_state
|
1817
|
+
#: model:ir.model.fields,field_description:stock_barcodes.field_wiz_stock_barcodes_read_todo__picking_state
|
1686
1818
|
msgid "Status"
|
1687
1819
|
msgstr "Stato"
|
1688
1820
|
|
@@ -1705,6 +1837,13 @@ msgstr "Passi per scansione"
|
|
1705
1837
|
msgid "Stock Move"
|
1706
1838
|
msgstr "Movimento di magazzino"
|
1707
1839
|
|
1840
|
+
#. module: stock_barcodes
|
1841
|
+
#. odoo-javascript
|
1842
|
+
#: code:addons/stock_barcodes/static/src/views/views.esm.js:0
|
1843
|
+
#, python-format
|
1844
|
+
msgid "The inventory adjustment has been validated"
|
1845
|
+
msgstr "La rettifica di inventario è stata validata"
|
1846
|
+
|
1708
1847
|
#. module: stock_barcodes
|
1709
1848
|
#. odoo-python
|
1710
1849
|
#: code:addons/stock_barcodes/wizard/stock_barcodes_read.py:0
|
@@ -1719,6 +1858,20 @@ msgstr "Questo tipo prodotto non è permesso"
|
|
1719
1858
|
msgid "The quantity is huge"
|
1720
1859
|
msgstr "La quantità è enorme"
|
1721
1860
|
|
1861
|
+
#. module: stock_barcodes
|
1862
|
+
#. odoo-javascript
|
1863
|
+
#: code:addons/stock_barcodes/static/src/views/views.esm.js:0
|
1864
|
+
#, python-format
|
1865
|
+
msgid "The transfer has been validated"
|
1866
|
+
msgstr "il trasferimento è stato validato"
|
1867
|
+
|
1868
|
+
#. module: stock_barcodes
|
1869
|
+
#. odoo-python
|
1870
|
+
#: code:addons/stock_barcodes/models/stock_barcodes_action.py:0
|
1871
|
+
#, python-format
|
1872
|
+
msgid "There can be no spaces at the beginning or end."
|
1873
|
+
msgstr "Non ci devono essere spazi all'inizio o alla fine."
|
1874
|
+
|
1722
1875
|
#. module: stock_barcodes
|
1723
1876
|
#: model:ir.model.fields,help:stock_barcodes.field_stock_picking_type__new_picking_barcode_option_group_id
|
1724
1877
|
msgid ""
|
@@ -1766,6 +1919,11 @@ msgstr "Tracciamento"
|
|
1766
1919
|
msgid "Transfer"
|
1767
1920
|
msgstr "Trasferimento"
|
1768
1921
|
|
1922
|
+
#. module: stock_barcodes
|
1923
|
+
#: model_terms:ir.actions.act_window,help:stock_barcodes.stock_barcodes_action_picking_tree_ready
|
1924
|
+
msgid "Transfers allow you to move products from one location to another."
|
1925
|
+
msgstr "I trasferimento consentono di movimentare i prodotti tra le ubicazioni."
|
1926
|
+
|
1769
1927
|
#. module: stock_barcodes
|
1770
1928
|
#: model:ir.model.fields,field_description:stock_barcodes.field_wiz_stock_barcodes_read_picking__picking_type_code
|
1771
1929
|
#: model:ir.model.fields,field_description:stock_barcodes.field_wiz_stock_barcodes_read_todo__picking_code
|
@@ -1788,11 +1946,7 @@ msgid "Use location dest. putaway"
|
|
1788
1946
|
msgstr "Utilizza inoltro ubicazione destinazione"
|
1789
1947
|
|
1790
1948
|
#. module: stock_barcodes
|
1791
|
-
#:
|
1792
|
-
msgid "Validate"
|
1793
|
-
msgstr "Valida"
|
1794
|
-
|
1795
|
-
#. module: stock_barcodes
|
1949
|
+
#: model:ir.model.fields,help:stock_barcodes.field_stock_quant___barcode_scanned
|
1796
1950
|
#: model:ir.model.fields,help:stock_barcodes.field_wiz_stock_barcodes_new_lot___barcode_scanned
|
1797
1951
|
#: model:ir.model.fields,help:stock_barcodes.field_wiz_stock_barcodes_read___barcode_scanned
|
1798
1952
|
#: model:ir.model.fields,help:stock_barcodes.field_wiz_stock_barcodes_read_inventory___barcode_scanned
|
@@ -1948,6 +2102,41 @@ msgstr ""
|
|
1948
2102
|
msgid "lock picking"
|
1949
2103
|
msgstr "blocca prelievo"
|
1950
2104
|
|
2105
|
+
#. module: stock_barcodes
|
2106
|
+
#. odoo-javascript
|
2107
|
+
#: code:addons/stock_barcodes/static/src/views/kanban/stock_barcodes_kanban.xml:0
|
2108
|
+
#, python-format
|
2109
|
+
msgid "lot"
|
2110
|
+
msgstr "lotto"
|
2111
|
+
|
2112
|
+
#. module: stock_barcodes
|
2113
|
+
#. odoo-javascript
|
2114
|
+
#: code:addons/stock_barcodes/static/src/views/kanban/stock_barcodes_kanban.xml:0
|
2115
|
+
#, python-format
|
2116
|
+
msgid "or a"
|
2117
|
+
msgstr "o un"
|
2118
|
+
|
2119
|
+
#. module: stock_barcodes
|
2120
|
+
#. odoo-javascript
|
2121
|
+
#: code:addons/stock_barcodes/static/src/views/kanban/stock_barcodes_kanban.xml:0
|
2122
|
+
#, python-format
|
2123
|
+
msgid "product"
|
2124
|
+
msgstr "prodotto"
|
2125
|
+
|
2126
|
+
#. module: stock_barcodes
|
2127
|
+
#. odoo-javascript
|
2128
|
+
#: code:addons/stock_barcodes/static/src/views/kanban/stock_barcodes_kanban.xml:0
|
2129
|
+
#, python-format
|
2130
|
+
msgid "to filter your records"
|
2131
|
+
msgstr "per filtrare i record"
|
2132
|
+
|
2133
|
+
#. module: stock_barcodes
|
2134
|
+
#. odoo-javascript
|
2135
|
+
#: code:addons/stock_barcodes/static/src/views/kanban/stock_barcodes_kanban.xml:0
|
2136
|
+
#, python-format
|
2137
|
+
msgid "transfer"
|
2138
|
+
msgstr "trasferimento"
|
2139
|
+
|
1951
2140
|
#. module: stock_barcodes
|
1952
2141
|
#: model_terms:ir.ui.view,arch_db:stock_barcodes.view_stock_barcodes_read_picking_form
|
1953
2142
|
msgid "unlock picking"
|
@@ -1960,6 +2149,124 @@ msgstr "sblocca prelievo"
|
|
1960
2149
|
msgid "{name} is required"
|
1961
2150
|
msgstr "{name} è richiesto"
|
1962
2151
|
|
2152
|
+
#~ msgid ""
|
2153
|
+
#~ "<i class=\"fa fa-pencil\" title=\"Edit inventory quantity\" style=\"font-"
|
2154
|
+
#~ "size:1.5em\"/>"
|
2155
|
+
#~ msgstr ""
|
2156
|
+
#~ "<i class=\"fa fa-pencil\" title=\"Modifica quantità inventario\" "
|
2157
|
+
#~ "style=\"font-size:1.5em\"/>"
|
2158
|
+
|
2159
|
+
#~ msgid ""
|
2160
|
+
#~ "<i class=\"fa fa-trash\" title=\"Remove\" style=\"font-size:1.5em\"/>"
|
2161
|
+
#~ msgstr ""
|
2162
|
+
#~ "<i class=\"fa fa-trash\" title=\"Rimuovi\" style=\"font-size:1.5em\"/>"
|
2163
|
+
|
2164
|
+
#~ msgid ""
|
2165
|
+
#~ "<i class=\"fa fa-upload\" title=\"Fill from pencil\" style=\"font-"
|
2166
|
+
#~ "size:1.5em\"/>"
|
2167
|
+
#~ msgstr ""
|
2168
|
+
#~ "<i class=\"fa fa-upload\" title=\"Riempi da matita\" style=\"font-"
|
2169
|
+
#~ "size:1.5em\"/>"
|
2170
|
+
|
2171
|
+
#~ msgid ""
|
2172
|
+
#~ "<span attrs=\"{'invisible': [('result_package_id', '=', False)]}\">-></"
|
2173
|
+
#~ "span>"
|
2174
|
+
#~ msgstr ""
|
2175
|
+
#~ "<span attrs=\"{'invisible': [('result_package_id', '=', False)]}\">-></"
|
2176
|
+
#~ "span>"
|
2177
|
+
|
2178
|
+
#~ msgid "<span>Apply</span>"
|
2179
|
+
#~ msgstr "<span>Applica</span>"
|
2180
|
+
|
2181
|
+
#~ msgid ""
|
2182
|
+
#~ "<strong class=\" d-none d-sm-block\">Dest. Location</strong>\n"
|
2183
|
+
#~ " <span class=\"fa fa-share text-center d-sm-none "
|
2184
|
+
#~ "oe_span_small_icon\" title=\"Destination Location\"/>"
|
2185
|
+
#~ msgstr ""
|
2186
|
+
#~ "<strong class=\" d-none d-sm-block\">Ubicazione destinazione</strong>\n"
|
2187
|
+
#~ " <span class=\"fa fa-share text-center d-sm-none "
|
2188
|
+
#~ "oe_span_small_icon\" title=\"Ubicazione destinazione\"/>"
|
2189
|
+
|
2190
|
+
#~ msgid ""
|
2191
|
+
#~ "<strong class=\" d-none d-sm-block\">Source Location</strong>\n"
|
2192
|
+
#~ " <span class=\"fa fa-map-marker d-sm-"
|
2193
|
+
#~ "none oe_span_small_icon\" title=\"Source Location\"/>"
|
2194
|
+
#~ msgstr ""
|
2195
|
+
#~ "<strong class=\" d-none d-sm-block\">Ubicazione provenienza</strong>\n"
|
2196
|
+
#~ " <span class=\"fa fa-map-marker d-sm-"
|
2197
|
+
#~ "none oe_span_small_icon\" title=\"Ubicazione provenienza\"/>"
|
2198
|
+
|
2199
|
+
#~ msgid ""
|
2200
|
+
#~ "<strong class=\"d-none d-sm-block\">Lot S/N</strong>\n"
|
2201
|
+
#~ " <span class=\"fa fa-tags d-sm-none "
|
2202
|
+
#~ "oe_span_small_icon\" title=\"Lot S/N\"/>"
|
2203
|
+
#~ msgstr ""
|
2204
|
+
#~ "<strong class=\"d-none d-sm-block\">Lotto/Seriale</strong>\n"
|
2205
|
+
#~ " <span class=\"fa fa-tags d-sm-none "
|
2206
|
+
#~ "oe_span_small_icon\" title=\"Lotto/Seriale\"/>"
|
2207
|
+
|
2208
|
+
#~ msgid ""
|
2209
|
+
#~ "<strong class=\"d-none d-sm-block\">Package</strong>\n"
|
2210
|
+
#~ " <span class=\"fa fa-inbox d-sm-none "
|
2211
|
+
#~ "oe_span_small_icon\" title=\"package\"/>"
|
2212
|
+
#~ msgstr ""
|
2213
|
+
#~ "<strong class=\"d-none d-sm-block\">Confezione</strong>\n"
|
2214
|
+
#~ " <span class=\"fa fa-inbox d-sm-none "
|
2215
|
+
#~ "oe_span_small_icon\" title=\"Confezione\"/>"
|
2216
|
+
|
2217
|
+
#~ msgid ""
|
2218
|
+
#~ "<strong class=\"d-none d-sm-block\">Product</strong>\n"
|
2219
|
+
#~ " <span class=\"fa fa-th-list d-sm-none "
|
2220
|
+
#~ "oe_span_small_icon\" title=\"Product\"/>"
|
2221
|
+
#~ msgstr ""
|
2222
|
+
#~ "<strong class=\"d-none d-sm-block\">Prodotto</strong>\n"
|
2223
|
+
#~ " <span class=\"fa fa-th-list d-sm-none "
|
2224
|
+
#~ "oe_span_small_icon\" title=\"Prodotto\"/>"
|
2225
|
+
|
2226
|
+
#~ msgid ""
|
2227
|
+
#~ "<strong class=\"d-none d-sm-block\">Source Package -> Result Package</"
|
2228
|
+
#~ "strong>\n"
|
2229
|
+
#~ " <span class=\"fa fa-cubes d-sm-none "
|
2230
|
+
#~ "oe_span_small_icon\" title=\"Source Package to Result Package\"/>"
|
2231
|
+
#~ msgstr ""
|
2232
|
+
#~ "<strong class=\"d-none d-sm-block\">Collo originario -> Collo "
|
2233
|
+
#~ "risultante</strong>\n"
|
2234
|
+
#~ " <span class=\"fa fa-cubes d-sm-none "
|
2235
|
+
#~ "oe_span_small_icon\" title=\"Collo originario a Collo risultante\"/>"
|
2236
|
+
|
2237
|
+
#~ msgid "Back"
|
2238
|
+
#~ msgstr "Indietro"
|
2239
|
+
|
2240
|
+
#~ msgid "Clean message"
|
2241
|
+
#~ msgstr "Pulisci messaggio"
|
2242
|
+
|
2243
|
+
#~ msgid "Edit"
|
2244
|
+
#~ msgstr "Modifica"
|
2245
|
+
|
2246
|
+
#~ msgid "Fill from pending line"
|
2247
|
+
#~ msgstr "Riempi da riga in attesa"
|
2248
|
+
|
2249
|
+
#~ msgid "Loc:"
|
2250
|
+
#~ msgstr "Ubic.:"
|
2251
|
+
|
2252
|
+
#~ msgid "Open"
|
2253
|
+
#~ msgstr "Aperto"
|
2254
|
+
|
2255
|
+
#~ msgid "Options"
|
2256
|
+
#~ msgstr "Opzioni"
|
2257
|
+
|
2258
|
+
#~ msgid "Remove detailed operation"
|
2259
|
+
#~ msgstr "Rimuovi operazione dettagliata"
|
2260
|
+
|
2261
|
+
#~ msgid "Remove quant"
|
2262
|
+
#~ msgstr "Rimuovi quanto"
|
2263
|
+
|
2264
|
+
#~ msgid "Reset inventory quantity"
|
2265
|
+
#~ msgstr "Resetta quantità inventario"
|
2266
|
+
|
2267
|
+
#~ msgid "Validate"
|
2268
|
+
#~ msgstr "Valida"
|
2269
|
+
|
1963
2270
|
#~ msgid "Wizard to read barcode on picking"
|
1964
2271
|
#~ msgstr "Procedura guidata per leggere il codice a barre sul prelievo"
|
1965
2272
|
|