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
回复
726
查看
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
|
899 | ||
|
1
6月 25
|
1822 | ||
|
1
10月 24
|
7506 | ||
|
1
10月 17
|
6242 | ||
|
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.