mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[IMP] web_widget_datepicker_fulloptions: pre-commit execution
This commit is contained in:
committed by
Quentin Dupont
parent
ce5ab34282
commit
0d1120c5a7
@@ -1,9 +1,11 @@
|
||||
/* Copyright 2021 Quentin DUPONT
|
||||
* License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). */
|
||||
odoo.define('web_widget_datepicker_fulloptions.datepicker_fulloptions', function (require) {
|
||||
"use strict";
|
||||
odoo.define("web_widget_datepicker_fulloptions.datepicker_fulloptions", function (
|
||||
require
|
||||
) {
|
||||
"use strict";
|
||||
|
||||
var DatePicker = require('web.datepicker');
|
||||
var DatePicker = require("web.datepicker");
|
||||
|
||||
var DatePickerFullOptions = DatePicker.DateWidget.include({
|
||||
/**
|
||||
@@ -17,5 +19,4 @@ odoo.define('web_widget_datepicker_fulloptions.datepicker_fulloptions', function
|
||||
this.options.buttons.showClose = true;
|
||||
},
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user