9 lines
298 B
JavaScript
9 lines
298 B
JavaScript
/** @odoo-module */
|
|
import {
|
|
unpatchAttendeeCalendarCommonPopover,
|
|
unpatchAttendeeCalendarCommonPopoverClass
|
|
} from "@hr_homeworking_calendar/calendar/common/popover/calendar_common_popover";
|
|
|
|
unpatchAttendeeCalendarCommonPopover();
|
|
unpatchAttendeeCalendarCommonPopoverClass();
|