Skip to content

Commit

Permalink
[MIG] email_template_config: Migration to 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-champonnois committed Sep 7, 2023
1 parent 7346783 commit 0a897a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion email_template_config/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "Email Configuration",
"version": "15.0.1.0.0",
"version": "16.0.1.0.0",
"depends": ["mail"],
"author": "Coop IT Easy SC",
"category": "Discuss",
Expand Down
4 changes: 2 additions & 2 deletions email_template_config/models/mail_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ def send_mail(
force_send=False,
raise_exception=False,
email_values=None,
notif_layout=False,
email_layout_xmlid=False,
):
return super(MailTemplate, self).send_mail(
res_id,
force_send=self.force_email_send,
raise_exception=raise_exception,
email_values=email_values,
notif_layout=notif_layout,
email_layout_xmlid=email_layout_xmlid,
)

0 comments on commit 0a897a4

Please sign in to comment.