Search 1.9 billion lines of Odoo code on GitHub

google_attachment

Author: Numigi
License: LGPL-3
Branch: 11.0
Repository: Numigi/odoo-web-addons
Dependencies: base_setup, document, and web
Languages: HTML (20, 5.4%), JavaScript (204, 55.0%), LESS (15, 4.0%), Markdown (25, 6.7%), PO File (23, 6.2%), Python (46, 12.4%), and XML (38, 10.2%)
Other branches: 11.0-website_sale_sanitized, 12.0, 12.0-web_list_column_text_align, 14.0, TA#47984, TA#48575, and TA#48575-1

<h1>Google Attachement</h1> <p>This module allows to attach documents from Google Drive.</p> <p>The attached documents are not stored in Odoo. Only the url and the document name are stored in Odoo. This allows permissions to access the attached documents to be managed in Google Drive.</p> <h2>Usage</h2> <ul> <li>Go to any form view and click on <code>Attachments / From Google...</code></li> </ul> <p><img src="static/description/sidebar.png?raw=true" alt="Sidebar"></p> <ul> <li>Authenticate to Google (only needed the first time)</li> </ul> <p><img src="static/description/oauth2.png?raw=true" alt="Google OAuth2"></p> <ul> <li>Select your attachments</li> </ul> <p><img src="static/description/picker.png?raw=true" alt="Google Picker"></p> <h2>Configuration</h2> <ol> <li>Go to the <a href="https://console.developers.google.com/apis/dashboard">Google Developper Console</a>.</li> <li>Setup a project with Google (if you do not have one already).</li> <li>Create an OAuth2 Client ID.</li> <li>Create an API Key.</li> <li>Activate the access to the <a href="https://developers.google.com/picker/">Google Picker API</a>.</li> <li>In Odoo, go to <code>Settings / General Settings</code>.</li> <li>In the section <code>Attachments From Google Drive</code>, fill your OAuth Client ID and your API Key.</li> </ol> <h2>Contributors</h2> <ul> <li>Numigi (tm) and all its contributors (https://bit.ly/numigiens)</li> </ul> <h2>More information</h2> <ul> <li>Meet us at https://bit.ly/numigi-com</li> </ul>