mirror of https://github.com/OCA/web.git
30 lines
861 B
XML
30 lines
861 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<odoo>
|
|
<data>
|
|
<template
|
|
id="assets_backend"
|
|
name="web_no_bubble_assets"
|
|
inherit_id="web.assets_backend"
|
|
>
|
|
<xpath expr="." position="inside">
|
|
<link
|
|
rel="stylesheet"
|
|
href="/web_no_bubble/static/src/css/web_no_bubble.scss"
|
|
/>
|
|
</xpath>
|
|
</template>
|
|
<template
|
|
id="assets_frontend"
|
|
name="web_no_bubble_assets_frontend"
|
|
inherit_id="web.assets_frontend"
|
|
>
|
|
<xpath expr="." position="inside">
|
|
<link
|
|
rel="stylesheet"
|
|
href="/web_no_bubble/static/src/css/web_no_bubble.scss"
|
|
/>
|
|
</xpath>
|
|
</template>
|
|
</data>
|
|
</odoo>
|