diff --git a/barcodes_generator_product/README.rst b/barcodes_generator_product/README.rst index a6ef19ef95ac..82e2d0db3916 100644 --- a/barcodes_generator_product/README.rst +++ b/barcodes_generator_product/README.rst @@ -7,7 +7,7 @@ Generate Barcodes for Products !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:9f1c7bfb6a15f1929487c4a06717b27c02aca053cb7dee035e6a88087d5f5a4a + !! source digest: sha256:575a945b63543b0d0dffb7cefb8a69dc47a93f74073d73f6ca161614e79a2456 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -38,6 +38,13 @@ that: * and after 5 others digits to define the variable price * a 13 digit control +Another common pattern is "8012345....." which means that: +* the EAN13 code will begin with '8012345' +* followed by 5 digits (named Barcode Base in this module) +* and finally the 13th digit is the control digit + +Note that a dot is not necessary in the pattern as the control digit is added automatically. + With this module, it is possible to: * Assign a pattern (barcode.rule) to a product.product diff --git a/barcodes_generator_product/readme/DESCRIPTION.rst b/barcodes_generator_product/readme/DESCRIPTION.rst index 8c6923ec946a..4f93ca88445b 100644 --- a/barcodes_generator_product/readme/DESCRIPTION.rst +++ b/barcodes_generator_product/readme/DESCRIPTION.rst @@ -8,6 +8,13 @@ that: * and after 5 others digits to define the variable price * a 13 digit control +Another common pattern is "8012345....." which means that: +* the EAN13 code will begin with '8012345' +* followed by 5 digits (named Barcode Base in this module) +* and finally the 13th digit is the control digit + +Note that a dot is not necessary in the pattern as the control digit is added automatically. + With this module, it is possible to: * Assign a pattern (barcode.rule) to a product.product diff --git a/barcodes_generator_product/static/description/index.html b/barcodes_generator_product/static/description/index.html index 4e11fc49122b..0dfaaa83d255 100644 --- a/barcodes_generator_product/static/description/index.html +++ b/barcodes_generator_product/static/description/index.html @@ -367,7 +367,7 @@
This module expands Odoo functionality, allowing user to generate barcode @@ -378,6 +378,11 @@
Another common pattern is “8012345…..” which means that: +* the EAN13 code will begin with ‘8012345’ +* followed by 5 digits (named Barcode Base in this module) +* and finally the 13th digit is the control digit
+Note that a dot is not necessary in the pattern as the control digit is added automatically.
With this module, it is possible to: