[10.0] Add module web_no_bubble

This commit is contained in:
dufresnedavid
2016-12-20 18:23:36 -05:00
committed by Jairo Llopis
parent 44a51e97cf
commit 258e8eaa6a
6 changed files with 89 additions and 0 deletions

View 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>