Skip to content

Commit

Permalink
[MIG] mail_layout_force: Migration to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sergioM-S73 committed Jan 24, 2025
1 parent 75e4ba5 commit aa89995
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mail_layout_force/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"name": "Mail Layout Force",
"summary": "Force a mail layout on selected email templates",
"version": "16.0.1.0.0",
"version": "17.0.1.0.0",
"author": "Camptocamp, Odoo Community Association (OCA)",
"maintainers": ["ivantodorovich"],
"website": "https://github.com/OCA/social",
Expand Down
2 changes: 1 addition & 1 deletion mail_layout_force/wizards/mail_compose_message.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ def _action_send_mail(self, auto_commit=False):
for rec in self:
if rec.template_id.force_email_layout_id:
rec.email_layout_xmlid = rec.template_id.force_email_layout_id.xml_id
return super(MailComposer, self)._action_send_mail(auto_commit=auto_commit)
return super()._action_send_mail(auto_commit=auto_commit)

0 comments on commit aa89995

Please sign in to comment.