Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
Discuss (mail)
|
Lines of code | 153 |
Technical Name |
cloud_storage_cloudinary |
License | LGPL-3 |
Website | https://haiper.id |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
Discuss (mail)
|
Lines of code | 153 |
Technical Name |
cloud_storage_cloudinary |
License | LGPL-3 |
Website | https://haiper.id |
Cloud Storage Cloudinary

Seamlessly integrate Odoo with Cloudinary to store and manage chatter attachments in the cloud. This module extends the cloud_storage framework to offload files to Cloudinary, offering scalable, secure storage for your Odoo attachments. Perfect for businesses handling images, PDFs, and other documents in chatter.
Why This Module Matters?
In today’s fast-paced business environment, managing attachments efficiently is crucial. A bloated database can slow down your system, make backups time-consuming, and hinder scalability. This module leverages Cloudinary—a leading cloud storage platform—to reduce server load, enhance scalability, and secure your data. By offloading chatter attachments to the cloud, you save resources, speed up workflows, and ensure your Odoo instance stays lightweight and responsive. Best of all, Cloudinary offers a free tier, making it cost-effective for businesses of all sizes.
Key Features
- Upload attachments directly to Cloudinary from Odoo chatter.
- Securely store files with signed URLs.
- Easy configuration via Odoo settings.
- Requires the cloud_storage base module.
- Reduce database size by offloading images and documents.
- Ensure faster backups and improved system performance.
- Leverage Cloudinary's free tier for cost-effective storage.
Installation
- Install the cloud_storage module from Odoo Apps.
- Install the
cloudinary
Python package:pip install cloudinary
. - Install this module (Cloud Storage Cloudinary) via Odoo Apps.
Configuration
- Go to Settings > Technical > Cloud Storage.
- Set Cloud Storage Provider to "Cloudinary".
- Enter your Cloudinary Cloud Name, API Key, and API Secret.
- Save the settings to start storing attachments in Cloudinary.
Note: Cloudinary offers a free tier with generous storage and bandwidth limits, making it an affordable solution for small to medium-sized businesses.

Screenshots & Installation
1. Enter Cloudinary Cloud Name, API Key, and API Secret.

2. Open Document, click attachment, select file to upload

3. All files attached

4. Check files on Cloudinary console

Please log in to comment on this module