Skip to content
Snippets Groups Projects
Balde Oury's avatar
oury.balde authored
Issue:

An error occurred when `env._t` was invoked as a function within the `openXbusMessage` method:
TypeError: env._t is not a function at openXbusMessage (debug_manager_xbus.js:33).

Fix:

Replaced the usage of `env._t` with the imported `_t` utility from `@web/core/l10n/translation`.
7571db57
History
Name Last commit Last update
.badges
demo
doc
i18n
models
security
static
tests
views
.editorconfig
.gitlab-ci.yml
.hgignore
.hgtags
.yamllint.yaml
LICENSE
NEWS.rst
README.rst
__init__.py
__manifest__.py
eslint.config.cjs
prettier.config.cjs
py.typed
pyproject.toml

Xbus Common

Alpha License: AGPL-3 Ruff Prettier

This module provide common features for Xbus modules.

Models

Xbus Envelope

Represents Xbus envelopes.

Xbus Message

Represents Xbus messages in an envelope.