web_notify.xml 355 Bytes
Newer Older
François C. committed
1 2 3 4 5 6 7 8 9 10
<?xml version="1.0" encoding="utf-8"?>
<odoo>
    <data>
        <template id="assets_backend" name="web_noify assets" inherit_id="web.assets_backend">
            <xpath expr="." position="inside">
                <script type="text/javascript" src="/web_notify/static/src/js/web_client.js"/>
            </xpath>
        </template>
    </data>
</odoo>