3
0
Fork 0

[MIG] web_widget_datepicker_fulloptions: Migration to 14.0

14.0
Alessandro Uffreduzzi 2022-12-28 11:56:44 +01:00
parent ee3f187839
commit 6c27bc500a
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -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
*/