calendar/static/tests/helpers/model_definitions_setup.js
Данил Воробьев fd1d573036 initial commit
2024-05-03 09:43:00 +00:00

6 lines
174 B
JavaScript

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