add web_searchbar_full_width

This commit is contained in:
Holger Brunn
2015-05-01 12:18:16 +02:00
committed by Pedro M. Baeza
parent a095b86105
commit 4e535e7860
8 changed files with 151 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_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>
</data>
</openerp>