[FIX] barcode: fix default delay number

closes odoo/documentation#6951

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
This commit is contained in:
Brandon Seltenrich (BRSE) 2023-12-15 16:37:39 -05:00
parent f3f44fe5f2
commit 18aad6d5f2

View File

@ -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.