I want to override some methods of the WeeklyTimesheet widget. Can someone please help me with the necessary javascript to override it from a custom module (v9)?
The problem seems to be which object to inherit, since the error message is: "'undefined' is not an object".
Here is the relevant line from timesheet.js that creates a 'FormWidget':
./hr_timesheet_sheet/static/src/js/timesheet.js:15:var WeeklyTimesheet = form_common.FormWidget.extend(form_common.ReinitializeWidgetMixin, {
This, unfortunately, does not work:
instance.hr_timesheet_sheet.WeeklyTimesheet.include({