Browse Source

[REF] wrap line breaks of the action message

pull/611/head
Zakaria Makrelouf 7 years ago
parent
commit
58fc2a53ca
  1. 3
      web_ir_actions_act_window_message/static/src/js/web_ir_actions_act_window_message.js

3
web_ir_actions_act_window_message/static/src/js/web_ir_actions_act_window_message.js

@ -42,6 +42,9 @@ odoo.define('web.web_ir_actions_act_window_message', function(require)
$content: $('<div>',
{
text: action.message,
css: {
'white-space': 'pre-line',
}
}
),
buttons: buttons.concat(

Loading…
Cancel
Save