odoo-addon-stock-barcodes 16.0.2.0.0.2__py3-none-any.whl → 16.0.2.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/README.rst +25 -24
- odoo/addons/stock_barcodes/__manifest__.py +1 -1
- odoo/addons/stock_barcodes/i18n/stock_barcodes.pot +5 -0
- odoo/addons/stock_barcodes/models/stock_barcodes_option.py +3 -0
- odoo/addons/stock_barcodes/models/stock_picking.py +4 -1
- odoo/addons/stock_barcodes/readme/CONTRIBUTORS.rst +1 -1
- odoo/addons/stock_barcodes/readme/USAGE.rst +23 -22
- odoo/addons/stock_barcodes/static/description/index.html +24 -24
- odoo/addons/stock_barcodes/views/stock_barcodes_option_view.xml +1 -0
- odoo/addons/stock_barcodes/wizard/stock_barcodes_read.py +2 -1
- {odoo_addon_stock_barcodes-16.0.2.0.0.2.dist-info → odoo_addon_stock_barcodes-16.0.2.0.2.dist-info}/METADATA +26 -25
- {odoo_addon_stock_barcodes-16.0.2.0.0.2.dist-info → odoo_addon_stock_barcodes-16.0.2.0.2.dist-info}/RECORD +14 -14
- {odoo_addon_stock_barcodes-16.0.2.0.0.2.dist-info → odoo_addon_stock_barcodes-16.0.2.0.2.dist-info}/WHEEL +0 -0
- {odoo_addon_stock_barcodes-16.0.2.0.0.2.dist-info → odoo_addon_stock_barcodes-16.0.2.0.2.dist-info}/top_level.txt +0 -0
@@ -11,7 +11,7 @@ Stock Barcodes
|
|
11
11
|
!! This file is generated by oca-gen-addon-readme !!
|
12
12
|
!! changes will be overwritten. !!
|
13
13
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
14
|
-
!! source digest: sha256:
|
14
|
+
!! source digest: sha256:f9a617fb7bbb28cfc8d43eef084211ef0d6ac84a7681027ae71f013d24e33c7f
|
15
15
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
16
16
|
|
17
17
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
@@ -67,7 +67,7 @@ Option 2: Use the barcode interface inventory directly from the Barcodes applica
|
|
67
67
|
#. Go to *Barcodes*.
|
68
68
|
#. Select the *Inventory* option.
|
69
69
|
|
70
|
-
.. image:: https://raw.githubusercontent.com/stock_barcodes/static/src/img/inventory_barcode_action.png
|
70
|
+
.. image:: https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/inventory_barcode_action.png
|
71
71
|
:height: 100
|
72
72
|
:width: 200
|
73
73
|
:alt: Inventory barcode action
|
@@ -77,21 +77,21 @@ Option 2: Use the barcode interface inventory directly from the Barcodes applica
|
|
77
77
|
Actions
|
78
78
|
# Press the *+ Product* button to display the form for the new item.
|
79
79
|
|
80
|
-
.. image:: https://raw.githubusercontent.com/stock_barcodes/static/src/img/add_product.png
|
80
|
+
.. image:: https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/add_product.png
|
81
81
|
:height: 100
|
82
82
|
:width: 200
|
83
83
|
:alt: Add product
|
84
84
|
|
85
85
|
# When you select a product, a numeric field is displayed to add the quantity.
|
86
86
|
|
87
|
-
.. image:: https://raw.githubusercontent.com/stock_barcodes/static/src/img/form_add_product_quantity.png
|
87
|
+
.. image:: https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/form_add_product_quantity.png
|
88
88
|
:height: 100
|
89
89
|
:width: 200
|
90
90
|
:alt: Add quantity product
|
91
91
|
|
92
92
|
# When you press the button with the trash can icon, the values of the form are reset (except for the location) without closing it.
|
93
93
|
|
94
|
-
.. image:: https://raw.githubusercontent.com/stock_barcodes/static/src/img/form_add_product_reset.png
|
94
|
+
.. image:: https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/form_add_product_reset.png
|
95
95
|
:height: 100
|
96
96
|
:width: 200
|
97
97
|
:alt: Reset data form
|
@@ -100,25 +100,26 @@ Actions
|
|
100
100
|
# When you press the *Confirm* button, the new item is added and the form is closed.
|
101
101
|
# When the eye icon is closed, the created items greater than zero are displayed, and if not, those less than or equal to zero.
|
102
102
|
|
103
|
-
.. image:: https://raw.githubusercontent.com/stock_barcodes/static/src/img/list_items.png
|
103
|
+
.. image:: https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/list_items.png
|
104
104
|
:height: 100
|
105
105
|
:width: 200
|
106
106
|
:alt: Reset data form
|
107
107
|
|
108
108
|
# In the list, the trash can icon allows you to reset the quantity to zero and the edit icon allows you to change the item values.
|
109
109
|
|
110
|
-
.. image:: https://raw.githubusercontent.com/stock_barcodes/static/src/img/list_action_items.png
|
110
|
+
.. image:: https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/list_action_items.png
|
111
111
|
:height: 100
|
112
112
|
:width: 200
|
113
113
|
:alt: Reset data form
|
114
114
|
|
115
115
|
# The *Apply* button is only displayed if there are items with quantities greater than zero, regardless of whether they were scanned or entered manually; If you press all the defined quantities will be processed after defining the reason for the inventory adjustment and then the main barcode menu will be displayed.
|
116
116
|
|
117
|
-
.. image:: https://raw.githubusercontent.com/stock_barcodes/static/src/img/apply_inventory.png
|
117
|
+
.. image:: https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/apply_inventory.png
|
118
118
|
:height: 100
|
119
119
|
:width: 200
|
120
120
|
:alt: Apply inventory
|
121
|
-
|
121
|
+
|
122
|
+
.. image:: https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/apply_inventory_reason.png
|
122
123
|
:height: 100
|
123
124
|
:width: 200
|
124
125
|
:alt: Apply inventory reason
|
@@ -146,7 +147,7 @@ Option 2: Use the barcode interface picking directly from the Barcodes applicati
|
|
146
147
|
#. Go to *Barcodes*.
|
147
148
|
#. Select the option *OPERATIONS*.
|
148
149
|
|
149
|
-
.. image:: https://raw.githubusercontent.com/stock_barcodes/static/src/img/inventory_barcode_action.png
|
150
|
+
.. image:: https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/inventory_barcode_action.png
|
150
151
|
:height: 100
|
151
152
|
:width: 200
|
152
153
|
:alt: Operation barcode action
|
@@ -154,14 +155,14 @@ Option 2: Use the barcode interface picking directly from the Barcodes applicati
|
|
154
155
|
# Select the type of picking.
|
155
156
|
# The pickings in ready status are displayed, select the one you want to start scanning.
|
156
157
|
|
157
|
-
.. image:: https://raw.githubusercontent.com/stock_barcodes/static/src/img/list_picking.png
|
158
|
+
.. image:: https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/list_picking.png
|
158
159
|
:height: 100
|
159
160
|
:width: 200
|
160
161
|
:alt: List picking
|
161
162
|
|
162
163
|
#. Start scanning barcodes.
|
163
164
|
|
164
|
-
.. image:: https://raw.githubusercontent.com/stock_barcodes/static/src/img/barcode_interface_picking.png
|
165
|
+
.. image:: https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/barcode_interface_picking.png
|
165
166
|
:height: 100
|
166
167
|
:width: 200
|
167
168
|
:alt: List picking
|
@@ -169,14 +170,14 @@ Option 2: Use the barcode interface picking directly from the Barcodes applicati
|
|
169
170
|
Actions
|
170
171
|
# All the items that have been configured for the selected picking are listed.
|
171
172
|
|
172
|
-
.. image:: https://raw.githubusercontent.com/stock_barcodes/static/src/img/list_items_picking.png
|
173
|
+
.. image:: https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/list_items_picking.png
|
173
174
|
:height: 100
|
174
175
|
:width: 200
|
175
176
|
:alt: List picking
|
176
177
|
|
177
178
|
# The edit icon in the list allows you to modify the data.
|
178
179
|
|
179
|
-
.. image:: https://raw.githubusercontent.com/stock_barcodes/static/src/img/list_items_picking_edit.png
|
180
|
+
.. image:: https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/list_items_picking_edit.png
|
180
181
|
:height: 100
|
181
182
|
:width: 200
|
182
183
|
:alt: Edit picking
|
@@ -185,7 +186,7 @@ Actions
|
|
185
186
|
remaining quantities. Once defined, this button disappears and if you want to change the
|
186
187
|
quantities, press the edit button.
|
187
188
|
|
188
|
-
.. image:: https://raw.githubusercontent.com/stock_barcodes/static/src/img/list_items_picking_quantity.png
|
189
|
+
.. image:: https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/list_items_picking_quantity.png
|
189
190
|
:height: 100
|
190
191
|
:width: 200
|
191
192
|
:alt: Quantity picking
|
@@ -193,7 +194,7 @@ Actions
|
|
193
194
|
# If there is at least one item with a quantity already defined, an eye icon is displayed,
|
194
195
|
which if closed shows the items and their quantities already scanned.
|
195
196
|
|
196
|
-
.. image:: https://raw.githubusercontent.com/stock_barcodes/static/src/img/list_items_picking_scanned.png
|
197
|
+
.. image:: https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/list_items_picking_scanned.png
|
197
198
|
:height: 100
|
198
199
|
:width: 200
|
199
200
|
:alt: Picking scanned
|
@@ -201,7 +202,7 @@ Actions
|
|
201
202
|
# When you press the *Validate* button, a wizard will be displayed to confirm the action.
|
202
203
|
If everything is correct, it is validated and you return to the picking list mentioned above.
|
203
204
|
|
204
|
-
.. image:: https://raw.githubusercontent.com/stock_barcodes/static/src/img/confirm_items_picking.png
|
205
|
+
.. image:: https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/confirm_items_picking.png
|
205
206
|
:height: 100
|
206
207
|
:width: 200
|
207
208
|
:alt: Picking scanned
|
@@ -210,28 +211,28 @@ Actions
|
|
210
211
|
above, to confirm if you want to process all the quantities. If positive, you will proceed
|
211
212
|
and be directed to the list mentioned above in the previous point.
|
212
213
|
|
213
|
-
.. image:: https://raw.githubusercontent.com/stock_barcodes/static/src/img/confirm_all_quantity_items_picking.png
|
214
|
+
.. image:: https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/confirm_all_quantity_items_picking.png
|
214
215
|
:height: 100
|
215
216
|
:width: 200
|
216
217
|
:alt: Picking scanned
|
217
218
|
|
218
219
|
# Press the *+ Product* button to display the form for the new item.
|
219
220
|
|
220
|
-
.. image:: https://raw.githubusercontent.com/stock_barcodes/static/src/img/add_product.png
|
221
|
+
.. image:: https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/add_product.png
|
221
222
|
:height: 100
|
222
223
|
:width: 200
|
223
224
|
:alt: Add product
|
224
225
|
|
225
226
|
# When you select a product, a numeric field is displayed to add the quantity.
|
226
227
|
|
227
|
-
.. image:: https://raw.githubusercontent.com/stock_barcodes/static/src/img/form_add_product_quantity.png
|
228
|
+
.. image:: https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/form_add_product_quantity.png
|
228
229
|
:height: 100
|
229
230
|
:width: 200
|
230
231
|
:alt: Add quantity product
|
231
232
|
|
232
233
|
# When you press the button with the trash can icon, the values of the form are reset (except for the location) without closing it.
|
233
234
|
|
234
|
-
.. image:: https://raw.githubusercontent.com/stock_barcodes/static/src/img/form_add_product_reset.png
|
235
|
+
.. image:: https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/form_add_product_reset.png
|
235
236
|
:height: 100
|
236
237
|
:width: 200
|
237
238
|
:alt: Reset data form
|
@@ -298,14 +299,14 @@ To use the barcode interface for actions:
|
|
298
299
|
#. Go to *Inventory > Configuration > Barcode Actions*.
|
299
300
|
#. Create a new barcode action and configure the barcode.
|
300
301
|
|
301
|
-
.. image:: https://raw.githubusercontent.com/stock_barcodes/static/src/img/create_barcode_action.png
|
302
|
+
.. image:: https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/create_barcode_action.png
|
302
303
|
:height: 100
|
303
304
|
:width: 200
|
304
305
|
:alt: Print barcodes
|
305
306
|
|
306
307
|
#. Select the barcode actions you want to use, a button (PRINT BARCODES) will appear that allows you to print the configured barcodes to PDF.
|
307
308
|
|
308
|
-
.. image:: https://raw.githubusercontent.com/stock_barcodes/static/src/img/print_barcodes.png
|
309
|
+
.. image:: https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/print_barcodes.png
|
309
310
|
:height: 100
|
310
311
|
:width: 200
|
311
312
|
:alt: Print barcodes
|
@@ -397,7 +398,7 @@ Contributors
|
|
397
398
|
|
398
399
|
* Enric Tobella
|
399
400
|
|
400
|
-
* `Binhex
|
401
|
+
* `Binhex <https://www.binhex.cloud/>`_:
|
401
402
|
|
402
403
|
* Edilio Escalona Almira
|
403
404
|
|
@@ -3,7 +3,7 @@
|
|
3
3
|
{
|
4
4
|
"name": "Stock Barcodes",
|
5
5
|
"summary": "It provides read barcode on stock operations.",
|
6
|
-
"version": "16.0.2.0.
|
6
|
+
"version": "16.0.2.0.2",
|
7
7
|
"author": "Tecnativa, " "Odoo Community Association (OCA)",
|
8
8
|
"website": "https://github.com/OCA/stock-logistics-barcode",
|
9
9
|
"license": "AGPL-3",
|
@@ -666,6 +666,11 @@ msgstr ""
|
|
666
666
|
msgid "Display Odoo notifications"
|
667
667
|
msgstr ""
|
668
668
|
|
669
|
+
#. module: stock_barcodes
|
670
|
+
#: model:ir.model.fields,field_description:stock_barcodes.field_stock_barcodes_option_group__no_increase_qty_done
|
671
|
+
msgid "Do not increase qty done on each scan"
|
672
|
+
msgstr ""
|
673
|
+
|
669
674
|
#. module: stock_barcodes
|
670
675
|
#: model:ir.model.fields,field_description:stock_barcodes.field_wiz_candidate_picking__product_qty_done
|
671
676
|
#: model:ir.model.fields,field_description:stock_barcodes.field_wiz_stock_barcodes_read_todo__qty_done
|
@@ -101,6 +101,9 @@ class StockBarcodesOptionGroup(models.Model):
|
|
101
101
|
]
|
102
102
|
)
|
103
103
|
display_read_quant = fields.Boolean(string="Read items on inventory mode")
|
104
|
+
no_increase_qty_done = fields.Boolean(
|
105
|
+
string="Do not increase qty done on each scan",
|
106
|
+
)
|
104
107
|
|
105
108
|
def get_option_value(self, field_name, attribute):
|
106
109
|
option = self.option_ids.filtered(lambda op: op.field_name == field_name)[:1]
|
@@ -65,7 +65,10 @@ class StockPicking(models.Model):
|
|
65
65
|
if res is True and self.env.context.get("show_picking_type_action_tree", False):
|
66
66
|
res = self[:1].picking_type_id.get_action_picking_tree_ready()
|
67
67
|
|
68
|
-
if
|
68
|
+
if (
|
69
|
+
self.env.context.get("stock_barcodes_validate_picking", False)
|
70
|
+
and self.state == "done"
|
71
|
+
):
|
69
72
|
self.env["bus.bus"]._sendone(
|
70
73
|
"stock_barcodes_scan", "actions_barcode", {"valid_picking": True}
|
71
74
|
)
|
@@ -13,7 +13,7 @@ Option 2: Use the barcode interface inventory directly from the Barcodes applica
|
|
13
13
|
#. Go to *Barcodes*.
|
14
14
|
#. Select the *Inventory* option.
|
15
15
|
|
16
|
-
.. image::
|
16
|
+
.. image:: ../static/src/img/inventory_barcode_action.png
|
17
17
|
:height: 100
|
18
18
|
:width: 200
|
19
19
|
:alt: Inventory barcode action
|
@@ -23,21 +23,21 @@ Option 2: Use the barcode interface inventory directly from the Barcodes applica
|
|
23
23
|
Actions
|
24
24
|
# Press the *+ Product* button to display the form for the new item.
|
25
25
|
|
26
|
-
.. image::
|
26
|
+
.. image:: ../static/src/img/add_product.png
|
27
27
|
:height: 100
|
28
28
|
:width: 200
|
29
29
|
:alt: Add product
|
30
30
|
|
31
31
|
# When you select a product, a numeric field is displayed to add the quantity.
|
32
32
|
|
33
|
-
.. image::
|
33
|
+
.. image:: ../static/src/img/form_add_product_quantity.png
|
34
34
|
:height: 100
|
35
35
|
:width: 200
|
36
36
|
:alt: Add quantity product
|
37
37
|
|
38
38
|
# When you press the button with the trash can icon, the values of the form are reset (except for the location) without closing it.
|
39
39
|
|
40
|
-
.. image::
|
40
|
+
.. image:: ../static/src/img/form_add_product_reset.png
|
41
41
|
:height: 100
|
42
42
|
:width: 200
|
43
43
|
:alt: Reset data form
|
@@ -46,25 +46,26 @@ Actions
|
|
46
46
|
# When you press the *Confirm* button, the new item is added and the form is closed.
|
47
47
|
# When the eye icon is closed, the created items greater than zero are displayed, and if not, those less than or equal to zero.
|
48
48
|
|
49
|
-
.. image::
|
49
|
+
.. image:: ../static/src/img/list_items.png
|
50
50
|
:height: 100
|
51
51
|
:width: 200
|
52
52
|
:alt: Reset data form
|
53
53
|
|
54
54
|
# In the list, the trash can icon allows you to reset the quantity to zero and the edit icon allows you to change the item values.
|
55
55
|
|
56
|
-
.. image::
|
56
|
+
.. image:: ../static/src/img/list_action_items.png
|
57
57
|
:height: 100
|
58
58
|
:width: 200
|
59
59
|
:alt: Reset data form
|
60
60
|
|
61
61
|
# The *Apply* button is only displayed if there are items with quantities greater than zero, regardless of whether they were scanned or entered manually; If you press all the defined quantities will be processed after defining the reason for the inventory adjustment and then the main barcode menu will be displayed.
|
62
62
|
|
63
|
-
.. image::
|
63
|
+
.. image:: ../static/src/img/apply_inventory.png
|
64
64
|
:height: 100
|
65
65
|
:width: 200
|
66
66
|
:alt: Apply inventory
|
67
|
-
|
67
|
+
|
68
|
+
.. image:: ../static/src/img/apply_inventory_reason.png
|
68
69
|
:height: 100
|
69
70
|
:width: 200
|
70
71
|
:alt: Apply inventory reason
|
@@ -92,7 +93,7 @@ Option 2: Use the barcode interface picking directly from the Barcodes applicati
|
|
92
93
|
#. Go to *Barcodes*.
|
93
94
|
#. Select the option *OPERATIONS*.
|
94
95
|
|
95
|
-
.. image::
|
96
|
+
.. image:: ../static/src/img/inventory_barcode_action.png
|
96
97
|
:height: 100
|
97
98
|
:width: 200
|
98
99
|
:alt: Operation barcode action
|
@@ -100,14 +101,14 @@ Option 2: Use the barcode interface picking directly from the Barcodes applicati
|
|
100
101
|
# Select the type of picking.
|
101
102
|
# The pickings in ready status are displayed, select the one you want to start scanning.
|
102
103
|
|
103
|
-
.. image::
|
104
|
+
.. image:: ../static/src/img/list_picking.png
|
104
105
|
:height: 100
|
105
106
|
:width: 200
|
106
107
|
:alt: List picking
|
107
108
|
|
108
109
|
#. Start scanning barcodes.
|
109
110
|
|
110
|
-
.. image::
|
111
|
+
.. image:: ../static/src/img/barcode_interface_picking.png
|
111
112
|
:height: 100
|
112
113
|
:width: 200
|
113
114
|
:alt: List picking
|
@@ -115,14 +116,14 @@ Option 2: Use the barcode interface picking directly from the Barcodes applicati
|
|
115
116
|
Actions
|
116
117
|
# All the items that have been configured for the selected picking are listed.
|
117
118
|
|
118
|
-
.. image::
|
119
|
+
.. image:: ../static/src/img/list_items_picking.png
|
119
120
|
:height: 100
|
120
121
|
:width: 200
|
121
122
|
:alt: List picking
|
122
123
|
|
123
124
|
# The edit icon in the list allows you to modify the data.
|
124
125
|
|
125
|
-
.. image::
|
126
|
+
.. image:: ../static/src/img/list_items_picking_edit.png
|
126
127
|
:height: 100
|
127
128
|
:width: 200
|
128
129
|
:alt: Edit picking
|
@@ -131,7 +132,7 @@ Actions
|
|
131
132
|
remaining quantities. Once defined, this button disappears and if you want to change the
|
132
133
|
quantities, press the edit button.
|
133
134
|
|
134
|
-
.. image::
|
135
|
+
.. image:: ../static/src/img/list_items_picking_quantity.png
|
135
136
|
:height: 100
|
136
137
|
:width: 200
|
137
138
|
:alt: Quantity picking
|
@@ -139,7 +140,7 @@ Actions
|
|
139
140
|
# If there is at least one item with a quantity already defined, an eye icon is displayed,
|
140
141
|
which if closed shows the items and their quantities already scanned.
|
141
142
|
|
142
|
-
.. image::
|
143
|
+
.. image:: ../static/src/img/list_items_picking_scanned.png
|
143
144
|
:height: 100
|
144
145
|
:width: 200
|
145
146
|
:alt: Picking scanned
|
@@ -147,7 +148,7 @@ Actions
|
|
147
148
|
# When you press the *Validate* button, a wizard will be displayed to confirm the action.
|
148
149
|
If everything is correct, it is validated and you return to the picking list mentioned above.
|
149
150
|
|
150
|
-
.. image::
|
151
|
+
.. image:: ../static/src/img/confirm_items_picking.png
|
151
152
|
:height: 100
|
152
153
|
:width: 200
|
153
154
|
:alt: Picking scanned
|
@@ -156,28 +157,28 @@ Actions
|
|
156
157
|
above, to confirm if you want to process all the quantities. If positive, you will proceed
|
157
158
|
and be directed to the list mentioned above in the previous point.
|
158
159
|
|
159
|
-
.. image::
|
160
|
+
.. image:: ../static/src/img/confirm_all_quantity_items_picking.png
|
160
161
|
:height: 100
|
161
162
|
:width: 200
|
162
163
|
:alt: Picking scanned
|
163
164
|
|
164
165
|
# Press the *+ Product* button to display the form for the new item.
|
165
166
|
|
166
|
-
.. image::
|
167
|
+
.. image:: ../static/src/img/add_product.png
|
167
168
|
:height: 100
|
168
169
|
:width: 200
|
169
170
|
:alt: Add product
|
170
171
|
|
171
172
|
# When you select a product, a numeric field is displayed to add the quantity.
|
172
173
|
|
173
|
-
.. image::
|
174
|
+
.. image:: ../static/src/img/form_add_product_quantity.png
|
174
175
|
:height: 100
|
175
176
|
:width: 200
|
176
177
|
:alt: Add quantity product
|
177
178
|
|
178
179
|
# When you press the button with the trash can icon, the values of the form are reset (except for the location) without closing it.
|
179
180
|
|
180
|
-
.. image::
|
181
|
+
.. image:: ../static/src/img/form_add_product_reset.png
|
181
182
|
:height: 100
|
182
183
|
:width: 200
|
183
184
|
:alt: Reset data form
|
@@ -244,14 +245,14 @@ To use the barcode interface for actions:
|
|
244
245
|
#. Go to *Inventory > Configuration > Barcode Actions*.
|
245
246
|
#. Create a new barcode action and configure the barcode.
|
246
247
|
|
247
|
-
.. image::
|
248
|
+
.. image:: ../static/src/img/create_barcode_action.png
|
248
249
|
:height: 100
|
249
250
|
:width: 200
|
250
251
|
:alt: Print barcodes
|
251
252
|
|
252
253
|
#. Select the barcode actions you want to use, a button (PRINT BARCODES) will appear that allows you to print the configured barcodes to PDF.
|
253
254
|
|
254
|
-
.. image::
|
255
|
+
.. image:: ../static/src/img/print_barcodes.png
|
255
256
|
:height: 100
|
256
257
|
:width: 200
|
257
258
|
:alt: Print barcodes
|
@@ -372,7 +372,7 @@ ul.auto-toc {
|
|
372
372
|
!! This file is generated by oca-gen-addon-readme !!
|
373
373
|
!! changes will be overwritten. !!
|
374
374
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
375
|
-
!! source digest: sha256:
|
375
|
+
!! source digest: sha256:f9a617fb7bbb28cfc8d43eef084211ef0d6ac84a7681027ae71f013d24e33c7f
|
376
376
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
377
377
|
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/stock-logistics-barcode/tree/16.0/stock_barcodes"><img alt="OCA/stock-logistics-barcode" src="https://img.shields.io/badge/github-OCA%2Fstock--logistics--barcode-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/stock-logistics-barcode-16-0/stock-logistics-barcode-16-0-stock_barcodes"><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-barcode&target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
378
378
|
<p>This module provides a barcode reader interface for stock module.</p>
|
@@ -431,7 +431,7 @@ doing inventories and picking operations.</p>
|
|
431
431
|
<li>Select the <em>Inventory</em> option.</li>
|
432
432
|
</ol>
|
433
433
|
<blockquote>
|
434
|
-
<img alt="Inventory barcode action" src="https://raw.githubusercontent.com/stock_barcodes/static/src/img/inventory_barcode_action.png" style="width: 200px; height: 100px;" />
|
434
|
+
<img alt="Inventory barcode action" src="https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/inventory_barcode_action.png" style="width: 200px; height: 100px;" />
|
435
435
|
</blockquote>
|
436
436
|
<ol class="last arabic simple">
|
437
437
|
<li>Start scanning barcodes.</li>
|
@@ -440,30 +440,30 @@ doing inventories and picking operations.</p>
|
|
440
440
|
<dt>Actions</dt>
|
441
441
|
<dd><p class="first"># Press the <em>+ Product</em> button to display the form for the new item.</p>
|
442
442
|
<blockquote>
|
443
|
-
<img alt="Add product" src="https://raw.githubusercontent.com/stock_barcodes/static/src/img/add_product.png" style="width: 200px; height: 100px;" />
|
443
|
+
<img alt="Add product" src="https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/add_product.png" style="width: 200px; height: 100px;" />
|
444
444
|
</blockquote>
|
445
445
|
<p># When you select a product, a numeric field is displayed to add the quantity.</p>
|
446
446
|
<blockquote>
|
447
|
-
<img alt="Add quantity product" src="https://raw.githubusercontent.com/stock_barcodes/static/src/img/form_add_product_quantity.png" style="width: 200px; height: 100px;" />
|
447
|
+
<img alt="Add quantity product" src="https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/form_add_product_quantity.png" style="width: 200px; height: 100px;" />
|
448
448
|
</blockquote>
|
449
449
|
<p># When you press the button with the trash can icon, the values of the form are reset (except for the location) without closing it.</p>
|
450
450
|
<blockquote>
|
451
|
-
<img alt="Reset data form" src="https://raw.githubusercontent.com/stock_barcodes/static/src/img/form_add_product_reset.png" style="width: 200px; height: 100px;" />
|
451
|
+
<img alt="Reset data form" src="https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/form_add_product_reset.png" style="width: 200px; height: 100px;" />
|
452
452
|
</blockquote>
|
453
453
|
<p># When you press the <em>Clean values</em> button, all fields are reset and the form is closed.
|
454
454
|
# When you press the <em>Confirm</em> button, the new item is added and the form is closed.
|
455
455
|
# When the eye icon is closed, the created items greater than zero are displayed, and if not, those less than or equal to zero.</p>
|
456
456
|
<blockquote>
|
457
|
-
<img alt="Reset data form" src="https://raw.githubusercontent.com/stock_barcodes/static/src/img/list_items.png" style="width: 200px; height: 100px;" />
|
457
|
+
<img alt="Reset data form" src="https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/list_items.png" style="width: 200px; height: 100px;" />
|
458
458
|
</blockquote>
|
459
459
|
<p># In the list, the trash can icon allows you to reset the quantity to zero and the edit icon allows you to change the item values.</p>
|
460
460
|
<blockquote>
|
461
|
-
<img alt="Reset data form" src="https://raw.githubusercontent.com/stock_barcodes/static/src/img/list_action_items.png" style="width: 200px; height: 100px;" />
|
461
|
+
<img alt="Reset data form" src="https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/list_action_items.png" style="width: 200px; height: 100px;" />
|
462
462
|
</blockquote>
|
463
463
|
<p># The <em>Apply</em> button is only displayed if there are items with quantities greater than zero, regardless of whether they were scanned or entered manually; If you press all the defined quantities will be processed after defining the reason for the inventory adjustment and then the main barcode menu will be displayed.</p>
|
464
464
|
<blockquote class="last">
|
465
|
-
<img alt="Apply inventory" src="https://raw.githubusercontent.com/stock_barcodes/static/src/img/apply_inventory.png" style="width: 200px; height: 100px;" />
|
466
|
-
<img alt="Apply inventory reason" src="https://raw.githubusercontent.com/stock_barcodes/static/src/img/apply_inventory_reason.png" style="width: 200px; height: 100px;" />
|
465
|
+
<img alt="Apply inventory" src="https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/apply_inventory.png" style="width: 200px; height: 100px;" />
|
466
|
+
<img alt="Apply inventory reason" src="https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/apply_inventory_reason.png" style="width: 200px; height: 100px;" />
|
467
467
|
</blockquote>
|
468
468
|
</dd>
|
469
469
|
</dl>
|
@@ -494,60 +494,60 @@ picking is locked and you read products for it.</p>
|
|
494
494
|
<li>Select the option <em>OPERATIONS</em>.</li>
|
495
495
|
</ol>
|
496
496
|
<blockquote>
|
497
|
-
<img alt="Operation barcode action" src="https://raw.githubusercontent.com/stock_barcodes/static/src/img/inventory_barcode_action.png" style="width: 200px; height: 100px;" />
|
497
|
+
<img alt="Operation barcode action" src="https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/inventory_barcode_action.png" style="width: 200px; height: 100px;" />
|
498
498
|
</blockquote>
|
499
499
|
<p># Select the type of picking.
|
500
500
|
# The pickings in ready status are displayed, select the one you want to start scanning.</p>
|
501
501
|
<blockquote>
|
502
|
-
<img alt="List picking" src="https://raw.githubusercontent.com/stock_barcodes/static/src/img/list_picking.png" style="width: 200px; height: 100px;" />
|
502
|
+
<img alt="List picking" src="https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/list_picking.png" style="width: 200px; height: 100px;" />
|
503
503
|
</blockquote>
|
504
504
|
<ol class="arabic simple">
|
505
505
|
<li>Start scanning barcodes.</li>
|
506
506
|
</ol>
|
507
507
|
<blockquote class="last">
|
508
|
-
<img alt="List picking" src="https://raw.githubusercontent.com/stock_barcodes/static/src/img/barcode_interface_picking.png" style="width: 200px; height: 100px;" />
|
508
|
+
<img alt="List picking" src="https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/barcode_interface_picking.png" style="width: 200px; height: 100px;" />
|
509
509
|
</blockquote>
|
510
510
|
</dd>
|
511
511
|
<dt>Actions</dt>
|
512
512
|
<dd><p class="first"># All the items that have been configured for the selected picking are listed.</p>
|
513
513
|
<blockquote>
|
514
|
-
<img alt="List picking" src="https://raw.githubusercontent.com/stock_barcodes/static/src/img/list_items_picking.png" style="width: 200px; height: 100px;" />
|
514
|
+
<img alt="List picking" src="https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/list_items_picking.png" style="width: 200px; height: 100px;" />
|
515
515
|
</blockquote>
|
516
516
|
<p># The edit icon in the list allows you to modify the data.</p>
|
517
517
|
<blockquote>
|
518
|
-
<img alt="Edit picking" src="https://raw.githubusercontent.com/stock_barcodes/static/src/img/list_items_picking_edit.png" style="width: 200px; height: 100px;" />
|
518
|
+
<img alt="Edit picking" src="https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/list_items_picking_edit.png" style="width: 200px; height: 100px;" />
|
519
519
|
</blockquote>
|
520
520
|
<dl class="docutils">
|
521
521
|
<dt># The button that contains a <em>+120</em> (in this case), allows you to define all the</dt>
|
522
522
|
<dd><p class="first">remaining quantities. Once defined, this button disappears and if you want to change the
|
523
523
|
quantities, press the edit button.</p>
|
524
|
-
<img alt="Quantity picking" class="last" src="https://raw.githubusercontent.com/stock_barcodes/static/src/img/list_items_picking_quantity.png" style="width: 200px; height: 100px;" />
|
524
|
+
<img alt="Quantity picking" class="last" src="https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/list_items_picking_quantity.png" style="width: 200px; height: 100px;" />
|
525
525
|
</dd>
|
526
526
|
<dt># If there is at least one item with a quantity already defined, an eye icon is displayed,</dt>
|
527
527
|
<dd><p class="first">which if closed shows the items and their quantities already scanned.</p>
|
528
|
-
<img alt="Picking scanned" class="last" src="https://raw.githubusercontent.com/stock_barcodes/static/src/img/list_items_picking_scanned.png" style="width: 200px; height: 100px;" />
|
528
|
+
<img alt="Picking scanned" class="last" src="https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/list_items_picking_scanned.png" style="width: 200px; height: 100px;" />
|
529
529
|
</dd>
|
530
530
|
<dt># When you press the <em>Validate</em> button, a wizard will be displayed to confirm the action.</dt>
|
531
531
|
<dd><p class="first">If everything is correct, it is validated and you return to the picking list mentioned above.</p>
|
532
|
-
<img alt="Picking scanned" class="last" src="https://raw.githubusercontent.com/stock_barcodes/static/src/img/confirm_items_picking.png" style="width: 200px; height: 100px;" />
|
532
|
+
<img alt="Picking scanned" class="last" src="https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/confirm_items_picking.png" style="width: 200px; height: 100px;" />
|
533
533
|
</dd>
|
534
534
|
<dt># If there is an item whose quantity is zero, a wizard will be displayed after the one mentioned</dt>
|
535
535
|
<dd><p class="first">above, to confirm if you want to process all the quantities. If positive, you will proceed
|
536
536
|
and be directed to the list mentioned above in the previous point.</p>
|
537
|
-
<img alt="Picking scanned" class="last" src="https://raw.githubusercontent.com/stock_barcodes/static/src/img/confirm_all_quantity_items_picking.png" style="width: 200px; height: 100px;" />
|
537
|
+
<img alt="Picking scanned" class="last" src="https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/confirm_all_quantity_items_picking.png" style="width: 200px; height: 100px;" />
|
538
538
|
</dd>
|
539
539
|
</dl>
|
540
540
|
<p># Press the <em>+ Product</em> button to display the form for the new item.</p>
|
541
541
|
<blockquote>
|
542
|
-
<img alt="Add product" src="https://raw.githubusercontent.com/stock_barcodes/static/src/img/add_product.png" style="width: 200px; height: 100px;" />
|
542
|
+
<img alt="Add product" src="https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/add_product.png" style="width: 200px; height: 100px;" />
|
543
543
|
</blockquote>
|
544
544
|
<p># When you select a product, a numeric field is displayed to add the quantity.</p>
|
545
545
|
<blockquote>
|
546
|
-
<img alt="Add quantity product" src="https://raw.githubusercontent.com/stock_barcodes/static/src/img/form_add_product_quantity.png" style="width: 200px; height: 100px;" />
|
546
|
+
<img alt="Add quantity product" src="https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/form_add_product_quantity.png" style="width: 200px; height: 100px;" />
|
547
547
|
</blockquote>
|
548
548
|
<p># When you press the button with the trash can icon, the values of the form are reset (except for the location) without closing it.</p>
|
549
549
|
<blockquote>
|
550
|
-
<img alt="Reset data form" src="https://raw.githubusercontent.com/stock_barcodes/static/src/img/form_add_product_reset.png" style="width: 200px; height: 100px;" />
|
550
|
+
<img alt="Reset data form" src="https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/form_add_product_reset.png" style="width: 200px; height: 100px;" />
|
551
551
|
</blockquote>
|
552
552
|
<p class="last"># When you press the <em>Clean values</em> button, all fields are reset and the form is closed.
|
553
553
|
# When you press the <em>Confirm</em> button, the new item is added and the form is closed.
|
@@ -608,11 +608,11 @@ User can remove the last read scan.</p>
|
|
608
608
|
<li>Go to <em>Inventory > Configuration > Barcode Actions</em>.</li>
|
609
609
|
<li>Create a new barcode action and configure the barcode.</li>
|
610
610
|
</ol>
|
611
|
-
<img alt="Print barcodes" src="https://raw.githubusercontent.com/stock_barcodes/static/src/img/create_barcode_action.png" style="width: 200px; height: 100px;" />
|
611
|
+
<img alt="Print barcodes" src="https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/create_barcode_action.png" style="width: 200px; height: 100px;" />
|
612
612
|
<ol class="arabic simple">
|
613
613
|
<li>Select the barcode actions you want to use, a button (PRINT BARCODES) will appear that allows you to print the configured barcodes to PDF.</li>
|
614
614
|
</ol>
|
615
|
-
<img alt="Print barcodes" src="https://raw.githubusercontent.com/stock_barcodes/static/src/img/print_barcodes.png" style="width: 200px; height: 100px;" />
|
615
|
+
<img alt="Print barcodes" src="https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/print_barcodes.png" style="width: 200px; height: 100px;" />
|
616
616
|
<ol class="arabic simple">
|
617
617
|
<li>Go to <em>Barcodes</em>.</li>
|
618
618
|
<li>Start scanning barcodes from actions.</li>
|
@@ -703,7 +703,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|
703
703
|
</ul>
|
704
704
|
</li>
|
705
705
|
<li>Enric Tobella</li>
|
706
|
-
<li><a class="reference external" href="https://www.binhex.cloud/">Binhex
|
706
|
+
<li><a class="reference external" href="https://www.binhex.cloud/">Binhex</a>:<ul>
|
707
707
|
<li>Edilio Escalona Almira</li>
|
708
708
|
</ul>
|
709
709
|
</li>
|
@@ -761,7 +761,8 @@ class WizStockBarcodesRead(models.AbstractModel):
|
|
761
761
|
context = dict(self.env.context)
|
762
762
|
if self._name == "wiz.stock.barcodes.read.picking":
|
763
763
|
no_increase_qty_done = (
|
764
|
-
context.get("no_increase_qty_done", False)
|
764
|
+
context.get("no_increase_qty_done", False)
|
765
|
+
or self.option_group_id.no_increase_qty_done
|
765
766
|
)
|
766
767
|
force_create_move = context.get("force_create_move", False)
|
767
768
|
res = self.with_context(
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: odoo-addon-stock_barcodes
|
3
|
-
Version: 16.0.2.0.
|
3
|
+
Version: 16.0.2.0.2
|
4
4
|
Summary: It provides read barcode on stock operations.
|
5
5
|
Home-page: https://github.com/OCA/stock-logistics-barcode
|
6
6
|
Author: Tecnativa, Odoo Community Association (OCA)
|
@@ -27,7 +27,7 @@ Stock Barcodes
|
|
27
27
|
!! This file is generated by oca-gen-addon-readme !!
|
28
28
|
!! changes will be overwritten. !!
|
29
29
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
30
|
-
!! source digest: sha256:
|
30
|
+
!! source digest: sha256:f9a617fb7bbb28cfc8d43eef084211ef0d6ac84a7681027ae71f013d24e33c7f
|
31
31
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
32
32
|
|
33
33
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
@@ -83,7 +83,7 @@ Option 2: Use the barcode interface inventory directly from the Barcodes applica
|
|
83
83
|
#. Go to *Barcodes*.
|
84
84
|
#. Select the *Inventory* option.
|
85
85
|
|
86
|
-
.. image:: https://raw.githubusercontent.com/stock_barcodes/static/src/img/inventory_barcode_action.png
|
86
|
+
.. image:: https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/inventory_barcode_action.png
|
87
87
|
:height: 100
|
88
88
|
:width: 200
|
89
89
|
:alt: Inventory barcode action
|
@@ -93,21 +93,21 @@ Option 2: Use the barcode interface inventory directly from the Barcodes applica
|
|
93
93
|
Actions
|
94
94
|
# Press the *+ Product* button to display the form for the new item.
|
95
95
|
|
96
|
-
.. image:: https://raw.githubusercontent.com/stock_barcodes/static/src/img/add_product.png
|
96
|
+
.. image:: https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/add_product.png
|
97
97
|
:height: 100
|
98
98
|
:width: 200
|
99
99
|
:alt: Add product
|
100
100
|
|
101
101
|
# When you select a product, a numeric field is displayed to add the quantity.
|
102
102
|
|
103
|
-
.. image:: https://raw.githubusercontent.com/stock_barcodes/static/src/img/form_add_product_quantity.png
|
103
|
+
.. image:: https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/form_add_product_quantity.png
|
104
104
|
:height: 100
|
105
105
|
:width: 200
|
106
106
|
:alt: Add quantity product
|
107
107
|
|
108
108
|
# When you press the button with the trash can icon, the values of the form are reset (except for the location) without closing it.
|
109
109
|
|
110
|
-
.. image:: https://raw.githubusercontent.com/stock_barcodes/static/src/img/form_add_product_reset.png
|
110
|
+
.. image:: https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/form_add_product_reset.png
|
111
111
|
:height: 100
|
112
112
|
:width: 200
|
113
113
|
:alt: Reset data form
|
@@ -116,25 +116,26 @@ Actions
|
|
116
116
|
# When you press the *Confirm* button, the new item is added and the form is closed.
|
117
117
|
# When the eye icon is closed, the created items greater than zero are displayed, and if not, those less than or equal to zero.
|
118
118
|
|
119
|
-
.. image:: https://raw.githubusercontent.com/stock_barcodes/static/src/img/list_items.png
|
119
|
+
.. image:: https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/list_items.png
|
120
120
|
:height: 100
|
121
121
|
:width: 200
|
122
122
|
:alt: Reset data form
|
123
123
|
|
124
124
|
# In the list, the trash can icon allows you to reset the quantity to zero and the edit icon allows you to change the item values.
|
125
125
|
|
126
|
-
.. image:: https://raw.githubusercontent.com/stock_barcodes/static/src/img/list_action_items.png
|
126
|
+
.. image:: https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/list_action_items.png
|
127
127
|
:height: 100
|
128
128
|
:width: 200
|
129
129
|
:alt: Reset data form
|
130
130
|
|
131
131
|
# The *Apply* button is only displayed if there are items with quantities greater than zero, regardless of whether they were scanned or entered manually; If you press all the defined quantities will be processed after defining the reason for the inventory adjustment and then the main barcode menu will be displayed.
|
132
132
|
|
133
|
-
.. image:: https://raw.githubusercontent.com/stock_barcodes/static/src/img/apply_inventory.png
|
133
|
+
.. image:: https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/apply_inventory.png
|
134
134
|
:height: 100
|
135
135
|
:width: 200
|
136
136
|
:alt: Apply inventory
|
137
|
-
|
137
|
+
|
138
|
+
.. image:: https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/apply_inventory_reason.png
|
138
139
|
:height: 100
|
139
140
|
:width: 200
|
140
141
|
:alt: Apply inventory reason
|
@@ -162,7 +163,7 @@ Option 2: Use the barcode interface picking directly from the Barcodes applicati
|
|
162
163
|
#. Go to *Barcodes*.
|
163
164
|
#. Select the option *OPERATIONS*.
|
164
165
|
|
165
|
-
.. image:: https://raw.githubusercontent.com/stock_barcodes/static/src/img/inventory_barcode_action.png
|
166
|
+
.. image:: https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/inventory_barcode_action.png
|
166
167
|
:height: 100
|
167
168
|
:width: 200
|
168
169
|
:alt: Operation barcode action
|
@@ -170,14 +171,14 @@ Option 2: Use the barcode interface picking directly from the Barcodes applicati
|
|
170
171
|
# Select the type of picking.
|
171
172
|
# The pickings in ready status are displayed, select the one you want to start scanning.
|
172
173
|
|
173
|
-
.. image:: https://raw.githubusercontent.com/stock_barcodes/static/src/img/list_picking.png
|
174
|
+
.. image:: https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/list_picking.png
|
174
175
|
:height: 100
|
175
176
|
:width: 200
|
176
177
|
:alt: List picking
|
177
178
|
|
178
179
|
#. Start scanning barcodes.
|
179
180
|
|
180
|
-
.. image:: https://raw.githubusercontent.com/stock_barcodes/static/src/img/barcode_interface_picking.png
|
181
|
+
.. image:: https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/barcode_interface_picking.png
|
181
182
|
:height: 100
|
182
183
|
:width: 200
|
183
184
|
:alt: List picking
|
@@ -185,14 +186,14 @@ Option 2: Use the barcode interface picking directly from the Barcodes applicati
|
|
185
186
|
Actions
|
186
187
|
# All the items that have been configured for the selected picking are listed.
|
187
188
|
|
188
|
-
.. image:: https://raw.githubusercontent.com/stock_barcodes/static/src/img/list_items_picking.png
|
189
|
+
.. image:: https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/list_items_picking.png
|
189
190
|
:height: 100
|
190
191
|
:width: 200
|
191
192
|
:alt: List picking
|
192
193
|
|
193
194
|
# The edit icon in the list allows you to modify the data.
|
194
195
|
|
195
|
-
.. image:: https://raw.githubusercontent.com/stock_barcodes/static/src/img/list_items_picking_edit.png
|
196
|
+
.. image:: https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/list_items_picking_edit.png
|
196
197
|
:height: 100
|
197
198
|
:width: 200
|
198
199
|
:alt: Edit picking
|
@@ -201,7 +202,7 @@ Actions
|
|
201
202
|
remaining quantities. Once defined, this button disappears and if you want to change the
|
202
203
|
quantities, press the edit button.
|
203
204
|
|
204
|
-
.. image:: https://raw.githubusercontent.com/stock_barcodes/static/src/img/list_items_picking_quantity.png
|
205
|
+
.. image:: https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/list_items_picking_quantity.png
|
205
206
|
:height: 100
|
206
207
|
:width: 200
|
207
208
|
:alt: Quantity picking
|
@@ -209,7 +210,7 @@ Actions
|
|
209
210
|
# If there is at least one item with a quantity already defined, an eye icon is displayed,
|
210
211
|
which if closed shows the items and their quantities already scanned.
|
211
212
|
|
212
|
-
.. image:: https://raw.githubusercontent.com/stock_barcodes/static/src/img/list_items_picking_scanned.png
|
213
|
+
.. image:: https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/list_items_picking_scanned.png
|
213
214
|
:height: 100
|
214
215
|
:width: 200
|
215
216
|
:alt: Picking scanned
|
@@ -217,7 +218,7 @@ Actions
|
|
217
218
|
# When you press the *Validate* button, a wizard will be displayed to confirm the action.
|
218
219
|
If everything is correct, it is validated and you return to the picking list mentioned above.
|
219
220
|
|
220
|
-
.. image:: https://raw.githubusercontent.com/stock_barcodes/static/src/img/confirm_items_picking.png
|
221
|
+
.. image:: https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/confirm_items_picking.png
|
221
222
|
:height: 100
|
222
223
|
:width: 200
|
223
224
|
:alt: Picking scanned
|
@@ -226,28 +227,28 @@ Actions
|
|
226
227
|
above, to confirm if you want to process all the quantities. If positive, you will proceed
|
227
228
|
and be directed to the list mentioned above in the previous point.
|
228
229
|
|
229
|
-
.. image:: https://raw.githubusercontent.com/stock_barcodes/static/src/img/confirm_all_quantity_items_picking.png
|
230
|
+
.. image:: https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/confirm_all_quantity_items_picking.png
|
230
231
|
:height: 100
|
231
232
|
:width: 200
|
232
233
|
:alt: Picking scanned
|
233
234
|
|
234
235
|
# Press the *+ Product* button to display the form for the new item.
|
235
236
|
|
236
|
-
.. image:: https://raw.githubusercontent.com/stock_barcodes/static/src/img/add_product.png
|
237
|
+
.. image:: https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/add_product.png
|
237
238
|
:height: 100
|
238
239
|
:width: 200
|
239
240
|
:alt: Add product
|
240
241
|
|
241
242
|
# When you select a product, a numeric field is displayed to add the quantity.
|
242
243
|
|
243
|
-
.. image:: https://raw.githubusercontent.com/stock_barcodes/static/src/img/form_add_product_quantity.png
|
244
|
+
.. image:: https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/form_add_product_quantity.png
|
244
245
|
:height: 100
|
245
246
|
:width: 200
|
246
247
|
:alt: Add quantity product
|
247
248
|
|
248
249
|
# When you press the button with the trash can icon, the values of the form are reset (except for the location) without closing it.
|
249
250
|
|
250
|
-
.. image:: https://raw.githubusercontent.com/stock_barcodes/static/src/img/form_add_product_reset.png
|
251
|
+
.. image:: https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/form_add_product_reset.png
|
251
252
|
:height: 100
|
252
253
|
:width: 200
|
253
254
|
:alt: Reset data form
|
@@ -314,14 +315,14 @@ To use the barcode interface for actions:
|
|
314
315
|
#. Go to *Inventory > Configuration > Barcode Actions*.
|
315
316
|
#. Create a new barcode action and configure the barcode.
|
316
317
|
|
317
|
-
.. image:: https://raw.githubusercontent.com/stock_barcodes/static/src/img/create_barcode_action.png
|
318
|
+
.. image:: https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/create_barcode_action.png
|
318
319
|
:height: 100
|
319
320
|
:width: 200
|
320
321
|
:alt: Print barcodes
|
321
322
|
|
322
323
|
#. Select the barcode actions you want to use, a button (PRINT BARCODES) will appear that allows you to print the configured barcodes to PDF.
|
323
324
|
|
324
|
-
.. image:: https://raw.githubusercontent.com/stock_barcodes/static/src/img/print_barcodes.png
|
325
|
+
.. image:: https://raw.githubusercontent.com/OCA/stock-logistics-barcode/16.0/stock_barcodes/static/src/img/print_barcodes.png
|
325
326
|
:height: 100
|
326
327
|
:width: 200
|
327
328
|
:alt: Print barcodes
|
@@ -413,7 +414,7 @@ Contributors
|
|
413
414
|
|
414
415
|
* Enric Tobella
|
415
416
|
|
416
|
-
* `Binhex
|
417
|
+
* `Binhex <https://www.binhex.cloud/>`_:
|
417
418
|
|
418
419
|
* Edilio Escalona Almira
|
419
420
|
|
@@ -1,28 +1,28 @@
|
|
1
|
-
odoo/addons/stock_barcodes/README.rst,sha256=
|
1
|
+
odoo/addons/stock_barcodes/README.rst,sha256=ulPFyi6MEWRPAEYwPXLtHuKfNO3WxraFfxq7Jlxh7-E,15777
|
2
2
|
odoo/addons/stock_barcodes/__init__.py,sha256=CCs1p9fs5hDfOA_RK81fM0he5AMSZxCKcnbPaaj38mU,228
|
3
|
-
odoo/addons/stock_barcodes/__manifest__.py,sha256=
|
3
|
+
odoo/addons/stock_barcodes/__manifest__.py,sha256=aboE6oz_4kT4MX3fNP07Fms45QlYgOlKOTBd7A4tphA,1929
|
4
4
|
odoo/addons/stock_barcodes/hooks.py,sha256=3xcCKDae0aUjvq5oUecBGUgJ5rdTtN_p4CtXvtZhbzA,679
|
5
5
|
odoo/addons/stock_barcodes/data/stock_barcodes_action.xml,sha256=VZr_wKtJzlJ4_qptgWZ2G4wdxuUHMo8eQr8-6ZwVGk8,2275
|
6
6
|
odoo/addons/stock_barcodes/data/stock_barcodes_option.xml,sha256=u0HkeX9qjmXajGbtQfne5tKTKHbFibsW42ApUsrR6lg,24276
|
7
7
|
odoo/addons/stock_barcodes/i18n/es.po,sha256=UGGAa2LquqBlZbtpsaS--l_UUeCZABB3Jx7EIcetlSs,99340
|
8
8
|
odoo/addons/stock_barcodes/i18n/fr.po,sha256=0YcpU6uF8i-1_x15QltlB_CVqMl-pnfDgX1U18WxLV8,91055
|
9
9
|
odoo/addons/stock_barcodes/i18n/it.po,sha256=tPlfD9ewnUDcr21kZ0dEErcZj6sYBeID-Ctj0YgQqvA,102818
|
10
|
-
odoo/addons/stock_barcodes/i18n/stock_barcodes.pot,sha256=
|
10
|
+
odoo/addons/stock_barcodes/i18n/stock_barcodes.pot,sha256=GEPaWE8Y_I5mmbj5z8vC5GEtnthRAnuu4LCgDy6_G6k,82869
|
11
11
|
odoo/addons/stock_barcodes/i18n/tr.po,sha256=jiYVsWTpn2_O7WYqjqWpFjcZCDHNTtn86uJzpLhfA9Q,94183
|
12
12
|
odoo/addons/stock_barcodes/models/__init__.py,sha256=NXyuez3f4d9zdLwk07UT-ib--UlR0l_Sp-Vlt31k1nU,249
|
13
13
|
odoo/addons/stock_barcodes/models/barcode_events_mixin.py,sha256=9l8xT65cn5JsWPyuNJebCsJ4WAreIV_YJF5_6-TucL0,389
|
14
14
|
odoo/addons/stock_barcodes/models/stock_barcodes_action.py,sha256=IAMlCbZBepFvxKK3BZSkXsyVHXGQHfzWC89MOD5hZ00,6797
|
15
|
-
odoo/addons/stock_barcodes/models/stock_barcodes_option.py,sha256=
|
15
|
+
odoo/addons/stock_barcodes/models/stock_barcodes_option.py,sha256=Udi-uL_2bl6_84jAN2i7GGgDk9F-pP51AtvZOxGcduM,4987
|
16
16
|
odoo/addons/stock_barcodes/models/stock_move.py,sha256=f38m1yF7QY3fUVtWPymfV7nVAApSVmKODmpfPSboF0w,1289
|
17
17
|
odoo/addons/stock_barcodes/models/stock_move_line.py,sha256=H9Y034J-Cl4C9NIYoKDZpxVDOqzT0I-hn44ShQYtom8,1429
|
18
|
-
odoo/addons/stock_barcodes/models/stock_picking.py,sha256=
|
18
|
+
odoo/addons/stock_barcodes/models/stock_picking.py,sha256=OA0WSNE73wYKqKHCHw_4uihPXLBo_XiLNej3rJ5U8JQ,3094
|
19
19
|
odoo/addons/stock_barcodes/models/stock_picking_type.py,sha256=e71Ng05Jfcq9pKzI4Ieq5dv8syRyhUG1P032SG_SMnI,3932
|
20
20
|
odoo/addons/stock_barcodes/models/stock_quant.py,sha256=lwyRXiPI-D2DtYV89YcHQ5oo4V1QT0R-WbzcUiV6CNs,2715
|
21
|
-
odoo/addons/stock_barcodes/readme/CONTRIBUTORS.rst,sha256=
|
21
|
+
odoo/addons/stock_barcodes/readme/CONTRIBUTORS.rst,sha256=Ulri1AKeyXXxrwo6RHJDbu82Sja9LvDXJg3TfaL7UdI,387
|
22
22
|
odoo/addons/stock_barcodes/readme/DESCRIPTION.rst,sha256=bB8JRMOBew4_E0t-YN12hzpwEaa834UoYe-zBKjVFEw,339
|
23
23
|
odoo/addons/stock_barcodes/readme/HISTORY.rst,sha256=7qfJO9w-q8WZCmArtR8zCbMiRDQuucqWJ7vjqEIUpdY,735
|
24
24
|
odoo/addons/stock_barcodes/readme/ROADMAP.rst,sha256=Mt3sxpxWWN1se9eU5JQzu3u9aY7TnDg08jvqGcHjJvk,230
|
25
|
-
odoo/addons/stock_barcodes/readme/USAGE.rst,sha256=
|
25
|
+
odoo/addons/stock_barcodes/readme/USAGE.rst,sha256=H0D9Y94ti7qOAVqZRShP4527ea6aYeL5ZENpwjPwfIg,9283
|
26
26
|
odoo/addons/stock_barcodes/reports/__init__.py,sha256=imZLq4XRkpzGAXPsOcQxxSBGUE0QYO0XTu096QrNBxM,37
|
27
27
|
odoo/addons/stock_barcodes/reports/barcode_actions_report.py,sha256=9D6aNu1pqupT-xxV6D_a-DDkEuxLUVhM50Olchn8M7k,514
|
28
28
|
odoo/addons/stock_barcodes/reports/barcode_actions_report.xml,sha256=B-cdZ9r2Ep7teXdhmwgyyVimRPa6q2bV5hcU9Ot-w-A,1015
|
@@ -30,7 +30,7 @@ odoo/addons/stock_barcodes/reports/reports.xml,sha256=U6AthjQL2VAtkvFVm-i3z0iQAN
|
|
30
30
|
odoo/addons/stock_barcodes/security/ir.model.access.csv,sha256=1HlTnJb0Bsbl-UCdoy-f7r7Xec3UMs7uTppQWOfH8-0,1337
|
31
31
|
odoo/addons/stock_barcodes/static/description/icon.png,sha256=7ksDD35buxE_kBLoeXUGbdSW_5n-LC4S-SnQSs9tz1A,2994
|
32
32
|
odoo/addons/stock_barcodes/static/description/icon.svg,sha256=aMrHV2Isu4t_jJlnLVYqbcL_icg9wT2eSSAKxQ3pgDA,69299
|
33
|
-
odoo/addons/stock_barcodes/static/description/index.html,sha256=
|
33
|
+
odoo/addons/stock_barcodes/static/description/index.html,sha256=52sEkViilaikaoFYfXxAwSwXvb-RMFVu3sID4DmYuF4,29574
|
34
34
|
odoo/addons/stock_barcodes/static/src/docs/barcodes_actions.pdf,sha256=SEfoUCwiycH6k1IZiI5mR5WM1aI08dItfmNs-EK1XZU,7883
|
35
35
|
odoo/addons/stock_barcodes/static/src/docs/barcodes_demo.pdf,sha256=nJR_VkAxToTHPp7sis6sXThOtTaQQrjLIxItPK4G88E,64270
|
36
36
|
odoo/addons/stock_barcodes/static/src/img/add_product.png,sha256=gokmnHujAy-8iVnrzyThFYr7rCuRFNqIW4Tov_8IVnA,6351
|
@@ -82,12 +82,12 @@ odoo/addons/stock_barcodes/tests/test_stock_barcodes_new_lot.py,sha256=ERso6qMYk
|
|
82
82
|
odoo/addons/stock_barcodes/tests/test_stock_barcodes_picking.py,sha256=xFwfSS08qsjMU5gPrE2CSumgKHn9Yr0SB65SMaW-bpQ,22537
|
83
83
|
odoo/addons/stock_barcodes/views/stock_barcodes_action_view.xml,sha256=AEFZB1kUe8fid6hE2_pHaafffAbuFQ7iKoAJYK6fwe4,4669
|
84
84
|
odoo/addons/stock_barcodes/views/stock_barcodes_menu.xml,sha256=8604wj385rovod3DSELy1Wjxj2m1pdlOipNPCiIl66k,303
|
85
|
-
odoo/addons/stock_barcodes/views/stock_barcodes_option_view.xml,sha256=
|
85
|
+
odoo/addons/stock_barcodes/views/stock_barcodes_option_view.xml,sha256=qNMmzOS-mv_Ti7QrxW1GgLhfSQHIjnO9f24vqqKxnvk,5309
|
86
86
|
odoo/addons/stock_barcodes/views/stock_location_views.xml,sha256=ZjbIEGztSEqNcl6xN4R8H0Np68Y0-K05QP-R47Sscps,716
|
87
87
|
odoo/addons/stock_barcodes/views/stock_picking_views.xml,sha256=1hx6EvkE22JLEm_k6CntjlVmq4hX_ZWVutio73h-7lE,5677
|
88
88
|
odoo/addons/stock_barcodes/wizard/__init__.py,sha256=hTcbfpew4i3GyAAPL7geLG7JdgeND7bqvXuHsISrXwk,241
|
89
89
|
odoo/addons/stock_barcodes/wizard/stock_barcodes_candidate_picking.py,sha256=qKWQN56U_jQ82QbjeYVA3-kClMlBVqJZjakP_hK6dlE,5155
|
90
|
-
odoo/addons/stock_barcodes/wizard/stock_barcodes_read.py,sha256=
|
90
|
+
odoo/addons/stock_barcodes/wizard/stock_barcodes_read.py,sha256=Qm5SPnY4sXTNj_s6CDGnVE9EvlVGpl04sWwQaQfrGqM,34408
|
91
91
|
odoo/addons/stock_barcodes/wizard/stock_barcodes_read_inventory.py,sha256=ZpkSXNVGmEKS-wtaiJ18F9l1WE1-btQJ0lf9C8WcdkM,5905
|
92
92
|
odoo/addons/stock_barcodes/wizard/stock_barcodes_read_inventory_views.xml,sha256=hRbfWSoyiZ6UhvUoOvwv0LGcZCDXgFRobiObcYnlmeA,10906
|
93
93
|
odoo/addons/stock_barcodes/wizard/stock_barcodes_read_picking.py,sha256=flYxOex_Cihs06aBWLVj7Hs73QP5-G5QNEmFuQMOotE,42571
|
@@ -97,7 +97,7 @@ odoo/addons/stock_barcodes/wizard/stock_barcodes_read_todo_view.xml,sha256=84r_u
|
|
97
97
|
odoo/addons/stock_barcodes/wizard/stock_barcodes_read_views.xml,sha256=Viv-Urgg-yvISu9Fds6buI0QjgOhpsnIDmXZTbiuytY,27086
|
98
98
|
odoo/addons/stock_barcodes/wizard/stock_production_lot.py,sha256=LXb8IykNsU6fHNzm6exiD2oyLmFdjrhnv9Z7ixDihWI,2195
|
99
99
|
odoo/addons/stock_barcodes/wizard/stock_production_lot_views.xml,sha256=MPR5_1Hieceb4a3klAQiLojMm4SBHEOF-8Ad3fBtaaE,1977
|
100
|
-
odoo_addon_stock_barcodes-16.0.2.0.
|
101
|
-
odoo_addon_stock_barcodes-16.0.2.0.
|
102
|
-
odoo_addon_stock_barcodes-16.0.2.0.
|
103
|
-
odoo_addon_stock_barcodes-16.0.2.0.
|
100
|
+
odoo_addon_stock_barcodes-16.0.2.0.2.dist-info/METADATA,sha256=cayceiE90Img8ossdWp2vMstGABwJKE_u1UygBpMC8M,16389
|
101
|
+
odoo_addon_stock_barcodes-16.0.2.0.2.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
102
|
+
odoo_addon_stock_barcodes-16.0.2.0.2.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
|
103
|
+
odoo_addon_stock_barcodes-16.0.2.0.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|