6 lines
146 B
JavaScript
6 lines
146 B
JavaScript
|
/** @odoo-module */
|
||
|
|
||
|
import { translatedTerms, translationLoaded } from "@web/core/l10n/translation";
|
||
|
|
||
|
translatedTerms[translationLoaded] = true;
|