From 3751379f1e9a4c215fb6eb898b4ccc67659b9ace Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 21:51:50 +0700 Subject: initial commit 2 --- addons/stock/data/default_barcode_patterns.xml | 40 ++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 addons/stock/data/default_barcode_patterns.xml (limited to 'addons/stock/data/default_barcode_patterns.xml') diff --git a/addons/stock/data/default_barcode_patterns.xml b/addons/stock/data/default_barcode_patterns.xml new file mode 100644 index 00000000..fdb182df --- /dev/null +++ b/addons/stock/data/default_barcode_patterns.xml @@ -0,0 +1,40 @@ + + + + + Weight Barcodes 3 Decimals + + 36 + weight + ean13 + 21.....{NNDDD} + + + + Package barcodes + + 70 + package + any + PACK + + + + Lot barcodes + + 80 + lot + any + 10 + + + + Location barcodes + + 60 + location + any + 414 + + + -- cgit v1.2.3