This module is the basis for a number of branding modules, with the aim to customize Odoo according to your needs. This happens mainly through a debranding of Odoo. All occurrences of the word Odoo as well as links to Odoo can be replaced automatically. This behavior is active by default but can be disabled by using the context or an HTML tag.
<span
class="no_debranding">...</span>
self.env[..].with_context(no_debranding=True)
If a new system should be branded automatically, it is recommended
to set the flag
auto_install
of this module to
True
and to adjust the corresponding variables in the config file.