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:
- 客戶關係
- e-Commerce
- 會計
- 庫存
- PoS
- Project
- MRP
此問題已被標幟
1
回覆
748
瀏覽次數
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.
相關帖文 | 回覆 | 瀏覽次數 | 活動 | |
---|---|---|---|---|
|
1
6月 25
|
923 | ||
|
1
6月 25
|
1858 | ||
|
1
10月 24
|
7601 | ||
|
1
10月 17
|
6253 | ||
|
0
8月 24
|
2622 |
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.