Skip to content

Commit

Permalink
Merge PR OCA#912 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by HviorForgeFlow
  • Loading branch information
OCA-git-bot committed Jul 30, 2024
2 parents 51be005 + 655a822 commit 077bd63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion report_substitute/wizards/mail_compose_message.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class MailComposeMessage(models.TransientModel):
_inherit = "mail.compose.message"

@api.onchange("template_id")
def onchange_template_id_wrapper(self):
def _onchange_template_id_wrapper(self):
if self.template_id:
report_template = self.template_id.report_template
active_ids = []
Expand Down

0 comments on commit 077bd63

Please sign in to comment.