mirror of https://github.com/OCA/web.git
9 lines
350 B
XML
9 lines
350 B
XML
<?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>
|