From 0d76378163d7ba5f6729e8964f21748d533abbc3 Mon Sep 17 00:00:00 2001 From: "Brandon Seltenrich (BRSE)" Date: Fri, 15 Dec 2023 16:37:39 -0500 Subject: [PATCH] [FIX] barcode: fix default delay number closes odoo/documentation#6958 X-original-commit: 18aad6d5f23fd8c718371ca0310ca2adda569d98 Signed-off-by: Zachary Straub (zst) --- .../applications/inventory_and_mrp/barcode/setup/hardware.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/applications/inventory_and_mrp/barcode/setup/hardware.rst b/content/applications/inventory_and_mrp/barcode/setup/hardware.rst index cdb765260..5cf8a09f4 100644 --- a/content/applications/inventory_and_mrp/barcode/setup/hardware.rst +++ b/content/applications/inventory_and_mrp/barcode/setup/hardware.rst @@ -59,7 +59,7 @@ desired language in the scanner's user manual. Automatic carriage return ------------------------- -Odoo has a default 50-millisecond delay between scans to prevent accidental double scanning. To +Odoo has a default 100-millisecond delay between scans to prevent accidental double scanning. To synchronize with the barcode scanner, set it to include a *carriage return* (:dfn:`character like the "Enter" key on a keyboard`) after each scan. Odoo interprets the carriage return as the end of the barcode input; so Odoo accepts the scan, and waits for the next one.