Odoo Mindscape. Understand Odoo faster. Explore modules, fields, dependencies and version differences in one place instead of digging through the source code.

Module: Events Organization

Entity: res.config.settings

Compute Method: _compute_maps_static_api_key

Inputs Method Outputs
"""Clear API key on disabling google maps."""
for config in self:
            if not config.use_google_maps_static_api:
                config.google_maps_static_api_key = ''

Back to entity