Skip to content
Snippets Groups Projects
Commit 6eef1fe464a4 authored by oury.balde's avatar oury.balde
Browse files

Improve substitution management in ir.actions.report and mail.template with

value_type functionality

- Refactor converter building functionality for improved maintainability.

- Added `substitution_mixin.py` with the new `SubstitutionMixin` abstract model.

- Updated `ir.actions.report` to inherit from `SubstitutionMixin`
and implement `_get_template` to return `redner_tmpl_id`.

- Updated `mail.template` to inherit from `SubstitutionMixin`,
replacing its simpler `action_get_substitutions` with the
mixin's implementation, and added `_get_template`.
parent e27b5297cef4
No related branches found
Tags 18.0.1.7.0
1 merge request!90Enhance substitution handling in ir.actions.report with value_type support
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment