Skip to content

Commit

Permalink
[13.0] [FIX] stock_ux: Fix message post argument.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomacr authored and jjscarafia committed Jun 24, 2021
1 parent 374d42d commit 9ea1fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stock_ux/models/stock_picking.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def action_done(self):
title = _(
"ERROR: Picking was not sent via email"
)
rec.message_post("<br/><br/>".join([
rec.message_post(body="<br/><br/>".join([
"<b>" + title + "</b>",
_("Please check the email template associated with"
" the picking type."),
Expand Down

0 comments on commit 9ea1fd3

Please sign in to comment.