mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[10.0] Add module web_no_bubble
This commit is contained in:
committed by
Jairo Llopis
parent
44a51e97cf
commit
258e8eaa6a
10
web_no_bubble/views/web_no_bubble.xml
Normal file
10
web_no_bubble/views/web_no_bubble.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<openerp>
|
||||
<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.css"/>
|
||||
</xpath>
|
||||
</template>
|
||||
</data>
|
||||
</openerp>
|
||||
Reference in New Issue
Block a user