diff --git a/README.md b/README.md index 95c3141c21fc..c20bc8b21a75 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ addon | version | maintainers | summary [product_supplierinfo_barcode](product_supplierinfo_barcode/) | 14.0.1.1.0 | [![eLBati](https://github.com/eLBati.png?size=30px)](https://github.com/eLBati) | Add a barcode to supplier pricelist items [sale_input_barcode](sale_input_barcode/) | 14.0.2.0.0 | [![bealdav](https://github.com/bealdav.png?size=30px)](https://github.com/bealdav) | Add Sale line with barcode [sale_input_barcode_gs1](sale_input_barcode_gs1/) | 14.0.2.0.0 | [![bealdav](https://github.com/bealdav.png?size=30px)](https://github.com/bealdav) | Add Sale line with barcode using GS1 barcodes -[stock_barcodes](stock_barcodes/) | 14.0.4.0.0 | | It provides read barcode on stock operations. +[stock_barcodes](stock_barcodes/) | 14.0.4.0.1 | | It provides read barcode on stock operations. [stock_barcodes_automatic_entry](stock_barcodes_automatic_entry/) | 14.0.1.0.0 | [![AdriaGForgeFlow](https://github.com/AdriaGForgeFlow.png?size=30px)](https://github.com/AdriaGForgeFlow) | This module will automatically trigger the click event on a button with the class 'barcode-automatic-entry' after a barcode scanned has been processed. [stock_barcodes_gs1](stock_barcodes_gs1/) | 14.0.2.0.1 | | It provides read GS1 barcode on stock operations. [stock_barcodes_gs1_expiry](stock_barcodes_gs1_expiry/) | 14.0.1.0.1 | | It provides read expiry dates from GS1 barcode on stock operations. diff --git a/stock_barcodes/README.rst b/stock_barcodes/README.rst index 56f1d4c16eb5..02681071ea95 100644 --- a/stock_barcodes/README.rst +++ b/stock_barcodes/README.rst @@ -7,7 +7,7 @@ Stock Barcodes !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:86a1bc6ec589d1563b050b755b7b7e741c832f22b78fff585f9bf13a448385a3 + !! source digest: sha256:562b6364e48526a5b9b75ae3a63419f0f56376e5677d833291804cbdd39dc815 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/stock_barcodes/__manifest__.py b/stock_barcodes/__manifest__.py index ba67fb703e45..7d52fbce0c4e 100644 --- a/stock_barcodes/__manifest__.py +++ b/stock_barcodes/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Stock Barcodes", "summary": "It provides read barcode on stock operations.", - "version": "14.0.4.0.0", + "version": "14.0.4.0.1", "author": "Tecnativa, " "Odoo Community Association (OCA)", "website": "https://github.com/OCA/stock-logistics-barcode", "license": "AGPL-3", diff --git a/stock_barcodes/static/description/index.html b/stock_barcodes/static/description/index.html index a11d79059b3a..3b9dfc1cb452 100644 --- a/stock_barcodes/static/description/index.html +++ b/stock_barcodes/static/description/index.html @@ -8,10 +8,11 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ +:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. +Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -274,7 +275,7 @@ margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: grey; } /* line numbers */ +pre.code .ln { color: gray; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -300,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -366,7 +367,7 @@

Stock Barcodes

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:86a1bc6ec589d1563b050b755b7b7e741c832f22b78fff585f9bf13a448385a3 +!! source digest: sha256:562b6364e48526a5b9b75ae3a63419f0f56376e5677d833291804cbdd39dc815 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/stock-logistics-barcode Translate me on Weblate Try me on Runboat

This module provides a barcode reader interface for stock module.

@@ -555,7 +556,9 @@

Contributors

Maintainers

This module is maintained by the OCA.

-Odoo Community Association + +Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.