forked from Techsystech/web
[FIX] web_view_calendar_column: Set license of the widget as Open Source
parent
94b789365b
commit
3ae136300c
|
@ -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
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue