storage_image
This module provides external image storage and management capabilities for Odoo, allowing images to be stored in backend storage systems with automatic resizing and metadata handling.
Key Features
- storage.image: Manages image files with alt names and inherits from storage.file and thumbnail.mixin for backend storage and resizing
- image.relation.abstract: Provides an abstract model for relating images to other models with sequence ordering and related fields for kanban views
- storage_image_handle: Offers a custom widget for kanban views enabling drag-and-drop reordering of image relations with notifications
- image resizing: Supports automatic creation of thumbnails in various sizes including medium and small variants
- image metadata: Stores and manages metadata such as checksum, mimetype, and file size for images
- file replacement: Includes a wizard to replace existing image files while maintaining metadata
- access control: Implements security groups for managing image access permissions
- external resizing: Integrates with external services like Pilbox for image resizing and format conversion