model_definitions_setup.js 174 B

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