From: Frédéric van der Essen Date: Tue, 9 Dec 2014 17:09:39 +0000 (+0100) Subject: [IMP] barcodes: add a little explanation text on the barcode nomenclatures X-Git-Url: http://git.inspyration.org/?p=odoo%2Fodoo.git;a=commitdiff_plain;h=f8e6afee33a2e1f56606a46bf5170f669a07b38a [IMP] barcodes: add a little explanation text on the barcode nomenclatures --- diff --git a/addons/barcodes/barcodes_view.xml b/addons/barcodes/barcodes_view.xml index 7667a3d..e308983 100644 --- a/addons/barcodes/barcodes_view.xml +++ b/addons/barcodes/barcodes_view.xml @@ -12,6 +12,21 @@ +
+

+ Barcodes Nomenclatures define how barcodes are recognized and categorized. + When a barcode is scanned it is associated to the first rule with a matching + pattern. The pattern syntax is that of regular expression, and a barcode is matched + if the regular expression matches a prefix of the barcode. +

+ Patterns can also define how numerical values, such as weight or price, can be + encoded into the barcode. They are indicated by a {NNN} where the N's + define where the number's digits are encoded. Floats are also supported with the + decimals indicated with D's, such as {NNNDD}. In these cases, + the barcodes on the associated entites must have the value part set to + zeroes. +

+