diff --git a/web_widget_datepicker_options/__openerp__.py b/web_widget_datepicker_options/__openerp__.py index 706f0470..4f48932d 100644 --- a/web_widget_datepicker_options/__openerp__.py +++ b/web_widget_datepicker_options/__openerp__.py @@ -27,8 +27,8 @@ 'base', 'web', ], - "js": [ - 'static/src/js/datepicker.js', + "data": [ + 'view/qweb.xml', ], "author": "Vincent Vinet", "installable": True, diff --git a/web_widget_datepicker_options/view/qweb.xml b/web_widget_datepicker_options/view/qweb.xml new file mode 100644 index 00000000..9921348d --- /dev/null +++ b/web_widget_datepicker_options/view/qweb.xml @@ -0,0 +1,10 @@ + + + + + +