forked from Techsystech/web
[MIG] web_widget_datepicker_fulloptions: Migration to 14.0
parent
ee3f187839
commit
6c27bc500a
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue