| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/knowledge |
| GIT | |
| GIT | https://github.com/OCA/knowledge.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/knowledge/tree/16.0/document_url_google_drive |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Tools |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Cetmix |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Cetmix |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Ivan Sokolov |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/knowledge |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:12:02 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/knowledge: - document_url odoo/odoo: - base - base_setup - web - bus - web_tour - google_account |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module extends the functionality of the document_url module and allows you to attach a link to a file from your Google Drive |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
res_config_settings_view_form |
res.config.settings.view.form.inherit.document.url.google.drive | res.config.settings | xpath | Inherits base_setup.res_config_settings_view_form |
res_users_google_picker_view_form |
res.users (document_url_google_drive) | res.users | xpath | Inherits base.view_users_form |
res_users_google_picker_view_form_simple_modif |
res.users.simple_modif (document_url_google_drive) | res.users | xpath | Inherits base.view_users_form_simple_modif |
No new fields.
Public methods (1)add_attachment_google_drive(self, url, name, active_model, active_ids)
google_picker_api_key
Char
config_parameter='google_picker_api_key'
string='Google API Key'
google_picker_app_id
Char
config_parameter='google_picker_app_id'
default='odoo'
string='Google App ID'
google_picker_client_id
Char
config_parameter='google_picker_client_id'
string='Google Client ID'
is_active_google_api
Boolean
config_parameter='is_active_google_api'
string='Google APIs'
No public methods.
google_picker_access_token
Char
string='Google Access Token'
google_picker_active
Boolean
compute='_compute_google_picker_active'
google_picker_expires_date
Integer
string='Google Expires Date'
google_picker_mime_types
Char
string='Google Mime Types'
google_picker_scope
Char
default='https://www.googleapis.com/auth/drive.readonly'
string='Google Scope'
get_google_picker_params(self)
save_google_picker_access_token(self, access_token, expires_date)