Search 1.9 billion lines of Odoo code on GitHub

document_gdrive

Author: be-cloud.be (Jerome Sonnet),Sodexis
License: AGPL-3
Branch: 10.0
Repository: abakus-it/odoo-modules
Dependencies: base_setup, document, google_account, and web
Languages: HTML (16, 4.8%), JavaScript (179, 53.3%), Markdown (23, 6.8%), Python (80, 23.8%), and XML (38, 11.3%)
Other branches: 8.0, 9.0, 9.0-gallys, 9.0-gallys-pdf, 9.0-m, conservatoire, conservatoire-dev, conservatoire-teacher2, construction, imply, life, master, saas-6, and tva_lux
Other repositories: AlexProc13/odoo-modules, Badeoel/odoo-modules, OdooBulgaria/odoo-modules, Openworx/odoo-modules, ScopeaFrance/odoo-modules, Upsyd/odoo-modules, abdo3247/odoo-modules, alanljj/odoo-modules, artapon/odoo-modules, ayushin/odoo-modules, basebasket/odoo-modules, be-cloud-be/odoo-modules, brain-tec/be-cloud-be-odoo-modules, cameroun/odoo-modules, clagoa/be-cloud-be_odoo-modules, dagoodma/odoo-modules, darshan-odoo/odoo-modules, dvitme/odoo-modules, eabellom/odoo-modules, elperrofarelo/odoo-modules, gfcapalbo/odoo-modules, haryoran04/odoo-modules, jairuque/odoo-modules, mgielissen/odoo-modules, necrodevz/odoo-modules, nguyenductamlhp/odoo-modules, njeudy/odoo-modules, odoo-modules/odoo-modules, purple-giraffey/odoo-modules, sagarsoni168/odoo-modules, savoirfairelinux/odoo-modules, sc4you/odoo-modules, simoneversienti/odoo-modules, sodexis/odoo-modules, sondt87/odoo-modules, tueddelclick/odoo-modules, and tungnt11191/odoo-modules

<h1>Google Drive Attachement Module for Odoo</h1> <p>This module allows the attachment of Google Drive document to all records and also to directly upload new document to a dedicated folder on gdrive.</p> <p>This will considerably reduce the size required for your attachement.</p> <h1>Configuration</h1> <p>You must create a Google API ClientID using your Google account : - Go to the Google Cloud Console - Ceate a new project - Go to APIs &amp; Auth/Credentials - Enable Drive and Picker API - Add a credentials of type OAuth 2.0 client ID - Select Web application - Fill in both Authorized Redirect URIs and Authorized JavaScript Origins to your Odoo hostname. - Copy paste the client_id in the Configuration/Knowledge section. </p> <p>If you are also using the Google Authentication module you can use the same id, just copy/paste it.</p> <p>The folder where the files will be uploaded must be set in the Configuration/Knowledge section. Just browse your GDrive to the directory and the id is in the url &quot;https://...../folders/XXXXXXXXXXXXXX just copy everything after /folders/ to the &quot;Google Drive Upload Directory&quot; parameter.</p> <h1>What&#39;s next</h1> <p>An interesting behaviour would be to also replace the storage of reports (invoices) generated by the reporting module.</p>