blob: 2ecfe3ff81c276e120837d2ba50ae37b3c36697e (
plain)
1
2
3
4
5
6
7
|
<odoo>
<template id="indoteknik_assets_backend" inherit_id="web.assets_backend" name="Mqdd Custom Backend Assets">
<xpath expr="." position="inside">
<script type="text/javascript" src="/fixco_custom/static/src/js/check_product_barcode.js"/>
</xpath>
</template>
</odoo>
|