template_content_swapper
This module provides a generic functionality for replacing content in QWeb templates without creating new modules by using configurable template content mappings.
Key Features
- template.content.mapping: Defines mappings for replacing strings in QWeb templates with support for language specificity.
- ir.qweb: Applies configured content replacements during QWeb template rendering.
- reports: Enables automatic template selection and content swapping in report templates.
- frontend: Allows content modifications in frontend QWeb views without report association.
- language: Supports language-specific replacements, applying to all languages if none specified.