884 B
884 B
Environment
Overview
Each Owl application runs in a specific environment, which contains many (mostly) global informations about the application. Odoo is no different, and adds a few important data in the environment. Here is a description of its content:
Content
Key | Description |
---|---|
browser |
list of browser entities with side effects |
bus |
main application bus |
qweb |
application current QWeb rendering engine |
registries |
object containing all relevant registries |
services |
values of all deployed services |
_t |
eager translation function |