diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2025-08-20 04:45:10 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2025-08-20 04:45:10 +0000 |
| commit | 6adef807baa548aa132418d80e21b04cd5e21a68 (patch) | |
| tree | 38566be4d6847c06effc4db67f82a3a56b843911 /indoteknik_custom/views/assets.xml | |
| parent | 6b5904e694024c39298a376beed47c2fe0a56310 (diff) | |
| parent | 5691ea8569ab70a801ff5fc06adfe717a67224a3 (diff) | |
Merged in block_manual_input_stock_picking (pull request #388)
<Miqdad> Block Manual Input from keyboard
Diffstat (limited to 'indoteknik_custom/views/assets.xml')
| -rw-r--r-- | indoteknik_custom/views/assets.xml | 7 |
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> |
