| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 490 |
| Technical Name |
niu_s3_attachments |
| License | OPL-1 |
| Website | https://www.netitup.it/it |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 490 |
| Technical Name |
niu_s3_attachments |
| License | OPL-1 |
| Website | https://www.netitup.it/it |
Amazon S3 Attachments
Improve storage efficiency in Odoo with seamless integration to Amazon S3.
This technical module allows storing Odoo attachments directly inside an Amazon S3 bucket, improving scalability, performance, security, and reducing local disk usage.
Compatible with Odoo 16–18Key Benefits
Scalable Storage
Grow without limits – store more, access faster, and scale effortlessly as your data needs evolve.
Reduced Risk
Keep your data safe and operations secure, minimizing vulnerabilities and ensuring peace of mind.
Easy Integration
Connect effortlessly with Odoo’s latest versions, letting your workflows run smoothly without a hitch.
Smart Rule-Based Logic
A custom DSL (Domain Specific Language) determines which attachments are uploaded to S3 and how long they should be cached locally.
model[:field][@days]- model: Odoo model
- field: binary field (optional)
- days: days to keep the file locally (default: 0)
Rules are checked in order. The first match is applied.
Examples:
my_model@2: cache 2 daysmy_model:my_field@3: only attachments of a specific binary fieldmy_model:my_field@5,my_model@3: priority-based rules
Quick Start Guide
Add your AWS access keys and secret keys to connect securely to your cloud environment.
Define your DSL rules to automate your workflows and manage data efficiently.
Configure user roles and permissions to ensure secure and clear access control.
Enable automated optimization features to improve performance and reduce manual tasks.
Related Modules
Extend your Odoo instance with additional modules developed by NET IT UP. Improve scalability, usability, and security across your system.
Find Out About Our Other Modules
Explore our custom modules and improve your Odoo experience with new and updated modules developed by NET IT UP.
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module