[IMP] : - Rename the module to web_widget_color

- Remove special type (Color) and use (Char) instead of.
This commit is contained in:
Adil Houmadi
2015-02-19 13:37:34 +01:00
committed by Enric Tobella
parent 44a51e97cf
commit b8d7a5cbb9
18 changed files with 1337 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<openerp>
<data>
<template id="assets_backend" name="web_widget_color assets" inherit_id="web.assets_backend">
<xpath expr="." position="inside">
<link rel="stylesheet" href="/web_widget_color/static/src/css/widget.css"/>
<script type="text/javascript" src="/web_widget_color/static/lib/jscolor/jscolor.js"></script>
<script type="text/javascript" src="/web_widget_color/static/src/js/widget.js"></script>
</xpath>
</template>
</data>
</openerp>