Monday, January 12, 2026
1 change · 19.0
New functionality added to Odoo
This change adds support for shared Redis sessions and S3-based attachment storage so the platform can scale more reliably across multiple servers. It also introduces tenant-level storage separation, but tenant administrators will need to manually install the new modules before using the new setup.
Original PR description
- Add 10 OCA modules for horizontal scaling - Redis DB 1 for sessions (marketplace uses DB 0) - S3 bucket with tenant prefixes (viasuite-store-attachments) - Multi-tenant isolation via via_multitenancy_s3 Modules: - session_redis, component, server_environment - storage_backend, fs_storage, fs_attachment, fs_file, fs_image, fs_s3 - via_multitenancy_s3 Dependencies: - redis==5.0.1, boto3==1.34.34, s3fs, cachetools Breaking change: requires manual module installation in tenants Refs: #redis-s3-storage"