===========================
Google Drive URL Attachment
===========================
..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:87f75612d4443c8f053ffbfd02ff5f4d6a31cbb16218dfd0561f7589ae010da9
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fknowledge-lightgray.png?logo=github
:target: https://github.com/OCA/knowledge/tree/16.0/document_url_google_drive
:alt: OCA/knowledge
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/knowledge-16-0/knowledge-16-0-document_url_google_drive
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/knowledge&target_branch=16.0
:alt: Try me on Runboat
|badge1| |badge2| |badge3| |badge4| |badge5|
This module extends the functionality of the document_url module and
allows you to attach a link to a file from your Google Drive
**Table of contents**
.. contents::
:local:
Configuration
=============
To configure this module, you need to:
- Go to Settings -> General Settings and scroll down to the
Integrations section.
- Enable "Google API", save. Setup instructions
https://developers.google.com/drive/picker/guides/overview
- "Google Client ID" - enter the client ID from the Google API
console:
https://developers.google.com/identity/oauth2/web/guides/get-google-api-clientid
- "Google API key" - enter the API key from the Google API console.
- "Google App ID" - enter the ID of the Google application. The
default value is ``odoo``.
You will be asked to authenticate when you add a link for the first
time.
|Configuration|
**To modify your personal login credentials later**
- Open your user profile and set up personal access credentials on the
"Google API" tab.
- field "Google Scope" - enter the scope for the Google API. The
default value is
``https://www.googleapis.com/auth/drive.readonly``.
- field "Google Access Token" - your token will be displayed here.
It is necessary to edit it.
- field "Google Mime Types" - enter the file formats to be filtered
when selecting. Example:
``application/pdf, image/jpeg, image/png``. By default, all files
are selected
To log out from the current Google Account by clicking the "logout"
icon right to the "Add GDrive link".
.. |Configuration| image:: https://raw.githubusercontent.com/OCA/knowledge/16.0/document_url_google_drive/static/img/google_api_settings.png
Usage
=====
To use this module, you need to:
1. Open the form view of an object (Example: Customer Invoice
INV/2019/0007).
2. Go to the chatter and click on the attached icon.
3. Click **Add GDrive link**.
4. Fill the wizard fields and click on Add button.
5. In the open window, select the files you need and press the select
button.
6. You will see a new **URL attachment** in the set of attachments
related to the object.
7. In order to log in under another google user, click on the logout
icon located after **Add GDrive link**
|Google Drive Link|
.. |Google Drive Link| image:: https://raw.githubusercontent.com/OCA/knowledge/16.0/document_url_google_drive/static/img/gdrive_link.png
Bug Tracker
===========
Bugs are tracked on `GitHub Issues <https://github.com/OCA/knowledge/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/knowledge/issues/new?body=module:%20document_url_google_drive%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
Do not contact contributors directly about support or help with technical issues.
Credits
=======
Authors
-------
* Cetmix
Contributors
------------
Cetmix <cetmix.com>
- Ivan Sokolov
- Mykola Demchuk
Maintainers
-----------
This module is maintained by the OCA.
.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org
OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
This module is part of the `OCA/knowledge <https://github.com/OCA/knowledge/tree/16.0/document_url_google_drive>`_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Raw data
{
"_id": null,
"home_page": "https://github.com/OCA/knowledge",
"name": "odoo-addon-document-url-google-drive",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": "",
"keywords": "",
"author": "Cetmix, Odoo Community Association (OCA)",
"author_email": "support@odoo-community.org",
"download_url": "",
"platform": null,
"description": "===========================\nGoogle Drive URL Attachment\n===========================\n\n.. \n !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n !! This file is generated by oca-gen-addon-readme !!\n !! changes will be overwritten. !!\n !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n !! source digest: sha256:87f75612d4443c8f053ffbfd02ff5f4d6a31cbb16218dfd0561f7589ae010da9\n !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n\n.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png\n :target: https://odoo-community.org/page/development-status\n :alt: Beta\n.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n :alt: License: AGPL-3\n.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fknowledge-lightgray.png?logo=github\n :target: https://github.com/OCA/knowledge/tree/16.0/document_url_google_drive\n :alt: OCA/knowledge\n.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n :target: https://translation.odoo-community.org/projects/knowledge-16-0/knowledge-16-0-document_url_google_drive\n :alt: Translate me on Weblate\n.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png\n :target: https://runboat.odoo-community.org/builds?repo=OCA/knowledge&target_branch=16.0\n :alt: Try me on Runboat\n\n|badge1| |badge2| |badge3| |badge4| |badge5|\n\nThis module extends the functionality of the document_url module and\nallows you to attach a link to a file from your Google Drive\n\n**Table of contents**\n\n.. contents::\n :local:\n\nConfiguration\n=============\n\nTo configure this module, you need to:\n\n- Go to Settings -> General Settings and scroll down to the\n Integrations section.\n\n- Enable \"Google API\", save. Setup instructions\n https://developers.google.com/drive/picker/guides/overview\n\n - \"Google Client ID\" - enter the client ID from the Google API\n console:\n https://developers.google.com/identity/oauth2/web/guides/get-google-api-clientid\n - \"Google API key\" - enter the API key from the Google API console.\n - \"Google App ID\" - enter the ID of the Google application. The\n default value is ``odoo``.\n\nYou will be asked to authenticate when you add a link for the first\ntime.\n\n|Configuration|\n\n**To modify your personal login credentials later**\n\n- Open your user profile and set up personal access credentials on the\n \"Google API\" tab.\n\n - field \"Google Scope\" - enter the scope for the Google API. The\n default value is\n ``https://www.googleapis.com/auth/drive.readonly``.\n - field \"Google Access Token\" - your token will be displayed here.\n It is necessary to edit it.\n - field \"Google Mime Types\" - enter the file formats to be filtered\n when selecting. Example:\n ``application/pdf, image/jpeg, image/png``. By default, all files\n are selected\n\n To log out from the current Google Account by clicking the \"logout\"\n icon right to the \"Add GDrive link\".\n\n.. |Configuration| image:: https://raw.githubusercontent.com/OCA/knowledge/16.0/document_url_google_drive/static/img/google_api_settings.png\n\nUsage\n=====\n\nTo use this module, you need to:\n\n1. Open the form view of an object (Example: Customer Invoice\n INV/2019/0007).\n2. Go to the chatter and click on the attached icon.\n3. Click **Add GDrive link**.\n4. Fill the wizard fields and click on Add button.\n5. In the open window, select the files you need and press the select\n button.\n6. You will see a new **URL attachment** in the set of attachments\n related to the object.\n7. In order to log in under another google user, click on the logout\n icon located after **Add GDrive link**\n\n|Google Drive Link|\n\n.. |Google Drive Link| image:: https://raw.githubusercontent.com/OCA/knowledge/16.0/document_url_google_drive/static/img/gdrive_link.png\n\nBug Tracker\n===========\n\nBugs are tracked on `GitHub Issues <https://github.com/OCA/knowledge/issues>`_.\nIn case of trouble, please check there if your issue has already been reported.\nIf you spotted it first, help us to smash it by providing a detailed and welcomed\n`feedback <https://github.com/OCA/knowledge/issues/new?body=module:%20document_url_google_drive%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.\n\nDo not contact contributors directly about support or help with technical issues.\n\nCredits\n=======\n\nAuthors\n-------\n\n* Cetmix\n\nContributors\n------------\n\nCetmix <cetmix.com>\n\n- Ivan Sokolov\n- Mykola Demchuk\n\nMaintainers\n-----------\n\nThis module is maintained by the OCA.\n\n.. image:: https://odoo-community.org/logo.png\n :alt: Odoo Community Association\n :target: https://odoo-community.org\n\nOCA, or the Odoo Community Association, is a nonprofit organization whose\nmission is to support the collaborative development of Odoo features and\npromote its widespread use.\n\nThis module is part of the `OCA/knowledge <https://github.com/OCA/knowledge/tree/16.0/document_url_google_drive>`_ project on GitHub.\n\nYou are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n\n\n",
"bugtrack_url": null,
"license": "AGPL-3",
"summary": "Attach Google Drive link to Odoo document using Google Drive Picker",
"version": "16.0.1.0.1.4",
"project_urls": {
"Homepage": "https://github.com/OCA/knowledge"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "7451676853734e79dd234a233c82f244960e9c01a44c3a53ad6aeacd38814be5",
"md5": "1e9d8d2e66e8b758bd439a38bcbb40bc",
"sha256": "442674565dc054dbf1fa39a4df69f72065550a7d0f2ab7255c10cd8e786996f7"
},
"downloads": -1,
"filename": "odoo_addon_document_url_google_drive-16.0.1.0.1.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "1e9d8d2e66e8b758bd439a38bcbb40bc",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 353721,
"upload_time": "2024-02-29T04:23:31",
"upload_time_iso_8601": "2024-02-29T04:23:31.503795Z",
"url": "https://files.pythonhosted.org/packages/74/51/676853734e79dd234a233c82f244960e9c01a44c3a53ad6aeacd38814be5/odoo_addon_document_url_google_drive-16.0.1.0.1.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-02-29 04:23:31",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "OCA",
"github_project": "knowledge",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "odoo-addon-document-url-google-drive"
}