6 lines
152 B
JavaScript
6 lines
152 B
JavaScript
|
/** @odoo-module **/
|
||
|
|
||
|
import { addModelNamesToFetch } from '@bus/../tests/helpers/model_definitions_helpers';
|
||
|
|
||
|
addModelNamesToFetch(['rating.rating']);
|