summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views/assets.xml
blob: 4475004e476e7bf4ea2847397401c16e1175dda4 (plain)
1
2
3
4
5
6
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>