Odoo18-Base/addons/web/static/tests/ignore_missing_deps_start.js
2025-03-10 10:52:11 +07:00

5 lines
275 B
JavaScript

// This module has for sole purpose to mark all odoo modules defined between it
// and ignore_missing_deps_stop as ignored for missing dependency errors.
// see the template conditional_assets_tests to understand how it's used.
window.__odooIgnoreMissingDependencies = true;