report_context
This module adds a context variable to reports, allowing configuration options such as hiding fields.
Key Features
- reporting: Adds a 'Context Value' field to the ir.actions.report model for specifying report-specific context.
- reporting: Supports a global default context through the 'report.default.context' system parameter.
- reporting: Merges contexts from environment, report-specific, and default sources with proper precedence.
- reporting: Applies the merged context during report rendering and action generation.