summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiqdad <ahmadmiqdad27@gmail.com>2025-08-20 17:06:59 +0700
committerMiqdad <ahmadmiqdad27@gmail.com>2025-08-20 17:06:59 +0700
commit6d62c215f1c9bd3b76715d4de0367bf4dd2b4363 (patch)
treed89558344721562ece95f4ee2212ead896f61b83
parentc5cd456da8f679664437995636eac4f634f3ad94 (diff)
<Miqdad> Fix check product barcode
-rw-r--r--indoteknik_custom/static/src/js/check_product_barcode.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/static/src/js/check_product_barcode.js b/indoteknik_custom/static/src/js/check_product_barcode.js
index 593b8a5b..aedba34d 100644
--- a/indoteknik_custom/static/src/js/check_product_barcode.js
+++ b/indoteknik_custom/static/src/js/check_product_barcode.js
@@ -4,7 +4,7 @@ odoo.define('indoteknik_custom.prevent_manual_typing', function (require) {
console.log("✅ Custom JS from indoteknik_custom loaded!");
- const THRESHOLD_MS = 100;
+ const THRESHOLD_MS = 250;
let lastTime = 0;
let burstCount = 0;