[MIG] web_widget_datepicker_fulloptions: Migration to 14.0

This commit is contained in:
Alessandro Uffreduzzi
2022-12-28 11:56:44 +01:00
committed by Quentin Dupont
parent 0d1120c5a7
commit 760512a0b0
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
*/