odoo18/addons/calendar/static/tests/helpers/model_definitions_setup.js

6 lines
174 B
JavaScript

/** @odoo-module **/
import { addModelNamesToFetch } from '@bus/../tests/helpers/model_definitions_helpers';
addModelNamesToFetch(['calendar.event', 'calendar.attendee']);