Update readme

This commit is contained in:
Alexis de Lattre
2021-01-22 17:12:02 +01:00
parent 6ad589d4bd
commit d64262099b

View File

@@ -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
<alexis.delattre@akretion.com>.
""",