summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
authorMiqdad <ahmadmiqdad27@gmail.com>2025-08-20 11:09:27 +0700
committerMiqdad <ahmadmiqdad27@gmail.com>2025-08-20 11:09:27 +0700
commit5691ea8569ab70a801ff5fc06adfe717a67224a3 (patch)
tree06745477ad13ccae44112385f393e1780c1c9229 /indoteknik_custom/views
parentc225119cb9bdcee03ca9706ec58dfceb717b5027 (diff)
<Miqdad> Block Manual Input from keyboard
Diffstat (limited to 'indoteknik_custom/views')
-rw-r--r--indoteknik_custom/views/assets.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/indoteknik_custom/views/assets.xml b/indoteknik_custom/views/assets.xml
new file mode 100644
index 00000000..4475004e
--- /dev/null
+++ b/indoteknik_custom/views/assets.xml
@@ -0,0 +1,7 @@
+<odoo>
+ <template id="indoteknik_assets_backend" inherit_id="web.assets_backend" name="Indoteknik Custom Backend Assets">
+ <xpath expr="." position="inside">
+ <script type="text/javascript" src="/indoteknik_custom/static/src/js/check_product_barcode.js"/>
+ </xpath>
+ </template>
+</odoo>