templates.xml 350 Bytes
Newer Older
François C. committed
1 2 3 4 5 6 7 8
<?xml version="1.0" encoding="UTF-8"?>
<odoo>
    <template id="assets_backend" name="web_searchbar_full_width assets" inherit_id="web.assets_backend">
        <xpath expr="." position="inside">
            <link rel="stylesheet" href="/web_searchbar_full_width/static/src/css/web_searchbar_full_width.css"/>
        </xpath>
    </template>
</odoo>