Enhance substitution handling in ir.actions.report with value_type support
-
Refactor converter building functionality for improved maintainability.
-
Added
substitution_mixin.py
with the newSubstitutionMixin
abstract model. -
Updated
ir.actions.report
to inherit fromSubstitutionMixin
and implement_get_template
to returnredner_tmpl_id
. -
Updated
mail.template
to inherit fromSubstitutionMixin
, replacing its simpleraction_get_substitutions
with the mixin's implementation, and added_get_template
.
Merge request reports
Activity
Filter activity
Please register or sign in to reply