From d64262099bdbcb8bcc90a303278bdcff5cb2da6f Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Fri, 22 Jan 2021 17:12:02 +0100 Subject: [PATCH] Update readme --- product_print_zpl_barcode/__manifest__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/product_print_zpl_barcode/__manifest__.py b/product_print_zpl_barcode/__manifest__.py index ae746ef..b574b77 100644 --- a/product_print_zpl_barcode/__manifest__.py +++ b/product_print_zpl_barcode/__manifest__.py @@ -17,7 +17,7 @@ This module adds a wizard on product.product form view which allows to generate * regular product barcode stickers. These stickers will show: * product name * product price - * EAN13 barcode + * EAN13 or EAN8 barcode * price/weight barcode stickers. These stickers will show: * product name @@ -26,6 +26,8 @@ This module adds a wizard on product.product form view which allows to generate * price per kg * EAN13 barcode +It also allows to generate a private barcode for products without barcode. For that, you must configure the sequence "private.product.barcode". This sequence must be configured to produce 12 digits (for EAN13) or 7 digits (for EAN8) ; the checksum will be added automatically. + This module has been written by Alexis de Lattre from Akretion . """,