mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-19 18:32:03 +02:00
5 lines
146 B
JavaScript
5 lines
146 B
JavaScript
/** @odoo-module */
|
|
|
|
import { translatedTerms, translationLoaded } from "@web/core/l10n/translation";
|
|
|
|
translatedTerms[translationLoaded] = true;
|