| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
Discuss (mail)
|
| Community Apps Dependencies | Show |
| Lines of code | 2319 |
| Technical Name |
oe_file_action_center |
| License | OPL-1 |
| Website | https://odooengineering.com |
| Versions | 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0 |
OE Document: File Action Center
Deliver secure, audit-ready downloads with intelligent telemetry and user-friendly alerts
Key Features & Capabilities
Everything you need for professional operations
Allow-Listed Download Routes
Enforce secure access by limiting downloads to trusted /web/content endpoints and optional custom allow-list entries.
Context-Aware Validation
Verify attachment IDs, model data, and parameter payloads before a download starts, preventing missing context errors.
User-Centric Notifications
Deliver branded success and warning messages, including dynamic filenames and troubleshooting tips for end users.
Telemetry Event Logging
Record every attempt with status, filename, mimetype, and user context so compliance teams get a full audit trail.
AI Health Metrics
Expose download success ratios and last-event metadata through oe_ai_job_base for predictive service dashboards.
Failure Safeguards
Automatically unblock the UI, surface crash manager dialogs, and guide users to retry when network issues occur.
Instant Action Integration
Register the file_download client action with the Odoo registry so any module can trigger downloads in a single return statement.
Smart Parameter Normalization
Serialize arrays, dictionaries, and date objects automatically so downstream controllers receive clean, predictable inputs.
Developer-Friendly Hooks
Extend telemetry payloads, allow-list entries, and notification copy through standard inheritance and configuration parameters.
What's Included
Core Features
|
Additional Components
|
Global Language Support (20+)
Available in 20+ languages: es_ES, fr_FR, it_IT, pt_BR, nl_NL, da_DK, de_DE, pl_PL, ar_001, zh_CN, ru_RU, ja_JP, tr_TR, id_ID, th_TH, vi_VN, ko_KR, pt_PT, sv_SE, cs_CZ.
How to Use This Module
Step-by-Step Instructions to Get Started
Installation & Setup
- Install the module: Go to Apps -> Search for "oe_file_action_center" -> Click Install
- Configure permissions: Ensure users triggering downloads belong to groups with attachment access
- Initial configuration: Optionally define allow-listed routes via system parameters
Basic Usage
- Triggering downloads: Return an ir.actions.client with tag file_download from server actions or buttons
- Managing data: Supply either attachment_id or model/res_id plus field parameters for /web/content
- Using key features: Provide success_message or error_message overrides for branded toast notifications
- Monitoring telemetry: Review system parameters or dashboards fed by /oe_file_action_center/log_download
Tips & Best Practices
- Prebuild helper methods that generate the action payload to avoid duplication
- Always include filenames so users recognize their downloads instantly
- Log additional metadata by extending the telemetry controller in your modules
- Pair with audit trails or portal access to deliver customer-facing documents securely
Important Notes
Depends on base, web, and oe_ai_job_base. Tested on Odoo 12.0-19.0 Community and Enterprise with multi-company downloads.
Frequently Asked Questions
Q: Which Odoo versions are supported?
A: Odoo 12.0 through 19.0 Community and Enterprise. The module depends on base, web, and oe_ai_job_base.
Q: How do I trigger a download from Python?
A: Return an ir.actions.client with tag file_download and provide the required params dictionary (model/res_id or attachment_id, filename, mimetype, etc.). The client action handles the rest.
Q: Can I customize telemetry or notifications?
A: Yes. Override the telemetry controller to append metadata or adjust notification copy via inherited JS methods. You can also add new allow-listed routes with ir.config_parameter.
Launch Demo Instance
Explore OE Document: File Action Center in a live environment
Try It NowProudly American-Owned & Operated
Built for American Businesses First
At Odoo Engineering, we understand the unique needs of American businesses. Our modules are designed with clear, English-first terminology and workflows that align with US business practices, while maintaining universal accessibility for companies worldwide.
Why Choose Odoo Engineering
| Professional Excellence Enterprise-grade modules built to the highest standards | 90-Day Warranty Full support and bug fixes guaranteed | Clear Documentation English-first terminology that everyone understands |
| US Business Hours Support when American businesses need it most | Clean Code Well-documented, easily extensible modules | Expert Team Dedicated professionals focused on your success |
Quality Odoo modules that are easily extended at reasonable prices â that's the Odoo Engineering promise.
Complete AI Business Intelligence Suite
Powered by our open-sourced oe_ai_job_base framework - Build or Buy AI Extensions
This module is part of our AI Business Intelligence ecosystem. Purchase individual modules or contact us for custom AI solutions built on this proven framework.
Data CleanerAuto-fixes addresses, names, phones with smart AI rules |
Message AnalysisSentiment, urgency, and topic extraction for partners |
Advanced SearchNatural language queries across your database |
QuickBooks BridgeAI-guided sync with QuickBooks Online |
Want something custom? We build AI integrations tailored to your business.
Support & Services
Get HelpNeed assistance? Our support team is here to help with installation, configuration, and troubleshooting. Contact Support |
Custom DevelopmentLooking for custom features or integrations? We offer professional Odoo development services. Request Quote |
Ready to Get Started?
Install OE Document: File Action Center today and experience the difference quality makes.
Launch Demo Get in Touch© 2025 Odoo Engineering. All rights reserved.
Professional Odoo modules built with excellence in the USA.
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