I have installed the "Cloud Storage Google" module in version 18 enterprise and added a key and bucket name in the settings.
Now, I do not have any idea how this module works. I looked up documentation and could not find any helpful resource.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project
- MRP
This question has been flagged
1
Reply
94
Views
Hi Fenil!
Here's how the module works.
[IMP] cloud_storage: support google/azure cloud storage
Basically, the message shortcuts will be automatically synchronized in Google Cloud.
I hope I have helped.
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
1
Oct 24
|
3263 | ||
|
1
Oct 17
|
5433 | ||
|
0
Aug 24
|
2622 | ||
|
0
Apr 25
|
33 | ||
|
0
Mar 25
|
408 |
If the standard sync features are insufficient, look at the app: https://apps.odoo.com/apps/modules/18.0/cloud_base . It lets you organize attachments in comfortable folder hierarchies and sync them to cloud clients: OneDrive/SharePoint, Google Drive, Dropbox, Nextcloud, and ownCloud.
Thank you faOtools and Renata for your responses.
I reverse-engineered the module and found that if the file size exceeds the minimum size set in the settings, then it will be uploaded to the cloud. That's what I needed to know.