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

This commit is contained in:
Enric Tobella
2019-11-08 17:59:37 +01:00
parent 94b789365b
commit 3ae136300c

View File

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