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 ------- .. list-table:: :header-rows: 1 * - 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 `_