Skip to content

Commit

Permalink
[16.0][FIX] report_substitute: adding change of main method
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasperalta1 committed Jul 24, 2024
1 parent 4fd8e14 commit 655a822
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 655a822

Please sign in to comment.