mirror of
https://github.com/bringout/oca-ocb-technical.git
synced 2026-04-20 04:11:59 +02:00
5 lines
174 B
JavaScript
5 lines
174 B
JavaScript
/** @odoo-module **/
|
|
|
|
import { addModelNamesToFetch } from '@bus/../tests/helpers/model_definitions_helpers';
|
|
|
|
addModelNamesToFetch(['calendar.event', 'calendar.attendee']);
|