mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[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:
committed by
Luis González
parent
a9361d26e9
commit
4501eedfc1
10
view/qweb.xml
Normal file
10
view/qweb.xml
Normal 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>
|
||||
|
||||
Reference in New Issue
Block a user