Repository
odoo/odoo · module folder
Module version
1.0
Category
Technical Settings
Folder size
0.23 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
None
Last tracking update
2026-08-15 22:44:21
Authors
Odoo S.A.
Maintainers
Odoo S.A.
Committers
Xavier Morel, Raphael Collet, Thibault Delavallée, Odoo Translation Bot, Julien Castiaux, Sébastien Theys, Tiffany Chang (tic), Gorash, tsm-odoo, Dylan Kiss (dyki), Chong Wang (cwg), Maryam Kia, Victor Miguel Armenta Carrillo, zel-odoo, pish-odoo, Krzysztof Magusiak (krma), Basioni (basm), Giorgio Tocco (gito), Kevin Gerard (kege), ibo-odoo
Odoo dependencies
Python dependencies
google-auth
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
cloud_storage_google_config_settings_view_form cloud_storage_google_config_settings_view_form res.config.settings form Inherits cloud_storage.cloud_storage_config_settings_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (4)
  • cloud_storage_google_account_info Char
    compute='_compute_cloud_storage_google_account_info' config_parameter='cloud_storage_google_account_info' readonly=False store=True string='Google Service Account Info'
  • cloud_storage_google_bucket_name Char
    config_parameter='cloud_storage_google_bucket_name' string='Google Bucket Name'
  • cloud_storage_google_service_account_key Binary
    store=False string='Google Service Account Key'
  • cloud_storage_provider Selection
    selection_add=[('google', 'Google Cloud Storage')]
Public methods (1)
  • get_values(self)
    @api.model

Loading…