forked from Mapan/odoo17e
6 lines
159 B
JavaScript
6 lines
159 B
JavaScript
/** @odoo-module **/
|
|
|
|
import { addModelNamesToFetch } from "@bus/../tests/helpers/model_definitions_helpers";
|
|
|
|
addModelNamesToFetch(["spreadsheet.template"]);
|