[ADD] web_widget_datepicker_options

* use include instead of extend

* add README.rst

* update api doc link in readme.rst

* remove description from __oe__ since it is in README.rst

* add OCA icon and AGPL badges

* add datepicker.js through assets_backend
This commit is contained in:
Vincent Vinet
2015-03-24 07:49:29 -04:00
committed by Luis González
parent a9361d26e9
commit 4501eedfc1
7 changed files with 247 additions and 0 deletions

10
view/qweb.xml Normal file
View File

@@ -0,0 +1,10 @@
<openerp>
<data>
<template id="assets_backend" name="web_widget_datepicker_options assets" inherit_id="web.assets_backend">
<xpath expr="." position="inside">
<script type="text/javascript" src="/web_widget_datepicker_options/static/src/js/datepicker.js"></script>
</xpath>
</template>
</data>
</openerp>