3
0
Fork 0

[FIX] web_view_calendar_column: Set license of the widget as Open Source

11.0
Enric Tobella 2019-11-08 17:59:37 +01:00
parent 94b789365b
commit 3ae136300c
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ odoo.define('web_view_calendar_column.CalendarRenderer', function (require) {
//eventResourceEditable: true, // except for between resources //eventResourceEditable: true, // except for between resources
height: 'parent', height: 'parent',
unselectAuto: false, unselectAuto: false,
schedulerLicenseKey: 'GPL-My-Project-Is-Open-Source',
locale: locale, // reset locale when fullcalendar has already been instanciated before now locale: locale, // reset locale when fullcalendar has already been instanciated before now
}); });