mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[MIG] web_widget_datepicker_fulloptions: Migration to 14.0
This commit is contained in:
committed by
Quentin Dupont
parent
0d1120c5a7
commit
760512a0b0
@@ -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",
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user