diff --git a/web_widget_datepicker_fulloptions/__manifest__.py b/web_widget_datepicker_fulloptions/__manifest__.py index 003665d96..751299d2b 100644 --- a/web_widget_datepicker_fulloptions/__manifest__.py +++ b/web_widget_datepicker_fulloptions/__manifest__.py @@ -2,7 +2,7 @@ # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). { "name": "Web Widget DatePicker Full Options", - "version": "12.0.1.0.1", + "version": "14.0.1.0.0", "author": "GRAP, " "Odoo Community Association (OCA)", "license": "AGPL-3", "category": "Web", diff --git a/web_widget_datepicker_fulloptions/static/src/js/web_widget_datepicker_fulloptions.js b/web_widget_datepicker_fulloptions/static/src/js/web_widget_datepicker_fulloptions.js index 46ffe6ff0..d9ff3d4b6 100644 --- a/web_widget_datepicker_fulloptions/static/src/js/web_widget_datepicker_fulloptions.js +++ b/web_widget_datepicker_fulloptions/static/src/js/web_widget_datepicker_fulloptions.js @@ -7,7 +7,7 @@ odoo.define("web_widget_datepicker_fulloptions.datepicker_fulloptions", function var DatePicker = require("web.datepicker"); - var DatePickerFullOptions = DatePicker.DateWidget.include({ + DatePicker.DateWidget.include({ /** * @override */