Control y organización de adjuntos en Odoo - Conector FTPS

https://spre.es/web/image/product.template/78/image_1920?unique=aab3833

39,00 € 39.0 EUR 39,00 € IVA excluido

Not Available For Sale

  • Version

Esta combinación no existe.

FTPS connector for Attachment Control

Attachment Control - FTPS

Add FTPS as a storage backend for Attachment Control so routing, audit, move, storage archive and restore workflows can work with FTPS servers through credential-based access.

FTPS Routing, Move, Storage, Restore Optional Connector Add-on
Availability: Odoo Online: not recommended | Odoo.sh: generally supported if the FTPS endpoint is reachable | On Premise: supported
Support: info@spre.es

What this connector adds

  • FTPS provider in Storage Credentials: create credentials for FTPS servers.
  • Credential-based backend usage: the core module can use this provider in routing, move, storage archive and restore flows.
  • Generic backend operations: read, write, delete, list and connection test through the common backend API.
  • Provider isolation: FTPS-specific logic stays outside the core module.
Opt-in only: installing this connector does not send data to an FTPS server by itself. External communication only starts after the user creates and validates an FTPS credential and explicitly selects it in the corresponding configuration or workflow.
Data sent only after opt-in: attachment binary content, remote path, and the technical metadata needed by the selected workflow, such as filename, mimetype, file size or checksum when available.
No data is sent to the developer. Data is sent only to the FTPS service explicitly configured by the user.

Compatibility

  • On-premise: supported.
  • Odoo.sh: generally supported if the FTPS endpoint is reachable from the runtime environment.
  • Odoo Online: not recommended because external endpoint configuration and runtime network behavior may be restricted.
Why a separate add-on? The core module remains provider-agnostic and only this connector knows how to communicate with FTPS endpoints.

Requirements

  1. Install the core module Attachment Control.
  2. Install this connector module attachment_storage_manager_ftps.
  3. Prepare a reachable FTPS endpoint with valid credentials and write permissions.
  4. Restart Odoo if needed by your deployment process.

Credential fields

Endpoint URL: required FTPS endpoint. It should point to the FTPS server host and optional port.
Container / Bucket: optional top-level folder under the FTPS account.
Path Prefix: optional folder prefix used inside the remote location.
Username and Password: FTPS login credentials.
Extra Parameters (JSON): optional advanced parameters such as timeout or passive mode options if supported by the connector.
Important: FTPS is not the same as SFTP. This connector is for FTPS (FTP over TLS), not SSH/SFTP servers.

How it is used

1. Create an FTPS credential in Storage Credentials.
2. Validate the credential from Odoo.
3. Select that credential in the corresponding routing or storage configuration of the core module.
4. Use audit and move workflows to place attachments on Dropbox.
5. Use storage and restore workflows from the core module as usual; this connector only provides the backend integration.

Operational notes

  • The remote FTPS path must already exist and be writable before running move, storage or restore operations.
  • Always test the credential before enabling production use.
  • Verify that the server really supports FTPS and not only plain FTP or SFTP.
  • For long-running jobs, configure limit_time_real_cron = 3600 in odoo.conf.

Operational safety

Important: we recommend carrying out all tests beforehand in a test database and making a complete backup before any intervention. We do not assume responsibility for possible incidents, misuse or data loss that may occur during its use.
Conector FTPS para Attachment Control

Attachment Control - FTPS

Añade WebDAV como backend de almacenamiento para Attachment Control para que los flujos de routing, audit, move, storage archive y restore puedan trabajar con servidores compatibles con WebDAV mediante acceso basado en credenciales.

FTPS Routing, Move, Storage, Restore Conector opcional
Disponibilidad: Odoo Online: no recomendado | Odoo.sh: generalmente soportado si el endpoint FTPS es alcanzable | On Premise: soportado
Soporte: info@spre.es

Qué añade este conector

  • Proveedor FTPS en Storage Credentials: crea credenciales para servidores FTPS.
  • Uso de backend basado en credenciales: el módulo core puede usar este proveedor en los flujos de routing, move, storage archive y restore.
  • Operaciones backend genéricas: lectura, escritura, borrado, listado y prueba de conexión mediante la API backend común.
  • Aislamiento del proveedor: la lógica específica de FTPS permanece fuera del módulo core.
Solo mediante opt-in: instalar este conector no envía datos a un servidor FTPS por sí mismo. La comunicación externa solo empieza después de que el usuario cree y valide una credencial FTPS y la seleccione explícitamente en la configuración o flujo correspondiente.
Los datos solo se envían tras el opt-in: contenido binario del adjunto, ruta remota y los metadatos técnicos necesarios para el flujo seleccionado, como nombre de archivo, mimetype, tamaño del archivo o checksum cuando esté disponible.
No se envía ningún dato al desarrollador. Los datos se envían a Dropbox solo tras la configuración explícita del usuario.

Compatibilidad

  • On-premise: soportado.
  • Odoo.sh: generalmente soportado si el endpoint FTPS es alcanzable desde el entorno runtime.
  • Odoo Online: no recomendado porque la configuración de endpoints externos y el comportamiento de red del runtime pueden estar restringidos.
¿Por qué es un add-on separado? El módulo core sigue siendo agnóstico respecto al proveedor y solo este conector sabe comunicarse con endpoints FTPS.

Requisitos

  1. Instala el módulo core Attachment Control.
  2. Instala este módulo conector attachment_storage_manager_ftps.
  3. Prepara un endpoint FTPS alcanzable con credenciales válidas y permisos de escritura.
  4. Reinicia Odoo si tu despliegue lo requiere.

Campos de la credencial

Endpoint URL: endpoint FTPS obligatorio. Debe apuntar al host del servidor FTPS y puerto opcional.
Container / Bucket: carpeta de nivel superior opcional dentro de la cuenta FTPS.
Path Prefix: prefijo de carpeta opcional usado dentro de la ubicación remota.
Username y Password: credenciales de acceso FTPS.
Extra Parameters (JSON): parámetros avanzados opcionales como timeout u opciones de modo pasivo si el conector las soporta.
Importante: FTPS no es lo mismo que SFTP. Este conector es para FTPS (FTP sobre TLS), no para servidores SSH/SFTP.

Cómo se utiliza

1. Crea una credencial FTPS en Storage Credentials.
2. Valida la credencial desde Odoo.
3. Selecciona esa credencial en la configuración de routing o storage correspondiente del módulo core.
4. Usa los flujos de audit y move para colocar adjuntos en Dropbox.
5. Usa los flujos de storage y restore del módulo core como de costumbre; este conector solo aporta la integración backend.

Notas operativas

  • La ruta FTPS remota debe existir previamente y ser escribible antes de ejecutar moves, storages o restores.
  • Prueba siempre la credencial antes de habilitar su uso en producción.
  • Verifica que el servidor realmente soporta FTPS y no solo FTP plano o SFTP.
  • Para jobs de larga duración, configura limit_time_real_cron = 3600 en odoo.conf.

Seguridad operativa

Importante: recomendamos realizar todas las pruebas previamente en una base de test y hacer una copia de seguridad completa antes de cualquier intervención. No asumimos responsabilidad por posibles incidencias, mal uso o pérdida de datos que puedan producirse durante su utilización.