Skip to content

Commit

Permalink
[FIX] account_ux: message_post with html fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasperalta1 authored and jjscarafia committed May 5, 2024
1 parent 255edc1 commit 6fcd29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion account_ux/models/account_move.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def action_send_invoice_mail(self):
_("Please check the email template associated with"
" the invoice journal."),
"<code>" + str(error) + "</code>"
]),
]), body_is_html=True
)

@api.onchange('partner_id')
Expand Down

0 comments on commit 6fcd29f

Please sign in to comment.