odoo-addon-stock-barcodes 16.0.1.0.2.2__py3-none-any.whl → 16.0.1.1.0__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 +1 -1
- odoo/addons/stock_barcodes/__manifest__.py +1 -1
- odoo/addons/stock_barcodes/static/description/index.html +1 -1
- odoo/addons/stock_barcodes/wizard/stock_barcodes_read_inventory_views.xml +2 -2
- {odoo_addon_stock_barcodes-16.0.1.0.2.2.dist-info → odoo_addon_stock_barcodes-16.0.1.1.0.dist-info}/METADATA +2 -2
- {odoo_addon_stock_barcodes-16.0.1.0.2.2.dist-info → odoo_addon_stock_barcodes-16.0.1.1.0.dist-info}/RECORD +8 -8
- {odoo_addon_stock_barcodes-16.0.1.0.2.2.dist-info → odoo_addon_stock_barcodes-16.0.1.1.0.dist-info}/WHEEL +0 -0
- {odoo_addon_stock_barcodes-16.0.1.0.2.2.dist-info → odoo_addon_stock_barcodes-16.0.1.1.0.dist-info}/top_level.txt +0 -0
@@ -7,7 +7,7 @@ Stock Barcodes
|
|
7
7
|
!! This file is generated by oca-gen-addon-readme !!
|
8
8
|
!! changes will be overwritten. !!
|
9
9
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
10
|
-
!! source digest: sha256:
|
10
|
+
!! source digest: sha256:57d26158322c09cb66f30397e6644567bf9240ecc415f7fd48ec7bc6e6406ec9
|
11
11
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
12
12
|
|
13
13
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
@@ -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.1.0
|
6
|
+
"version": "16.0.1.1.0",
|
7
7
|
"author": "Tecnativa, " "Odoo Community Association (OCA)",
|
8
8
|
"website": "https://github.com/OCA/stock-logistics-barcode",
|
9
9
|
"license": "AGPL-3",
|
@@ -367,7 +367,7 @@ ul.auto-toc {
|
|
367
367
|
!! This file is generated by oca-gen-addon-readme !!
|
368
368
|
!! changes will be overwritten. !!
|
369
369
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
370
|
-
!! source digest: sha256:
|
370
|
+
!! source digest: sha256:57d26158322c09cb66f30397e6644567bf9240ecc415f7fd48ec7bc6e6406ec9
|
371
371
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
372
372
|
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/stock-logistics-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>
|
373
373
|
<p>This module provides a barcode reader interface for stock module.</p>
|
@@ -84,7 +84,7 @@
|
|
84
84
|
name="action_barcode_inventory_quant_unlink"
|
85
85
|
type="object"
|
86
86
|
class="btn"
|
87
|
-
icon="fa-
|
87
|
+
icon="fa-trash"
|
88
88
|
title="Remove quant"
|
89
89
|
context="{'wiz_barcode_id': parent.id}"
|
90
90
|
/>
|
@@ -127,7 +127,7 @@
|
|
127
127
|
<button
|
128
128
|
name="action_barcode_inventory_quant_unlink"
|
129
129
|
type="object"
|
130
|
-
icon="fa-
|
130
|
+
icon="fa-trash"
|
131
131
|
title="Reset inventory quantity"
|
132
132
|
class="btn mt0"
|
133
133
|
context="{'wiz_barcode_id': parent.id}"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: odoo-addon-stock_barcodes
|
3
|
-
Version: 16.0.1.0
|
3
|
+
Version: 16.0.1.1.0
|
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)
|
@@ -23,7 +23,7 @@ Stock Barcodes
|
|
23
23
|
!! This file is generated by oca-gen-addon-readme !!
|
24
24
|
!! changes will be overwritten. !!
|
25
25
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
26
|
-
!! source digest: sha256:
|
26
|
+
!! source digest: sha256:57d26158322c09cb66f30397e6644567bf9240ecc415f7fd48ec7bc6e6406ec9
|
27
27
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
28
28
|
|
29
29
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
@@ -1,6 +1,6 @@
|
|
1
|
-
odoo/addons/stock_barcodes/README.rst,sha256=
|
1
|
+
odoo/addons/stock_barcodes/README.rst,sha256=u8WCC5zDh5CoiulmcdegPkKHa1v55S1Jql9OSY9kUfg,7000
|
2
2
|
odoo/addons/stock_barcodes/__init__.py,sha256=GJDFROBciW9KNOlikIfV-4Gu8TPCJRp8ZWZCxngbDtI,206
|
3
|
-
odoo/addons/stock_barcodes/__manifest__.py,sha256=
|
3
|
+
odoo/addons/stock_barcodes/__manifest__.py,sha256=_qn7ujzd88UiMgBlPbSvEEhSs4A48oibxDynPr6F_jw,1659
|
4
4
|
odoo/addons/stock_barcodes/hooks.py,sha256=3xcCKDae0aUjvq5oUecBGUgJ5rdTtN_p4CtXvtZhbzA,679
|
5
5
|
odoo/addons/stock_barcodes/data/stock_barcodes_action.xml,sha256=BYvm7V39dkqfLPCtNVpYKzqinOaIuRGCjTz9Fo5U3m4,1889
|
6
6
|
odoo/addons/stock_barcodes/data/stock_barcodes_option.xml,sha256=MZU_hpOxL-QDsmRlMmB4k9-pBkBi516Y1_vkixtSLvI,20659
|
@@ -24,7 +24,7 @@ odoo/addons/stock_barcodes/readme/USAGE.rst,sha256=I3vBT7ih0lReN147-tDO6imDTuHWs
|
|
24
24
|
odoo/addons/stock_barcodes/security/ir.model.access.csv,sha256=1HlTnJb0Bsbl-UCdoy-f7r7Xec3UMs7uTppQWOfH8-0,1337
|
25
25
|
odoo/addons/stock_barcodes/static/description/icon.png,sha256=7ksDD35buxE_kBLoeXUGbdSW_5n-LC4S-SnQSs9tz1A,2994
|
26
26
|
odoo/addons/stock_barcodes/static/description/icon.svg,sha256=aMrHV2Isu4t_jJlnLVYqbcL_icg9wT2eSSAKxQ3pgDA,69299
|
27
|
-
odoo/addons/stock_barcodes/static/description/index.html,sha256=
|
27
|
+
odoo/addons/stock_barcodes/static/description/index.html,sha256=zuG9SsgjFWCSXYRa-e9-4TQMgm6BAxpJD4tvMMmLj3Q,19151
|
28
28
|
odoo/addons/stock_barcodes/static/src/css/stock.scss,sha256=kSjiQyBTIFohLk-tTlux1GVXYiKdijzFrlONQNorlbs,2914
|
29
29
|
odoo/addons/stock_barcodes/static/src/img/scan.png,sha256=DIN3r_B9kzMGmeRpqSx8K0S7RO8_FEwZudxGUYIPqSM,5405
|
30
30
|
odoo/addons/stock_barcodes/static/src/sounds/bell.wav,sha256=s8_EchNk9OuAZzpZljON8IEAcKjmMD9yXZorizse24I,17684
|
@@ -53,7 +53,7 @@ odoo/addons/stock_barcodes/views/stock_picking_views.xml,sha256=yMuIoeOk9fVkpe8W
|
|
53
53
|
odoo/addons/stock_barcodes/wizard/__init__.py,sha256=uUoIvaVAJWYetOqNRsGyYFjsBfMevz4UC3jkeZn_CTY,194
|
54
54
|
odoo/addons/stock_barcodes/wizard/stock_barcodes_read.py,sha256=Zu7mlQNjq8W_NkxadY7o3kRH8W9DFcnyqY1WQtKwA7w,31012
|
55
55
|
odoo/addons/stock_barcodes/wizard/stock_barcodes_read_inventory.py,sha256=72PrWzH2shYNeuYtLWd995PLO_kSxXJzdWuuSIv--y8,4970
|
56
|
-
odoo/addons/stock_barcodes/wizard/stock_barcodes_read_inventory_views.xml,sha256=
|
56
|
+
odoo/addons/stock_barcodes/wizard/stock_barcodes_read_inventory_views.xml,sha256=MhFH7zZ1ud1GFDvt9534MK7-EOP8rrElu9moGKk_Svw,10032
|
57
57
|
odoo/addons/stock_barcodes/wizard/stock_barcodes_read_picking.py,sha256=uQhDD5YJ0vroYCB9rgUCx7iAiOKi3OrqRAxxcieQhtU,44259
|
58
58
|
odoo/addons/stock_barcodes/wizard/stock_barcodes_read_picking_views.xml,sha256=O-zF3GbCRWq2AdO0djmwuIS33y7j-h10rqoN3S4m2d4,24343
|
59
59
|
odoo/addons/stock_barcodes/wizard/stock_barcodes_read_todo.py,sha256=_RqzmmcJ4xStRhyFaHo7BCpebC_DkBEqrlajzmClW60,6780
|
@@ -61,7 +61,7 @@ odoo/addons/stock_barcodes/wizard/stock_barcodes_read_todo_view.xml,sha256=84r_u
|
|
61
61
|
odoo/addons/stock_barcodes/wizard/stock_barcodes_read_views.xml,sha256=-JiHxJ0E36Ll_UwACLzbYHz2jiwolx5xJbPDp_3QqYc,31778
|
62
62
|
odoo/addons/stock_barcodes/wizard/stock_production_lot.py,sha256=LXb8IykNsU6fHNzm6exiD2oyLmFdjrhnv9Z7ixDihWI,2195
|
63
63
|
odoo/addons/stock_barcodes/wizard/stock_production_lot_views.xml,sha256=MPR5_1Hieceb4a3klAQiLojMm4SBHEOF-8Ad3fBtaaE,1977
|
64
|
-
odoo_addon_stock_barcodes-16.0.1.0.
|
65
|
-
odoo_addon_stock_barcodes-16.0.1.0.
|
66
|
-
odoo_addon_stock_barcodes-16.0.1.0.
|
67
|
-
odoo_addon_stock_barcodes-16.0.1.0.
|
64
|
+
odoo_addon_stock_barcodes-16.0.1.1.0.dist-info/METADATA,sha256=-eyptNvIym8h-_-Mw78T_SxAAZGLTv9VwTdCg4LZdM8,7612
|
65
|
+
odoo_addon_stock_barcodes-16.0.1.1.0.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
66
|
+
odoo_addon_stock_barcodes-16.0.1.1.0.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
|
67
|
+
odoo_addon_stock_barcodes-16.0.1.1.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|