mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
18 lines
468 B
XML
18 lines
468 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="/app_web_no_bubble/static/src/css/web_no_bubble.scss"
|
|
/>
|
|
</xpath>
|
|
</template>
|
|
</data>
|
|
</odoo>
|